[plplot] 62/68: Import Debian changes 5.10.0+dfsg2-0.3
Ole Streicher
olebole at moszumanska.debian.org
Mon Jul 10 07:38:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
olebole pushed a commit to branch master
in repository plplot.
commit ba5c2de46c560ba591105018d9918563a5aee6b5
Author: Axel Beckert <abe at debian.org>
Date: Wed Aug 3 21:18:45 2016 +0200
Import Debian changes 5.10.0+dfsg2-0.3
plplot (5.10.0+dfsg2-0.3) unstable; urgency=medium
* Non-maintainer upload.
* Fix FTBFS with "dpkg-buildpackage -A" by letting build-indep-stamp
depend on config-stamp in debian/rules. (Closes: #816987)
---
debian/changelog | 8 ++++++++
debian/rules | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index c7c4565..4ac47ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+plplot (5.10.0+dfsg2-0.3) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTBFS with "dpkg-buildpackage -A" by letting build-indep-stamp
+ depend on config-stamp in debian/rules. (Closes: #816987)
+
+ -- Axel Beckert <abe at debian.org> Wed, 03 Aug 2016 21:18:45 +0200
+
plplot (5.10.0+dfsg2-0.2) unstable; urgency=medium
* Non-maintainer upload.
diff --git a/debian/rules b/debian/rules
index d072e8b..b9d4e0e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -128,7 +128,7 @@ build-arch-stamp: config-stamp
touch build-arch-stamp
build-indep: build-indep-stamp
-build-indep-stamp:
+build-indep-stamp: config-stamp
dh_testdir
( cd $(BUILD_DIR) ; $(CMAKE) $(SRC_DIR) $(CONFIGURE_OPTIONS) -DBUILD_DOC=ON ; \
cd doc ; $(MAKE) )
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/plplot.git
More information about the debian-science-commits
mailing list