summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control9
-rw-r--r--debian/nfct.install2
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index ee2298a..921699b 100644
--- a/debian/control
+++ b/debian/control
@@ -31,3 +31,12 @@ Description: Connection tracking daemon
Conntrackd can replicate the status of the connections that are
currently being processed by your stateful firewall based on Linux.
Conntrackd can also run as statistics daemon.
+
+Package: nfct
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Tool to interact with the connection tracking system
+ nfct is the command line tool that allows you to manipulate the Netfilter's
+ Connection Tracking System.
+ .
+ By now, the supported subsystem is timeout.
diff --git a/debian/nfct.install b/debian/nfct.install
new file mode 100644
index 0000000..2804908
--- /dev/null
+++ b/debian/nfct.install
@@ -0,0 +1,2 @@
+debian/tmp/usr/sbin/nfct
+debian/tmp/usr/share/man/man8/nfct.8