summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..63db0e8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: force-ip-protocol
+Section: net
+Priority: optional
+Maintainer: Thorsten Alteholz <debian@alteholz.de>
+Build-Depends: debhelper-compat (= 13)
+Standards-Version: 4.6.2
+Homepage: https://git.alteholz.dev/alteholz/force-ip-protocol/
+Vcs-Browser: https://salsa.debian.org/alteholz/force-ip-protocol
+Vcs-Git: https://salsa.debian.org/alteholz/force-ip-protocol.git
+Rules-Requires-Root: no
+
+Package: force-ip-protocol
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: force other software to use only IPv4 or IPv6 for network connections
+ A library, which replaces function getaddrinfo() by its own version,
+ will be LD_PRELOADed. This version limits the available sockets to
+ ones of type PF_INET/PF_INTE6 and such limits all network traffic to
+ a certain protocol