summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/control30
1 files changed, 30 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..876624f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: suricata-update
+Maintainer: Sascha Steinbiss <satta@debian.org>
+Section: net
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+ dh-python,
+ python3-all,
+ python3-setuptools,
+ python3-yaml,
+ python3-pytest,
+ ca-certificates,
+ help2man
+Standards-Version: 4.6.2
+Rules-Requires-Root: no
+Vcs-Browser: https://salsa.debian.org/pkg-suricata-team/pkg-suricata-update
+Vcs-Git: https://salsa.debian.org/pkg-suricata-team/pkg-suricata-update.git
+Homepage: https://github.com/OISF/suricata-update
+
+Package: suricata-update
+Architecture: any
+Depends: ${misc:Depends},
+ ${python3:Depends},
+ ca-certificates,
+ python3-yaml
+Description: tool for updating Suricata rules
+ suricata-update is a tool to easily and reliably fetch and update rule sets
+ for the Suricata IDS/IPS system. It queries external upstream rule sources
+ such as Emerging Threat/Proofpoint's rule sets and others, taking into
+ account user accounts and preferences, and merges all rules into one file
+ to be loaded into Suricata.