[gnuplot] 01/06: Add gnuplot-data and move there all arch-independent files.

Anton Gladky gladk at moszumanska.debian.org
Tue Jul 15 18:15:02 UTC 2014


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

gladk pushed a commit to branch master
in repository gnuplot.

commit 27a6ce380ff95e6837d1be4dfe6a5ef24d6c988a
Author: Anton Gladky <gladk at debian.org>
Date:   Sun Jul 13 14:46:23 2014 +0200

    Add gnuplot-data and move there all arch-independent files.
    
    (Closes:#754598)
---
 debian/control                                   | 34 ++++++++++++++++++++----
 debian/{gnuplot.install => gnuplot-data.install} |  0
 debian/{gnuplot.links => gnuplot-data.links}     |  0
 3 files changed, 29 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 3bded2a..9497571 100644
--- a/debian/control
+++ b/debian/control
@@ -34,8 +34,6 @@ XS-Testsuite: autopkgtest
 Package: gnuplot
 Architecture: all
 Depends:
- aglfn,
- gnuplot-tex,
  gnuplot-qt (>= 4.6.5-5) | gnuplot-x11 (>= 4.6.5-5) | gnuplot-nox (>= 4.6.5-5),
  ${misc:Depends}
 Breaks:
@@ -84,7 +82,7 @@ Description: Command-line driven interactive plotting program. Doc-package
 Package: gnuplot-nox
 Architecture: any
 Depends:
- gnuplot (>= 4.6.5-5),
+ gnuplot-data (>= 4.6.5-8),
  ${misc:Depends},
  ${shlibs:Depends}
 Recommends:
@@ -113,7 +111,7 @@ Description: Command-line driven interactive plotting program. No-X package
 Package: gnuplot-qt
 Architecture: any
 Depends:
- gnuplot (>= 4.6.5-5),
+ gnuplot-data (>= 4.6.5-8),
  ${misc:Depends},
  ${shlibs:Depends}
 Suggests:
@@ -144,7 +142,7 @@ Description: Command-line driven interactive plotting program. QT-package
 Package: gnuplot-x11
 Architecture: any
 Depends:
- gnuplot (>= 4.6.5-5),
+ gnuplot-data (>= 4.6.5-8),
  ${misc:Depends},
  ${shlibs:Depends}
 Conflicts:
@@ -190,3 +188,29 @@ Description: Command-line driven interactive plotting program. Tex-files
  and can work with complex numbers.
  .
  This package contains tex-files which are used by both gnuplot v4 and v5.
+
+Package: gnuplot-data
+Architecture: all
+Section: doc
+Breaks:
+ gnuplot-nox (<<4.6.5-5),
+ gnuplot-qt  (<<4.6.5-5),
+ gnuplot-x11 (<<4.6.5-5),
+ gnuplot     (<<4.6.5-6)
+Replaces:
+ gnuplot     (<<4.6.5-6)
+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/gnuplot.install b/debian/gnuplot-data.install
similarity index 100%
rename from debian/gnuplot.install
rename to debian/gnuplot-data.install
diff --git a/debian/gnuplot.links b/debian/gnuplot-data.links
similarity index 100%
rename from debian/gnuplot.links
rename to debian/gnuplot-data.links

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



More information about the debian-science-commits mailing list