|
From: <and...@us...> - 2012-04-05 21:02:09
|
Revision: 12187
http://plplot.svn.sourceforge.net/plplot/?rev=12187&view=rev
Author: andrewross
Date: 2012-04-05 21:02:02 +0000 (Thu, 05 Apr 2012)
Log Message:
-----------
Disable ada support for armhf platform since gnat is not available on that architecture.
Modified Paths:
--------------
trunk/debian/changelog
trunk/debian/rules
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2012-04-05 20:53:50 UTC (rev 12186)
+++ trunk/debian/changelog 2012-04-05 21:02:02 UTC (rev 12187)
@@ -1,3 +1,10 @@
+plplot (5.9.9-5) unstable; urgency=low
+
+ * debian/rules: Disable Ada support on armhf since gnat is not available on that
+ architecture at the moment.
+
+ -- Andrew Ross <and...@us...> Thu, 05 Apr 2012 21:54:46 +0100
+
plplot (5.9.9-4) unstable; urgency=low
* debian/rules:
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2012-04-05 20:53:50 UTC (rev 12186)
+++ trunk/debian/rules 2012-04-05 21:02:02 UTC (rev 12187)
@@ -51,9 +51,9 @@
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
-# Disable Ada build on armel - gnat not available on armel at the moment.
+# Disable Ada build on armhf and sh4 - gnat not available on these at the moment.
-ifneq (,$(findstring :$(DEB_BUILD_ARCH):,:sh4:))
+ifneq (,$(findstring :$(DEB_BUILD_ARCH):,:armhf:sh4:))
BUILD_ADA = no
else
BUILD_ADA = yes
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|