summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2020-04-20 19:59:48 +0200
committerPicca Frédéric-Emmanuel <picca@debian.org>2020-04-20 20:05:58 +0200
commit7bdd4e4a2ad7b791b735f79700fbeb2c0e20b6e3 (patch)
tree7ae39a4aae0a8e65e18452b7c46633130e068aa5
parent6b3162fc9f203482b0503de986e0799358fc7349 (diff)
try to fix the FTBFS
-rw-r--r--debian/changelog7
-rw-r--r--debian/patches/0018-fix-the-FTBFS-with-missing-m4-Makefile.m4.patch21
-rw-r--r--debian/patches/series1
3 files changed, 29 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4e977a9..c13747f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cbflib (0.9.6+dfsg1-2) UNRELEASED; urgency=medium
+
+ * d/pathes:
+ + 0018-fix-the-FTBFS-with-missing-m4-Makefile.m4.patch (Added)
+
+ -- Picca Frédéric-Emmanuel <picca@debian.org> Mon, 20 Apr 2020 20:02:49 +0200
+
cbflib (0.9.6+dfsg1-1) unstable; urgency=medium
* Team upload
diff --git a/debian/patches/0018-fix-the-FTBFS-with-missing-m4-Makefile.m4.patch b/debian/patches/0018-fix-the-FTBFS-with-missing-m4-Makefile.m4.patch
new file mode 100644
index 0000000..d2bdc2a
--- /dev/null
+++ b/debian/patches/0018-fix-the-FTBFS-with-missing-m4-Makefile.m4.patch
@@ -0,0 +1,21 @@
+From: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca@debian.org>
+Date: Mon, 20 Apr 2020 19:59:29 +0200
+Subject: fix the FTBFS with missing m4/Makefile.m4
+
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index b765f96..ed01d7e 100644
+--- a/Makefile
++++ b/Makefile
+@@ -258,7 +258,7 @@ SONAME = libcbf.so.1
+ #
+ # Directories
+ #
+-ROOT = $(PWD)
++ROOT = $(CURDIR)
+ LIB = $(ROOT)/lib
+ SOLIB = $(ROOT)/solib
+ JCBF = $(ROOT)/jcbf
diff --git a/debian/patches/series b/debian/patches/series
index 2307cb5..b997b58 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -15,3 +15,4 @@
0016-cross.patch
0016-add-missing-LdFLAG-to-cbf_testxfelread.patch
0017-Added-an-extra_compile_args-to-setup.py.patch
+0018-fix-the-FTBFS-with-missing-m4-Makefile.m4.patch