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/patches/0001-disable_network_test.patch | 5 +++-- debian/patches/0115-doxygen_path.patch | 20 ++++++++++++++++++++ debian/patches/0120-privicy.patch | 19 +++++++++++++++++++ debian/patches/series | 2 ++ 4 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 debian/patches/0115-doxygen_path.patch create mode 100644 debian/patches/0120-privicy.patch (limited to 'debian/patches') 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 -- cgit v1.2.3