|
From: <and...@us...> - 2012-01-04 14:11:11
|
Revision: 12114
http://plplot.svn.sourceforge.net/plplot/?rev=12114&view=rev
Author: andrewross
Date: 2012-01-04 14:11:00 +0000 (Wed, 04 Jan 2012)
Log Message:
-----------
Fix up new debian package release.
Modified Paths:
--------------
trunk/debian/changelog
trunk/debian/control
trunk/debian/rules
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2012-01-03 16:17:28 UTC (rev 12113)
+++ trunk/debian/changelog 2012-01-04 14:11:00 UTC (rev 12114)
@@ -5,7 +5,7 @@
* Force rebuild to fix dependency problems with ada development library
and gnat-4.6 which make libplplot-ada0-dev uninstallable.
* Add explicit dependency on gdc-v1 as package is not yet ready for gdc
- version 2 which is the new defaulyt (closes: #653088).
+ version 2 which is the new default with gdc-4.6 (closes: #653088).
-- Andrew Ross <and...@us...> Tue, 03 Jan 2012 16:09:55 +0000
Modified: trunk/debian/control
===================================================================
--- trunk/debian/control 2012-01-03 16:17:28 UTC (rev 12113)
+++ trunk/debian/control 2012-01-04 14:11:00 UTC (rev 12114)
@@ -14,7 +14,7 @@
fastjar, swig, gnat [!sh4], libqt4-dev, python-sip-dev,
python-qt4, python-qt4-dev,
ocaml-nox, camlidl, ocaml-findlib, libcairo-ocaml-dev,
- liblablgtk2-ocaml-dev, liblua5.1-0-dev, lua5.1, gdc
+ liblablgtk2-ocaml-dev, liblua5.1-0-dev, lua5.1, gdc-v1
Build-Depends-Indep: docbook-xml, docbook, docbook-dsssl, docbook-xsl,
docbook2x, opensp, jadetex, ghostscript
Build-Conflicts: libplplot5, octave3.0-headers
@@ -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},
@@ -355,7 +355,7 @@
libplplot-ada0 (= ${binary:Version})
Recommends: libplplot-dev
Breaks: libplplot-ada (<< 5.9.8-2), libplplot-dev (<< 5.9.8-2)
-Description: Scientific plotting library (development files)
+Description: Ada support for PLplot, a 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
line (linear, log), contour, 3D, fill, and almost 1000 characters
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2012-01-03 16:17:28 UTC (rev 12113)
+++ trunk/debian/rules 2012-01-04 14:11:00 UTC (rev 12114)
@@ -93,6 +93,7 @@
(cd $(BUILD_DIR) ; \
PKG_CONFIG_ENV=" " F77=gfortran FC=gfortran \
JAVA_HOME=$(JAVA_HOME) \
+ DC=$(DC) \
cmake $(SRC_DIR) $(CONFIGURE_OPTIONS) )
touch config-stamp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|