From 65d82638fb575397acdc6705938d2f37d04f1eed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 19:40:56 +0200 Subject: Adding debian version 1:0.5.47-1. Signed-off-by: Daniel Baumann --- debian/control | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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. -- cgit v1.2.3