|
From: <and...@us...> - 2009-05-28 09:23:45
|
Revision: 10008
http://plplot.svn.sourceforge.net/plplot/?rev=10008&view=rev
Author: andrewross
Date: 2009-05-28 09:23:39 +0000 (Thu, 28 May 2009)
Log Message:
-----------
Fix debian bug which prevents libplplot-dev installing on platforms
where ada is not available.
Modified Paths:
--------------
trunk/debian/changelog
trunk/debian/control.in
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-05-27 18:01:22 UTC (rev 10007)
+++ trunk/debian/changelog 2009-05-28 09:23:39 UTC (rev 10008)
@@ -1,3 +1,12 @@
+plplot (5.9.2-3) unstable; urgency=low
+
+ [ Andrew Ross ]
+ * debian/control.in: Ensure libplplot-dev only depends on
+ libplplot-ada for architectures where that exists.
+ (closes: #530847)
+
+ -- Andrew Ross <and...@us...> Thu, 28 May 2009 10:22:07 +0100
+
plplot (5.9.2-2) unstable; urgency=low
[ Andrew Ross ]
Modified: trunk/debian/control.in
===================================================================
--- trunk/debian/control.in 2009-05-27 18:01:22 UTC (rev 10007)
+++ trunk/debian/control.in 2009-05-28 09:23:39 UTC (rev 10008)
@@ -48,7 +48,8 @@
Recommends: pkg-config
Depends: libplplot9 (= ${binary:Version}), libqhull-dev, libfreetype6-dev,
libltdl3-dev, libplplot-c++9c2 (= ${binary:Version}), plplot9-driver-gnome2,
- libplplot-fortran9 (= ${binary:Version}), libplplot-ada (= ${binary:Version})
+ libplplot-fortran9 (= ${binary:Version}),
+ libplplot-ada (= ${binary:Version}) [!alpha !arm !armeb !armel !mips !mipsel !kfreebsd-amd64]
Description: Scientific plotting library (development files)
PLplot is relatively small, portable, freely distributable, and is rich
enough to satisfy most users. It has a wide range of plot types including
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|