From 76c5096ee37773889ba1d3f6508cbfc8cc44a2ec Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 25 Jan 2021 20:41:26 +0100 Subject: needed file --- debian/changelog | 7 +++++++ debian/patches/0001-Dont_copy_license_file.patch | 22 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 debian/patches/0001-Dont_copy_license_file.patch diff --git a/debian/changelog b/debian/changelog index f0d86b5ef..42a019674 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +gnunet (0.14.0-2) unstable; urgency=medium + + * Bugfix in GMT conversion of GNUNET_TIME_year_to_time(). + * Other minor upstream fixes. + + -- Christian Grothoff Thu, 21 Jan 2021 12:02:10 +0100 + gnunet (0.14.0-1) unstable; urgency=medium * Renamed gnunet-dev to libgnunet-dev. diff --git a/debian/patches/0001-Dont_copy_license_file.patch b/debian/patches/0001-Dont_copy_license_file.patch new file mode 100644 index 000000000..5b13ab66e --- /dev/null +++ b/debian/patches/0001-Dont_copy_license_file.patch @@ -0,0 +1,22 @@ +From: Bertrand Marc +Date: Sun, 5 Jul 2020 14:58:43 +0200 +Subject: Dont_copy_license_file + +--- + contrib/Makefile.inc | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --git a/contrib/Makefile.inc b/contrib/Makefile.inc +index a563ef4..c737a07 100644 +--- a/contrib/Makefile.inc ++++ b/contrib/Makefile.inc +@@ -8,8 +8,7 @@ BUILDCOMMON_SHLIB_FILES = \ + build-common/sh/lib.sh/existence_python.sh \ + build-common/sh/lib.sh/msg.sh \ + build-common/sh/lib.sh/progname.sh \ +- build-common/sh/lib.sh/version_gnunet.sh \ +- build-common/LICENSE ++ build-common/sh/lib.sh/version_gnunet.sh + + BUILDCOMMON_CONF_FILES = \ + build-common/conf/.dir-locals.el \ -- cgit v1.2.3 From 25f01e5c0541d386dc90e8968a694081717eb494 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 25 Jan 2021 20:42:39 +0100 Subject: lower version --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index dd401d2cc..9ce818055 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: autoconf (>=2.59), automake (>=1.11.1), autopoint, - debhelper-compat (= 13), + debhelper-compat (>= 12), default-libmysqlclient-dev, gettext, iptables, -- cgit v1.2.3 From 1c91c41a2454f26853256a3ec6291eccedb505e2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 25 Jan 2021 20:43:32 +0100 Subject: range is not allowed :-( --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 9ce818055..dd401d2cc 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: autoconf (>=2.59), automake (>=1.11.1), autopoint, - debhelper-compat (>= 12), + debhelper-compat (= 13), default-libmysqlclient-dev, gettext, iptables, -- cgit v1.2.3