|
From: <and...@us...> - 2012-01-03 16:17:34
|
Revision: 12113
http://plplot.svn.sourceforge.net/plplot/?rev=12113&view=rev
Author: andrewross
Date: 2012-01-03 16:17:28 +0000 (Tue, 03 Jan 2012)
Log Message:
-----------
For D compiler version 1 for Debian packages as plplot doesn't work with v2 (the new default).
Modified Paths:
--------------
trunk/debian/changelog
trunk/debian/control.in
trunk/debian/rules
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2012-01-03 12:01:41 UTC (rev 12112)
+++ trunk/debian/changelog 2012-01-03 16:17:28 UTC (rev 12113)
@@ -4,8 +4,10 @@
this provides a better way of building the examples.
* 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).
- -- Andrew Ross <and...@us...> Wed, 30 Nov 2011 12:48:13 +0000
+ -- Andrew Ross <and...@us...> Tue, 03 Jan 2012 16:09:55 +0000
plplot (5.9.9-1) unstable; urgency=low
Modified: trunk/debian/control.in
===================================================================
--- trunk/debian/control.in 2012-01-03 12:01:41 UTC (rev 12112)
+++ trunk/debian/control.in 2012-01-03 16:17:28 UTC (rev 12113)
@@ -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
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2012-01-03 12:01:41 UTC (rev 12112)
+++ trunk/debian/rules 2012-01-03 16:17:28 UTC (rev 12113)
@@ -34,6 +34,7 @@
#CXXFLAGS += -fvisibility=hidden
LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
LDFLAGS += -Wl,--as-needed
+DC = gdc-v1
JAVA_HOME = /usr/lib/jvm/default-java
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|