[med-svn] [libctapimkt] 01/03: Fix parallel FTBFS

Andreas Tille tille at debian.org
Thu Nov 16 08:03:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository libctapimkt.

commit 8cffd62e20cccb7c3b1a56fb267e211580f28d36
Author: Andreas Tille <tille at debian.org>
Date:   Thu Nov 16 08:42:35 2017 +0100

    Fix parallel FTBFS
---
 debian/changelog                    |  8 ++++++++
 debian/patches/parallel-ftbfs.patch | 17 +++++++++++++++++
 debian/patches/series               |  1 +
 3 files changed, 26 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index eca9bd9..96db467 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libctapimkt (1.0.5~rc1-6) UNRELEASED; urgency=medium
+
+  * Fix FTBFS in parallel builds (thanks for the patch to Adrian Bunk
+    <bunk at debian.org>)
+    Closes: #881865
+
+ -- Andreas Tille <tille at debian.org>  Thu, 16 Nov 2017 08:33:32 +0100
+
 libctapimkt (1.0.5~rc1-5) unstable; urgency=medium
 
   * Move packaging from SVN to Git
diff --git a/debian/patches/parallel-ftbfs.patch b/debian/patches/parallel-ftbfs.patch
new file mode 100644
index 0000000..cc63c9a
--- /dev/null
+++ b/debian/patches/parallel-ftbfs.patch
@@ -0,0 +1,17 @@
+Description: Fix parallel FTBFS
+ Fix a parallel FTBFS caused by not telling make
+ that libctapimkt is not an external library.
+Author: Adrian Bunk <bunk at debian.org>
+Last-Update: Wed, 15 Nov 2017 23:41:09 +0200
+Bug-Debian: https://bugs.debian.org/881865
+
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -14,6 +14,6 @@ libctapimkt_la_SOURCES = ctapi.c ctapimk
+ bin_PROGRAMS = mktlin
+ mktlin_SOURCES = mktlin.c
+ mktlin_LDADD = $(LDADD)
+-LDADD = -lrt -lusb-1.0 -ldl -lctapimkt
++LDADD = -lrt -lusb-1.0 -ldl libctapimkt.la
+ 
+ MAINTAINERCLEANFILES = autom4te.cache
diff --git a/debian/patches/series b/debian/patches/series
index 4bebcda..afebeb1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 clang_FTBFS_Wreturn-type.patch
 libusb-1.0.patch
+parallel-ftbfs.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libctapimkt.git



More information about the debian-med-commit mailing list