aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/0001-Dont_copy_license_file.patch
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-25 20:41:26 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-25 20:41:26 +0100
commit76c5096ee37773889ba1d3f6508cbfc8cc44a2ec (patch)
tree9ba7c7018399a105cace1674dca150239bcf34d3 /debian/patches/0001-Dont_copy_license_file.patch
parentb7abb3a11f1b8252945fab43c4575741fa90143b (diff)
downloadgnunet-76c5096ee37773889ba1d3f6508cbfc8cc44a2ec.tar.gz
gnunet-76c5096ee37773889ba1d3f6508cbfc8cc44a2ec.zip
needed file
Diffstat (limited to 'debian/patches/0001-Dont_copy_license_file.patch')
-rw-r--r--debian/patches/0001-Dont_copy_license_file.patch22
1 files changed, 22 insertions, 0 deletions
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 \