|
From: <and...@us...> - 2012-04-05 20:53:56
|
Revision: 12186
http://plplot.svn.sourceforge.net/plplot/?rev=12186&view=rev
Author: andrewross
Date: 2012-04-05 20:53:50 +0000 (Thu, 05 Apr 2012)
Log Message:
-----------
New debian package version to fix build error for binary-arch target.
Modified Paths:
--------------
trunk/debian/changelog
trunk/debian/rules
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2012-04-02 15:49:42 UTC (rev 12185)
+++ trunk/debian/changelog 2012-04-05 20:53:50 UTC (rev 12186)
@@ -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 <and...@us...> Wed, 04 Apr 2012 21:27:11 +0100
+
plplot (5.9.9-3) unstable; urgency=low
[ Andrew Ross ]
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2012-04-02 15:49:42 UTC (rev 12185)
+++ trunk/debian/rules 2012-04-05 20:53:50 UTC (rev 12186)
@@ -92,9 +92,7 @@
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) \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|