[pcl] 01/01: Remove --parallel from dh
Jochen Sprickerhof
jspricke-guest at moszumanska.debian.org
Mon Dec 1 10:51:04 UTC 2014
This is an automated email from the git hooks/post-receive script.
jspricke-guest pushed a commit to branch master
in repository pcl.
commit cbf858574042182d19fc9d8cd32d52b7005ddb22
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date: Mon Dec 1 10:43:25 2014 +0100
Remove --parallel from dh
hopefully fixes build on i386 buildd
---
debian/changelog | 6 ++++++
debian/rules | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 3cfe68d..e77ba10 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pcl (1.7.2-6) unstable; urgency=medium
+
+ * Remove --parallel from dh to fix build on i386 buildd.
+
+ -- Jochen Sprickerhof <git at jochen.sprickerhof.de> Mon, 01 Dec 2014 10:46:10 +0100
+
pcl (1.7.2-5) unstable; urgency=medium
[Leopold Palomo-Avellaneda]
diff --git a/debian/rules b/debian/rules
index 303ac45..623282e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -87,7 +87,7 @@ override_dh_installchangelogs:
%:
- dh $@ --parallel --builddirectory=build
+ dh $@ --builddirectory=build
get-orig-source:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pcl.git
More information about the debian-science-commits
mailing list