summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-28 11:39:05 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-28 11:39:05 +0100
commit351b289675cc9a52a86f5daedd430942d680c410 (patch)
tree9b27178c1945d9717143a2e1ff08c9eecd898af0 /debian/patches
parente550acf5779f8b5da31bc97b35f77ff3f1935c0b (diff)
downloadexchange-351b289675cc9a52a86f5daedd430942d680c410.tar.gz
exchange-351b289675cc9a52a86f5daedd430942d680c410.tar.bz2
exchange-351b289675cc9a52a86f5daedd430942d680c410.zip
skeleton for Taler exchange Debian package (not yet working)
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0001-Dont_copy_license_file.patch22
-rw-r--r--debian/patches/series1
2 files changed, 23 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 @@
+From: Bertrand Marc <bmarc@debian.org>
+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 \
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000000000..f192b8afb
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Dont_copy_license_file.patch