summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 3f5877c114dbb9144d4fba2f7c1ce05932632c1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: libhtp
Priority: optional
Section: libs
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Original-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.