Adding debian version 1.7.3+dfsg-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-10 05:34:36 +01:00
parent 842cb2c6bd
commit 61ea328129
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
8 changed files with 85 additions and 0 deletions

25
debian/control vendored Normal file
View 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.