|
From: <rla...@us...> - 2009-04-01 22:25:48
|
Revision: 9786
http://plplot.svn.sourceforge.net/plplot/?rev=9786&view=rev
Author: rlaboiss
Date: 2009-04-01 22:25:45 +0000 (Wed, 01 Apr 2009)
Log Message:
-----------
libplplot-dev depend on fortran and ada library packages
Modified Paths:
--------------
trunk/debian/changelog
trunk/debian/control.in
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-04-01 05:38:16 UTC (rev 9785)
+++ trunk/debian/changelog 2009-04-01 22:25:45 UTC (rev 9786)
@@ -1,14 +1,21 @@
+plplot (5.9.2-2) UNRELEASED; urgency=low
+
+ * debian/control (libplplot-dev): Depend on libplplot-fortran9
+ libplplot-ada, avoiding dangling symlinks (closes: #522125)
+
+ -- Rafael Laboissiere <ra...@de...> Thu, 02 Apr 2009 00:21:46 +0200
+
plplot (5.9.2-2) unstable; urgency=low
- * debian/control.in: Update package descriptions to fix lintian
+ * debian/control.in: Update package descriptions to fix lintian
warnings.
- * 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
+ * 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.
- * debian/rules: Disable ocaml support to prevent ocaml bindings
+ * debian/rules: Disable ocaml support to prevent ocaml bindings
being build if ocamlc is installed.
-- Andrew Ross <and...@us...> Fri, 27 Feb 2009 22:14:07 +0000
@@ -23,12 +30,12 @@
12_cmake-2.6-fixes.diff
which are now incorporated upstream.
- * debian/patches/07_octave_prune_examples.diff:
+ * debian/patches/07_octave_prune_examples.diff:
Update patch to reflect upstream changes.
- * debian/patches/13_fix-kfreeBSD-build.diff:
- debian/control.in:
- New patch to fix build of plplot on Debian kfreeBSD. Also disable
+ * debian/patches/13_fix-kfreeBSD-build.diff:
+ debian/control.in:
+ New patch to fix build of plplot on Debian kfreeBSD. Also disable
ada packages on kfreeBSD-amd64. Closes: #497895.
* debian/rules: Explicitly enable tk driver. This is current disabled
Modified: trunk/debian/control.in
===================================================================
--- trunk/debian/control.in 2009-04-01 05:38:16 UTC (rev 9785)
+++ trunk/debian/control.in 2009-04-01 22:25:45 UTC (rev 9786)
@@ -47,7 +47,8 @@
Section: libdevel
Recommends: pkg-config
Depends: libplplot9 (= ${binary:Version}), libqhull-dev, libfreetype6-dev,
- libltdl3-dev, libplplot-c++9c2 (= ${binary:Version}), plplot9-driver-gnome2
+ libltdl3-dev, libplplot-c++9c2 (= ${binary:Version}), plplot9-driver-gnome2,
+ libplplot-fortran9 (= ${binary:Version}), libplplot-ada (= ${binary:Version})
Description: Scientific 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
@@ -58,8 +59,8 @@
virtually all aspects of plotting are configurable.
.
This package contains all that is needed for doing development in C, C++,
- and Fortran with PLplot. Examples of programs for these languages are
- also included. For development in Tcl/Tk, Python, and Octave, install
+ and Fortran with PLplot. Examples of programs for these languages are
+ also included. For development in Tcl/Tk, Python, and Octave, install
the plplot-tcl, python-plplot, and octave-plplot packages, respectively.
Package: libplplot-c++9c2
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|