aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-01-26 12:56:15 +0100
committert3sserakt <t3ss@posteo.de>2021-01-26 12:56:31 +0100
commitec7cfc29734d29b97dba39aec456335b8c5381be (patch)
tree8d6ed0cbd830c1b219d94d4fc894649719fbec16
parentfd2bc7dff44eb78be68fda7109e800de770b9b57 (diff)
parent1c91c41a2454f26853256a3ec6291eccedb505e2 (diff)
downloadgnunet-ec7cfc29734d29b97dba39aec456335b8c5381be.tar.gz
gnunet-ec7cfc29734d29b97dba39aec456335b8c5381be.zip
Merge branch 'master' of ssh://gnunet.org/gnunet
-rw-r--r--debian/changelog7
-rw-r--r--debian/patches/0001-Dont_copy_license_file.patch22
2 files changed, 29 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f0d86b5ef..42a019674 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
1gnunet (0.14.0-2) unstable; urgency=medium
2
3 * Bugfix in GMT conversion of GNUNET_TIME_year_to_time().
4 * Other minor upstream fixes.
5
6 -- Christian Grothoff <grothoff@gnu.org> Thu, 21 Jan 2021 12:02:10 +0100
7
1gnunet (0.14.0-1) unstable; urgency=medium 8gnunet (0.14.0-1) unstable; urgency=medium
2 9
3 * Renamed gnunet-dev to libgnunet-dev. 10 * 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 @@
1From: Bertrand Marc <bmarc@debian.org>
2Date: Sun, 5 Jul 2020 14:58:43 +0200
3Subject: Dont_copy_license_file
4
5---
6 contrib/Makefile.inc | 3 +--
7 1 file changed, 1 insertion(+), 2 deletions(-)
8
9diff --git a/contrib/Makefile.inc b/contrib/Makefile.inc
10index a563ef4..c737a07 100644
11--- a/contrib/Makefile.inc
12+++ b/contrib/Makefile.inc
13@@ -8,8 +8,7 @@ BUILDCOMMON_SHLIB_FILES = \
14 build-common/sh/lib.sh/existence_python.sh \
15 build-common/sh/lib.sh/msg.sh \
16 build-common/sh/lib.sh/progname.sh \
17- build-common/sh/lib.sh/version_gnunet.sh \
18- build-common/LICENSE
19+ build-common/sh/lib.sh/version_gnunet.sh
20
21 BUILDCOMMON_CONF_FILES = \
22 build-common/conf/.dir-locals.el \