|
From: <and...@us...> - 2011-10-27 20:47:17
|
Revision: 12004
http://plplot.svn.sourceforge.net/plplot/?rev=12004&view=rev
Author: andrewross
Date: 2011-10-27 20:47:11 +0000 (Thu, 27 Oct 2011)
Log Message:
-----------
Tinker with wording of the Debian package descriptions.
Modified Paths:
--------------
trunk/debian/control
trunk/debian/control.in
Modified: trunk/debian/control
===================================================================
--- trunk/debian/control 2011-10-27 20:34:11 UTC (rev 12003)
+++ trunk/debian/control 2011-10-27 20:47:11 UTC (rev 12004)
@@ -52,7 +52,6 @@
Depends: libplplot11 (= ${binary:Version}), libqhull-dev, libfreetype6-dev,
libltdl3-dev, libqsastime-dev, ${misc:Depends},
libplplot-c++10 (= ${binary:Version}), libplplot-fortran9 (= ${binary:Version})
- , libplplot-ada (= ${binary:Version})
Breaks: libplplot-fortran9 (<< 5.9.8-1)
Description: Scientific plotting library (development files)
PLplot is relatively small, portable, freely distributable, and is rich
@@ -63,13 +62,13 @@
handful of function calls is typically required. For more advanced use,
virtually all aspects of plotting are configurable.
.
- This package contains all that is needed for doing development in C, C++,
- Fortran and Ada with PLplot. Examples of programs for these languages are
- also included. For development in Tcl/Tk, Python, Octave, and Java install
- the plplot-tcl-dev, python-plplot, octave-plplot and libplplot-java packages,
- respectively. This package also includes the OCaml, lua and D examples. To use
- one of these languages you will also need to install the libplplot-xxx package
- for that language.
+ 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, Octave, Ada and Java
+ install the plplot-tcl-dev, python-plplot, octave-plplot, libplplot-ada0-dev
+ and libplplot-java packages, respectively. This package also includes the
+ OCaml, lua and D examples. To use one of these languages you will also
+ need to install the libplplot-xxx package for that language.
Package: libplplot-c++10
Architecture: any
@@ -330,9 +329,11 @@
almost drop-in replacement for the traditional Gnuplot graphical
interface in Octave. Examples are also provided.
-Package: libplplot-ada
+Package: libplplot-ada0
Architecture: any
Depends: libplplot11 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Breaks: libplplot-ada (<< 5.9.8-2)
+Replaces: libplplot-ada (<< 5.9.8-2)
Description: Ada support 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
@@ -342,9 +343,31 @@
handful of function calls is typically required. For more advanced use,
virtually all aspects of plotting are configurable.
.
- This package contains the Ada bindings for PLplot.
+ This package contains the runtime Ada bindings library for PLplot.
+Package: libplplot-ada0-dev
+Architecture: any
+Section: libdevel
+Suggests: plplot-doc
+Depends: libplplot11 (= ${binary:Version}), libqhull-dev, libfreetype6-dev,
+ libltdl3-dev, libqsastime-dev, ada-compiler, gnat, gnat-4.6, ${misc:Depends},
+ libplplot-ada0 (= ${binary:Version})
+Recommends: libplplot-dev
+Breaks: libplplot-ada (<< 5.9.8-2), libplplot-dev (<< 5.9.8-2)
+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
+ line (linear, log), contour, 3D, fill, and almost 1000 characters
+ (including Greek and mathematical) in its extended font set. The package
+ is designed to make it easy to quickly get graphical output; only a
+ handful of function calls is typically required. For more advanced use,
+ virtually all aspects of plotting are configurable.
+ .
+ This package contains all that is needed for doing PLplot development in
+ Ada.
+
+
Package: plplot-doc
Architecture: all
Section: doc
Modified: trunk/debian/control.in
===================================================================
--- trunk/debian/control.in 2011-10-27 20:34:11 UTC (rev 12003)
+++ trunk/debian/control.in 2011-10-27 20:47:11 UTC (rev 12004)
@@ -64,11 +64,11 @@
.
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, Octave, and Java install
- the plplot-tcl-dev, python-plplot, octave-plplot and libplplot-java packages,
- respectively. This package also includes the OCaml, lua and D examples. To use
- one of these languages you will also need to install the libplplot-xxx package
- for that language.
+ also included. For development in Tcl/Tk, Python, Octave, Ada and Java
+ install the plplot-tcl-dev, python-plplot, octave-plplot, libplplot-ada0-dev
+ and libplplot-java packages, respectively. This package also includes the
+ OCaml, lua and D examples. To use one of these languages you will also
+ need to install the libplplot-xxx package for that language.
Package: libplplot-c++10
Architecture: any
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|