From 4f1c11568889df885aa704650286c5b79160a5a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 26 Nov 2021 15:06:20 +0100 Subject: Add missing DEP-3 headers --- debian/changelog | 1 + debian/patches/0001-disable_network_test.patch | 5 +++-- debian/patches/0115-doxygen_path.patch | 20 ++++++++++++++++++++ debian/patches/0120-privicy.patch | 19 +++++++++++++++++++ debian/patches/series | 2 ++ debian/psocksxx.svg | 1 + debian/psocksxx_ver.svg | 1 + 7 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 debian/patches/0115-doxygen_path.patch create mode 100644 debian/patches/0120-privicy.patch create mode 100644 debian/psocksxx.svg create mode 100644 debian/psocksxx_ver.svg diff --git a/debian/changelog b/debian/changelog index a0a1a74..7396367 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ psocksxx (1.1.1-2) UNRELEASED; urgency=medium + Bump minimum debhelper-compat version to = 13. - New debian/not-installed. * Remove useless debian/libpsocksxx-doc.lintian-overrides. + * Add some missing DEP-3 headers. -- Jörg Frings-Fürst Sun, 22 Aug 2021 11:27:06 +0200 diff --git a/debian/patches/0001-disable_network_test.patch b/debian/patches/0001-disable_network_test.patch index 3861c55..1bf6b98 100644 --- a/debian/patches/0001-disable_network_test.patch +++ b/debian/patches/0001-disable_network_test.patch @@ -1,8 +1,9 @@ Description: disable network tests disable network tests to prevent errors on buildsystems without any networks. -Author: Jörg Frings-Fürst -Last-Update: 2014-10-03 +Forwarded: not-needed +Author: Jörg Frings-Fürst +Last-Update: 2021-11-26 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/test/nsockaddr_test.h diff --git a/debian/patches/0115-doxygen_path.patch b/debian/patches/0115-doxygen_path.patch new file mode 100644 index 0000000..2fecb4d --- /dev/null +++ b/debian/patches/0115-doxygen_path.patch @@ -0,0 +1,20 @@ +Description: Remove fullpath from doxygen generated files +Author: Jörg Frings-Fürst +Forwarded: not-needed +Last-Update: 2021-11-26 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ + +Index: trunk/doc/doxygen.cfg.in +=================================================================== +--- trunk.orig/doc/doxygen.cfg.in ++++ trunk/doc/doxygen.cfg.in +@@ -16,7 +16,7 @@ REPEAT_BRIEF = YES + ABBREVIATE_BRIEF = + ALWAYS_DETAILED_SEC = NO + INLINE_INHERITED_MEMB = NO +-FULL_PATH_NAMES = YES ++FULL_PATH_NAMES = NO + STRIP_FROM_PATH = + STRIP_FROM_INC_PATH = + SHORT_NAMES = NO diff --git a/debian/patches/0120-privicy.patch b/debian/patches/0120-privicy.patch new file mode 100644 index 0000000..ade70b1 --- /dev/null +++ b/debian/patches/0120-privicy.patch @@ -0,0 +1,19 @@ +Description: Remove external links +Author: Jörg Frings-Fürst +Forwarded: not-needed +Last-Update: 2021-11-26 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/README.md +=================================================================== +--- trunk.orig/README.md ++++ trunk/README.md +@@ -1,8 +1,6 @@ + psocksxx + ======== + +-[![GitHub release](https://img.shields.io/github/release/nukedzn/psocksxx.svg)](https://github.com/nukedzn/psocksxx/releases) +-[![Build Status](https://travis-ci.org/nukedzn/psocksxx.svg)](https://travis-ci.org/nukedzn/psocksxx) + + A C++ wrapper for POSIX sockets + diff --git a/debian/patches/series b/debian/patches/series index 8d660a8..4b23f3e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,5 @@ 0700-ReproducibleBuilds.patch 0001-disable_network_test.patch 0705-hurd.patch +0115-doxygen_path.patch +0120-privicy.patch diff --git a/debian/psocksxx.svg b/debian/psocksxx.svg new file mode 100644 index 0000000..738e29e --- /dev/null +++ b/debian/psocksxx.svg @@ -0,0 +1 @@ +buildbuildpassingpassing \ No newline at end of file diff --git a/debian/psocksxx_ver.svg b/debian/psocksxx_ver.svg new file mode 100644 index 0000000..c340708 --- /dev/null +++ b/debian/psocksxx_ver.svg @@ -0,0 +1 @@ +release: v1.1.1releasev1.1.1 \ No newline at end of file -- cgit v1.2.3