[plplot] 56/68: Import Debian changes 5.9.9-4

Ole Streicher olebole at moszumanska.debian.org
Mon Jul 10 07:38:39 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 634f1263094f1b008413e4c22a6c8f33c2b7cc88
Author: Andrew Ross <andrewross at users.sourceforge.net>
Date:   Wed Apr 4 21:27:11 2012 +0100

    Import Debian changes 5.9.9-4
    
    plplot (5.9.9-4) unstable; urgency=low
    
      * debian/rules:
        + Fix bug in building binary-arch target on autobuilders.
        + Remove workaround for executable permissions bug in 5.9.8.
---
 debian/changelog | 8 ++++++++
 debian/rules     | 4 +---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d84f015..c7e07a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+plplot (5.9.9-4) unstable; urgency=low
+
+  * debian/rules: 
+    + Fix bug in building binary-arch target on autobuilders.  
+    + Remove workaround for executable permissions bug in 5.9.8.
+
+ -- Andrew Ross <andrewross at users.sourceforge.net>  Wed, 04 Apr 2012 21:27:11 +0100
+
 plplot (5.9.9-3) unstable; urgency=low
 
   [ Andrew Ross ]
diff --git a/debian/rules b/debian/rules
index 38112cb..996acb8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -92,9 +92,7 @@ endif
 
 config: config-stamp
 config-stamp: control 
-        # Temporary fix for perms problem in 5.9.8
-	chmod a+x $(SRC_DIR)/plplot_test/test_d.sh.in
-	mkdir $(BUILD_DIR)
+	mkdir -p $(BUILD_DIR)
 	(cd $(BUILD_DIR) ; \
 	PKG_CONFIG_ENV=" " F77=gfortran FC=gfortran \
 	JAVA_HOME=$(JAVA_HOME) DC=$(DC) \

-- 
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