[gnuplot5] 01/15: Add gnuplot5-data binary.

Anton Gladky gladk at moszumanska.debian.org
Tue Sep 30 21:57:40 UTC 2014


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository gnuplot5.

commit 0f2353c646142f12a9843d2ee7de9b97743bc55e
Author: Anton Gladky <gladk at debian.org>
Date:   Tue Jul 15 22:43:05 2014 +0200

    Add gnuplot5-data binary.
---
 debian/control                                     | 31 ++++++++++++++++++----
 debian/{gnuplot5.install => gnuplot5-data.install} |  0
 debian/{gnuplot5.links => gnuplot5-data.links}     |  0
 3 files changed, 26 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index c89b6fa..00d6a3b 100644
--- a/debian/control
+++ b/debian/control
@@ -37,9 +37,7 @@ XS-Testsuite: autopkgtest
 Package: gnuplot5
 Architecture: all
 Depends:
- aglfn,
  gnuplot5-qt | gnuplot5-x11 | gnuplot5-nox,
- gnuplot-tex,
  ${misc:Depends}
 Suggests:
  gnuplot5-doc
@@ -78,7 +76,7 @@ Description: Command-line driven interactive plotting program. Doc-package
 Package: gnuplot5-nox
 Architecture: any
 Depends:
- gnuplot5,
+ gnuplot5-data (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends}
 Recommends:
@@ -107,7 +105,7 @@ Description: Command-line driven interactive plotting program. No-X package
 Package: gnuplot5-qt
 Architecture: any
 Depends:
- gnuplot5,
+ gnuplot5-data (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends}
 Suggests:
@@ -118,6 +116,8 @@ Conflicts:
 Replaces:
  gnuplot5-x11,
  gnuplot5-nox
+Provides:
+ gnuplot5-nox
 Description: Command-line driven interactive plotting program. QT-package
  Gnuplot is a portable command-line driven interactive data and function
  plotting utility that supports lots of output formats, including drivers
@@ -138,7 +138,7 @@ Description: Command-line driven interactive plotting program. QT-package
 Package: gnuplot5-x11
 Architecture: any
 Depends:
- gnuplot5,
+ gnuplot5-data (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends}
 Conflicts:
@@ -149,6 +149,8 @@ Replaces:
  gnuplot5-nox
 Suggests:
  gnuplot5-doc
+Provides:
+ gnuplot5-nox
 Description: Command-line driven interactive plotting program. X-package
  Gnuplot is a portable command-line driven interactive data and function
  plotting utility that supports lots of output formats, including drivers
@@ -163,3 +165,22 @@ Description: Command-line driven interactive plotting program. X-package
  images interactively under X11. Most users will want this, it is however
  packaged separately so that low-end systems don't need X installed to use
  gnuplot.
+
+Package: gnuplot5-data
+Architecture: all
+Section: doc
+Depends:
+ aglfn,
+ gnuplot-tex,
+ ${misc:Depends}
+Description: Command-line driven interactive plotting program. Data-files
+ Gnuplot is a portable command-line driven interactive data and function
+ plotting utility that supports lots of output formats, including drivers
+ for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output
+ is packaged in gnuplot-x11.
+ .
+ Data files and self-defined functions can be manipulated by the internal
+ C-like language. Can perform smoothing, spline-fitting, or nonlinear fits,
+ and can work with complex numbers.
+ .
+ This package contains data-files which are used by -nox, -x11 and -qt.
diff --git a/debian/gnuplot5.install b/debian/gnuplot5-data.install
similarity index 100%
rename from debian/gnuplot5.install
rename to debian/gnuplot5-data.install
diff --git a/debian/gnuplot5.links b/debian/gnuplot5-data.links
similarity index 100%
rename from debian/gnuplot5.links
rename to debian/gnuplot5-data.links

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gnuplot5.git



More information about the debian-science-commits mailing list