diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:27:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:27:59 +0000 |
commit | 938776fed1a2a96bcff9308de7f3681963d2f5a5 (patch) | |
tree | 01dc10085a510124ff429011e09ba4d7b0f175cc | |
parent | Adding upstream version 0.2.0. (diff) | |
download | force-ip-protocol-938776fed1a2a96bcff9308de7f3681963d2f5a5.tar.xz force-ip-protocol-938776fed1a2a96bcff9308de7f3681963d2f5a5.zip |
Adding debian version 0.2.0-3.debian/0.2.0-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 17 | ||||
-rw-r--r-- | debian/control | 19 | ||||
-rw-r--r-- | debian/copyright | 16 | ||||
-rw-r--r-- | debian/install | 2 | ||||
-rwxr-xr-x | debian/rules | 6 | ||||
-rw-r--r-- | debian/source/format | 1 | ||||
-rw-r--r-- | debian/upstream/metadata | 5 | ||||
-rw-r--r-- | debian/watch | 2 |
8 files changed, 68 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..09cd51e --- /dev/null +++ b/debian/changelog @@ -0,0 +1,17 @@ +force-ip-protocol (0.2.0-3) unstable; urgency=medium + + * really do install helper scripts (Closes: #1037502) + + -- Thorsten Alteholz <debian@alteholz.de> Tue, 13 Jun 2023 18:42:59 +0200 + +force-ip-protocol (0.2.0-2) unstable; urgency=medium + + * source upload + + -- Thorsten Alteholz <debian@alteholz.de> Sun, 11 Jun 2023 13:42:59 +0200 + +force-ip-protocol (0.2.0-1) unstable; urgency=medium + + * Initial release + + -- Thorsten Alteholz <debian@alteholz.de> Sun, 14 May 2023 09:42:59 +0200 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 diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..5962c1e --- /dev/null +++ b/debian/copyright @@ -0,0 +1,16 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: force-ip-protocol +Upstream-Contact: Thorsten Alteholz <thorsten@alteholz.dev> +Source: https://git.alteholz.dev/alteholz/force-ip-protocol/ + +Files: * +Copyright: 2023 Thorsten Alteholz <thorsten@alteholz.dev> +License: GPL-2 + +Files: debian/* +Copyright: 2023 Thorsten Alteholz <debian@alteholz.de> +License: GPL-2 + +License: GPL-2 + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..fccb5c5 --- /dev/null +++ b/debian/install @@ -0,0 +1,2 @@ +ipv4 /usr/bin +ipv6 /usr/bin diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..1a6386b --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +#export DH_VERBOSE = 1 + + +%: + dh $@ --with autoreconf diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..1500fd0 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,5 @@ +--- +Bug-Database: https://git.alteholz.dev/alteholz/force-ip-protocol/-/issues +Bug-Submit: https://git.alteholz.dev/alteholz/force-ip-protocol/-/issues/new +Repository: https://git.alteholz.dev/alteholz/force-ip-protocol.git +Repository-Browse: https://git.alteholz.dev/alteholz/force-ip-protocol diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..45f7004 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=4 +https://git.alteholz.dev/alteholz/force-ip-protocol/tags?sort=updated_desc archive/v?\d[\d.]+/force-ip-protocol-v?([\d.]+)@ARCHIVE_EXT@ |