|
From: <and...@us...> - 2009-09-23 13:17:25
|
Revision: 10460
http://plplot.svn.sourceforge.net/plplot/?rev=10460&view=rev
Author: andrewross
Date: 2009-09-23 13:16:55 +0000 (Wed, 23 Sep 2009)
Log Message:
-----------
Fix several bugs in the Debian packages.
Modified Paths:
--------------
trunk/debian/changelog
trunk/debian/control.in
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-09-23 10:13:35 UTC (rev 10459)
+++ trunk/debian/changelog 2009-09-23 13:16:55 UTC (rev 10460)
@@ -2,8 +2,15 @@
* debian/patches/02_unset-python-path.diff: Fix offset in patch
to remove quilt warning. (closes: #538533)
+ * debian/control.in:
+ + Remove arm build dependency on g++-4.1. (closes: #533806)
+ + Update build dependency on tcl / tk to 8.5 (compatible with
+ latest itcl). (closes: #545302)
+ + Add dpkg (>=1.15.4) dependency for plplot-doc to correctly
+ handle info install triggers. Fixes lintian warning.
+ + Bump debian standards version to 3.8.3.
- -- Andrew Ross <and...@us...> Thu, 20 Aug 2009 13:40:07 +0100
+ -- Andrew Ross <and...@us...> Wed, 23 Aug 2009 12:05:07 +0100
plplot (5.9.2-3) unstable; urgency=low
Modified: trunk/debian/control.in
===================================================================
--- trunk/debian/control.in 2009-09-23 10:13:35 UTC (rev 10459)
+++ trunk/debian/control.in 2009-09-23 13:16:55 UTC (rev 10460)
@@ -3,9 +3,9 @@
Priority: optional
Maintainer: Andrew Ross <and...@us...>
Uploaders: Rafael Laboissiere <ra...@de...>
-Standards-Version: 3.8.1
-Build-Depends: cmake (>= 2.4.5), debhelper (>= 7), g++-4.1 [arm],
- tcl8.4-dev, tk8.4-dev, itcl3-dev, libx11-dev, libxext-dev,
+Standards-Version: 3.8.3
+Build-Depends: cmake (>= 2.4.5), debhelper (>= 7),
+ tcl8.5-dev, tk8.5-dev, itcl3-dev, libx11-dev, libxext-dev,
libxi-dev, gfortran, itk3-dev, octave3.0-headers (>= 3.0.0-2),
libgd2-noxpm-dev | libgd2-xpm-dev, libgnome2-dev,
libgnomeprintui2.2-dev, libgnomeui-dev,
@@ -17,7 +17,7 @@
fastjar, swig, gnat [!alpha !arm !armeb !armel !mips !mipsel !kfreebsd-amd64]
Build-Depends-Indep: docbook-xml, docbook, docbook-dsssl, docbook-xsl,
docbook2x, opensp, jadetex
-Build-Conflicts: libplplot5, octave2.1-headers, tcl8.5, tcl8.5-dev
+Build-Conflicts: libplplot5, octave2.1-headers
XS-Python-Version: all
Homepage: http://www.plplot.org
Vcs-Svn: https://plplot.svn.sourceforge.net/svnroot/plplot/trunk/debian
@@ -322,6 +322,7 @@
Architecture: all
Section: doc
Suggests: libplplot-dev
+Depends: dpkg (>= 1.15.4)
Description: Documentation for PLplot, a plotting library
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.
|