From 938776fed1a2a96bcff9308de7f3681963d2f5a5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 19:27:59 +0200 Subject: Adding debian version 0.2.0-3. Signed-off-by: Daniel Baumann --- debian/changelog | 17 +++++++++++++++++ debian/control | 19 +++++++++++++++++++ debian/copyright | 16 ++++++++++++++++ debian/install | 2 ++ debian/rules | 6 ++++++ debian/source/format | 1 + debian/upstream/metadata | 5 +++++ debian/watch | 2 ++ 8 files changed, 68 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/install create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/upstream/metadata create mode 100644 debian/watch 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 Tue, 13 Jun 2023 18:42:59 +0200 + +force-ip-protocol (0.2.0-2) unstable; urgency=medium + + * source upload + + -- Thorsten Alteholz Sun, 11 Jun 2023 13:42:59 +0200 + +force-ip-protocol (0.2.0-1) unstable; urgency=medium + + * Initial release + + -- Thorsten Alteholz 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 +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 +Source: https://git.alteholz.dev/alteholz/force-ip-protocol/ + +Files: * +Copyright: 2023 Thorsten Alteholz +License: GPL-2 + +Files: debian/* +Copyright: 2023 Thorsten Alteholz +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@ -- cgit v1.2.3