Adding debian version 1.7.3+dfsg-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
842cb2c6bd
commit
61ea328129
8 changed files with 85 additions and 0 deletions
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
packetq (1.7.3+dfsg-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Initial upload to sid (Closes: #991251).
|
||||||
|
|
||||||
|
-- Daniel Baumann <daniel@debian.org> Thu, 21 Nov 2024 15:35:22 +0100
|
25
debian/control
vendored
Normal file
25
debian/control
vendored
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
Source: packetq
|
||||||
|
Section: utils
|
||||||
|
Priority: optional
|
||||||
|
Maintainer: Daniel Baumann <daniel@debian.org>
|
||||||
|
Build-Depends:
|
||||||
|
debhelper-compat (= 13),
|
||||||
|
libmaxminddb-dev,
|
||||||
|
pkgconf,
|
||||||
|
zlib1g-dev,
|
||||||
|
Rules-Requires-Root: no
|
||||||
|
Standards-Version: 4.7.0
|
||||||
|
Homepage: https://www.dns-oarc.net/tools/packetq
|
||||||
|
|
||||||
|
Package: packetq
|
||||||
|
Section: utils
|
||||||
|
Architecture: any
|
||||||
|
Depends:
|
||||||
|
${misc:Depends},
|
||||||
|
${shlibs:Depends},
|
||||||
|
Description: tool to run SQL queries on PCAP files
|
||||||
|
PacketQ is a command line tool to run SQL queries directly on PCAP files, the
|
||||||
|
results can be outputted as JSON (default), formatted/compact CSV and XML.
|
||||||
|
.
|
||||||
|
It also contain a very simplistic web-server in order to inspect PCAP files
|
||||||
|
remotely.
|
40
debian/copyright
vendored
Normal file
40
debian/copyright
vendored
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Upstream-Name: paketq
|
||||||
|
Upstream-Contact: Jerry Lundström <jerry@dns-oarc.net>
|
||||||
|
Source: https://github.com/DNS-OARC/packetq
|
||||||
|
Files-Excluded:
|
||||||
|
html
|
||||||
|
html_NG
|
||||||
|
|
||||||
|
Files: *
|
||||||
|
Copyright: 2017-2024 OARC, Inc.
|
||||||
|
2011-2017 IIS - The Internet Foundation in Sweden
|
||||||
|
License: GPL-3+
|
||||||
|
|
||||||
|
Files: src/Murmur/MurmurHash3.*
|
||||||
|
Copyright: Austin Appleby
|
||||||
|
License: PD
|
||||||
|
|
||||||
|
Files: debian/*
|
||||||
|
Copyright: 2024 Daniel Baumann <daniel@debian.org>
|
||||||
|
License: GPL-3+
|
||||||
|
|
||||||
|
License: GPL-3+
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
.
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
.
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
.
|
||||||
|
The complete text of the GNU General Public License
|
||||||
|
can be found in /usr/share/common-licenses/GPL-3 file.
|
||||||
|
|
||||||
|
License: PD
|
||||||
|
The author hereby disclaims copyright to this source code.
|
1
debian/packetq.docs
vendored
Normal file
1
debian/packetq.docs
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
*.md
|
1
debian/packetq.examples
vendored
Normal file
1
debian/packetq.examples
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
collector_sample/*
|
8
debian/rules
vendored
Executable file
8
debian/rules
vendored
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh ${@}
|
||||||
|
|
||||||
|
execute_after_dh_auto_install:
|
||||||
|
# removing unneeded files
|
||||||
|
rm -f debian/packetq/usr/share/doc/packetq/COPYING
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
3.0 (quilt)
|
4
debian/watch
vendored
Normal file
4
debian/watch
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
version=4
|
||||||
|
opts="dversionmangle=s/\+dfsg\d*$// \
|
||||||
|
filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/packetq-$1\.tar\.gz/" \
|
||||||
|
https://github.com/DNS-OARC/packetq/tags .*/v?(\d\S+)\.tar\.gz
|
Loading…
Add table
Reference in a new issue