diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/0001-disable_network_test.patch | 5 | ||||
-rw-r--r-- | debian/patches/0115-doxygen_path.patch | 20 | ||||
-rw-r--r-- | debian/patches/0120-privicy.patch | 19 | ||||
-rw-r--r-- | debian/patches/series | 2 |
4 files changed, 44 insertions, 2 deletions
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 <debian@jff-webhosting.net> -Last-Update: 2014-10-03 +Forwarded: not-needed +Author: Jörg Frings-Fürst <debian@jff.email> +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 <debian@jff.email> +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 <debian@jff.email> +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 |