summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 17:40:56 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 17:40:56 +0000
commit65d82638fb575397acdc6705938d2f37d04f1eed (patch)
tree8a2690f42ba0cb3cb04ea6707609ca057a1fda7f /debian/control
parentAdding upstream version 1:0.5.47. (diff)
downloadlibhtp-65d82638fb575397acdc6705938d2f37d04f1eed.tar.xz
libhtp-65d82638fb575397acdc6705938d2f37d04f1eed.zip
Adding debian version 1:0.5.47-1.debian/1%0.5.47-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control36
1 files changed, 36 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..1df37ca
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,36 @@
+Source: libhtp
+Priority: optional
+Section: libs
+Maintainer: Sascha Steinbiss <satta@debian.org>
+Build-Depends: debhelper-compat (= 13),
+ libz-dev
+Standards-Version: 4.6.2
+Rules-Requires-Root: no
+Homepage: http://openinfosecfoundation.org/
+Vcs-Git: https://salsa.debian.org/pkg-suricata-team/pkg-libhtp.git
+Vcs-Browser: https://salsa.debian.org/pkg-suricata-team/pkg-libhtp
+
+Package: libhtp-dev
+Section: libdevel
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends: libhtp2 (= ${binary:Version}), ${misc:Depends}
+Description: HTTP normalizer and parser library (devel)
+ The HTP Library is an HTTP normalizer and parser. This integrates and
+ provides very advanced processing of HTTP streams for Suricata. The HTP
+ library is required by the engine, but may also be used independently in a
+ range of applications and tools.
+ .
+ This package provides the development files for libhtp.
+
+Package: libhtp2
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: HTTP normalizer and parser library
+ The HTP Library is an HTTP normalizer and parser. This integrates and
+ provides very advanced processing of HTTP streams for Suricata. The HTP
+ library is required by the engine, but may also be used independently in a
+ range of applications and tools.
+ .
+ This package provides the runtime files for libhtp.