[med-svn] [libace-perl] 01/02: Only run rpcgen once, not several times in parallel to not fail in parallel builds
Andreas Tille
tille at debian.org
Tue Nov 21 13:41:17 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libace-perl.
commit c7f268546f010f088296f04c42c78b1b899d1daf
Author: Andreas Tille <tille at debian.org>
Date: Tue Nov 21 14:36:04 2017 +0100
Only run rpcgen once, not several times in parallel to not fail in parallel builds
---
debian/changelog | 8 ++++++++
debian/patches/parallel-ftbfs.patch | 21 +++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 30 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 19643f3..4ab8d01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libace-perl (1.92-6) unstable; urgency=medium
+
+ * Only run rpcgen once, not several times in parallel to not fail in
+ parallel builds (Thanks for the patch to Adrian Bunk <bunk at debian.org>)
+ Closes: #882313
+
+ -- Andreas Tille <tille at debian.org> Tue, 21 Nov 2017 14:35:52 +0100
+
libace-perl (1.92-5) unstable; urgency=medium
* Moved 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..07de691
--- /dev/null
+++ b/debian/patches/parallel-ftbfs.patch
@@ -0,0 +1,21 @@
+Description: Fix parallel FTBFS
+ Only run rpcgen once, not several times in parallel.
+Author: Adrian Bunk <bunk at debian.org>
+Last-Update: Tue, 21 Nov 2017 13:11:24 +0200
+Bug-Debian: https://bugs.debian.org/882313
+
+--- a/acelib/Makefile
++++ b/acelib/Makefile
+@@ -96,7 +96,11 @@ libace.a : $(LIBACE_OBJS)
+
+ RPCGEN_PRODUCTS = rpcace.h rpcace_xdr.c rpcace_clnt.c rpcace_svc.c
+
+-$(RPCGEN_PRODUCTS): rpcace.x
++.PHONY: rpcgen
++
++$(RPCGEN_PRODUCTS): rpcgen
++
++rpcgen: rpcace.x
+ rpcgen $(RPCGEN_FLAGS) rpcace.x
+
+ rpcace_sp.o: rpcace_sp.c rpcace_svc.c
diff --git a/debian/patches/series b/debian/patches/series
index 5299247..d51a9ab 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
spelling.patch
+parallel-ftbfs.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libace-perl.git
More information about the debian-med-commit
mailing list