|
From: <and...@us...> - 2011-11-24 20:10:02
|
Revision: 12038
http://plplot.svn.sourceforge.net/plplot/?rev=12038&view=rev
Author: andrewross
Date: 2011-11-24 20:09:56 +0000 (Thu, 24 Nov 2011)
Log Message:
-----------
Update dependencies for Debian packages so cmake is required for -dev package.
Modified Paths:
--------------
trunk/debian/changelog
trunk/debian/control.in
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2011-11-24 20:09:15 UTC (rev 12037)
+++ trunk/debian/changelog 2011-11-24 20:09:56 UTC (rev 12038)
@@ -1,3 +1,10 @@
+plplot (5.9.9-2) unstable; urgency=low
+
+ * debian/control.in: Add recommends on cmake for libplplot-dev since
+ this provides a better way of building the examples.
+
+ -- Andrew Ross <and...@us...> Mon, 31 Oct 2011 15:10:57 +0000
+
plplot (5.9.9-1) unstable; urgency=low
* New upstream release.
Modified: trunk/debian/control.in
===================================================================
--- trunk/debian/control.in 2011-11-24 20:09:15 UTC (rev 12037)
+++ trunk/debian/control.in 2011-11-24 20:09:56 UTC (rev 12038)
@@ -47,7 +47,7 @@
Package: libplplot-dev
Architecture: any
Section: libdevel
-Recommends: pkg-config, libplplot-ocaml, libplplot-lua, libplplot-d
+Recommends: pkg-config, cmake, libplplot-ocaml, libplplot-lua, libplplot-d
Suggests: plplot-doc
Depends: libplplot11 (= ${binary:Version}), libqhull-dev, libfreetype6-dev,
libltdl3-dev, libqsastime-dev, ${misc:Depends},
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|