|
From: <and...@us...> - 2012-08-08 12:07:59
|
Revision: 12204
http://plplot.svn.sourceforge.net/plplot/?rev=12204&view=rev
Author: andrewross
Date: 2012-08-08 12:07:50 +0000 (Wed, 08 Aug 2012)
Log Message:
-----------
Update debian build dependencies to remove superfluous dependency on quilt.
Modified Paths:
--------------
trunk/debian/changelog
trunk/debian/control
trunk/debian/control.in
trunk/debian/rules
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2012-08-08 11:50:31 UTC (rev 12203)
+++ trunk/debian/changelog 2012-08-08 12:07:50 UTC (rev 12204)
@@ -1,3 +1,10 @@
+plplot (5.9.9-6) unstable; urgency=low
+
+ * debian/control.in: Remove build dependency on quilt since this is
+ not required for 3.0 (quilt) source packages. Fixes lintian warning.
+
+ -- Andrew Ross <and...@us...> Wed, 08 Aug 2012 12:55:15 +0100
+
plplot (5.9.9-5) unstable; urgency=low
* debian/patches/series, debian/patches/fix-cmake-ada-support.diff:
Modified: trunk/debian/control
===================================================================
--- trunk/debian/control 2012-08-08 11:50:31 UTC (rev 12203)
+++ trunk/debian/control 2012-08-08 12:07:50 UTC (rev 12204)
@@ -8,7 +8,7 @@
libxi-dev, gfortran, itk3-dev, liboctave-dev,
libgd2-noxpm-dev | libgd2-xpm-dev, m4, libqhull-dev (>= 2003.1-8),
libxml-parser-perl, libxml-dom-perl, libltdl3-dev, pkg-config,
- quilt, slice, python-gtk2-dev, libwxgtk2.8-dev,
+ slice, python-gtk2-dev, libwxgtk2.8-dev,
python-all-dev (>= 2.6.6-3~),
python-numpy (>= 1:1.4.1-4~), ttf-freefont, default-jdk,
fastjar, swig, gnat [!sh4], libqt4-dev, python-sip-dev,
Modified: trunk/debian/control.in
===================================================================
--- trunk/debian/control.in 2012-08-08 11:50:31 UTC (rev 12203)
+++ trunk/debian/control.in 2012-08-08 12:07:50 UTC (rev 12204)
@@ -8,7 +8,7 @@
libxi-dev, gfortran, itk3-dev, liboctave-dev,
libgd2-noxpm-dev | libgd2-xpm-dev, m4, libqhull-dev (>= 2003.1-8),
libxml-parser-perl, libxml-dom-perl, libltdl3-dev, pkg-config,
- quilt, slice, python-gtk2-dev, libwxgtk2.8-dev,
+ slice, python-gtk2-dev, libwxgtk2.8-dev,
python-all-dev (>= 2.6.6-3~),
python-numpy (>= 1:1.4.1-4~), ttf-freefont, default-jdk,
fastjar, swig, gnat [!sh4], libqt4-dev, python-sip-dev,
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2012-08-08 11:50:31 UTC (rev 12203)
+++ trunk/debian/rules 2012-08-08 12:07:50 UTC (rev 12204)
@@ -15,8 +15,6 @@
MDIR = $(shell octave-config --print LOCALAPIFCNFILEDIR)
OCTDIR = $(shell octave-config --print LOCALAPIOCTFILEDIR)
-#include /usr/share/quilt/quilt.make
-
version := $(shell perl debian/get-upstream-version.pl < cmake/modules/plplot_version.cmake)
libpkg := libplplot11
docpkg := plplot-doc
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|