|
From: <and...@us...> - 2009-04-16 14:23:06
|
Revision: 9805
http://plplot.svn.sourceforge.net/plplot/?rev=9805&view=rev
Author: andrewross
Date: 2009-04-16 14:22:56 +0000 (Thu, 16 Apr 2009)
Log Message:
-----------
Fix some lintian warnings and close octave bug which is fixed by recent
patch to remove octave 2.0/2.1 backwards compatibility.
Modified Paths:
--------------
trunk/debian/changelog
trunk/debian/compat
trunk/debian/control.in
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-04-16 14:08:44 UTC (rev 9804)
+++ trunk/debian/changelog 2009-04-16 14:22:56 UTC (rev 9805)
@@ -1,3 +1,12 @@
+plplot (5.9.2-4) UNRELEASED; urgency=low
+
+ * debian/compat: Update compatibility version for debhelper to
+ remove lintian warning.
+ * debian/control: Change section for libplplot9-java to match
+ override in debian archives. Fixes lintian warning
+
+ -- Andrew Ross <and...@us...> Thu, 16 Apr 2009 15:16:07 +0100
+
plplot (5.9.2-3) UNRELEASED; urgency=low
* debian/control (libplplot-dev): Depend on libplplot-fortran9
@@ -13,7 +22,8 @@
* debian/patches/14_octave-3.0-fixes.diff:
New patch ported from upstream to fix octave with octave 3.0.
Patch removes support for octave 2.0/2.1 which gets rids of a
- large number of warnings. Also fixes automatic_replot support.
+ large number of warnings. Also fixes automatic_replot support.
+ (closes: #522423)
* debian/rules: Disable ocaml support to prevent ocaml bindings
being build if ocamlc is installed.
Modified: trunk/debian/compat
===================================================================
--- trunk/debian/compat 2009-04-16 14:08:44 UTC (rev 9804)
+++ trunk/debian/compat 2009-04-16 14:22:56 UTC (rev 9805)
@@ -1 +1 @@
-4
+7
Modified: trunk/debian/control.in
===================================================================
--- trunk/debian/control.in 2009-04-16 14:08:44 UTC (rev 9804)
+++ trunk/debian/control.in 2009-04-16 14:22:56 UTC (rev 9805)
@@ -98,7 +98,7 @@
[JAVA:Package: libplplot9-java
Architecture: any
-Section: libs
+Section: java
Depends: java-gcj-compat, ${shlibs:Depends}
Description: Scientific plotting library (Java bindings)
PLplot is relatively small, portable, freely distributable, and is rich
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|