[gnuplot] 02/04: Provide transitional packages for Jessie->Stretch period. (Closes: #833343)

Anton Gladky gladk at moszumanska.debian.org
Sun Nov 13 19:23:58 UTC 2016


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

gladk pushed a commit to branch master
in repository gnuplot.

commit 065d9e40cb7445fa0964fba63fedc74ec059f888
Author: Anton Gladky <gladk at debian.org>
Date:   Sun Nov 13 19:41:13 2016 +0100

    Provide transitional packages for Jessie->Stretch period. (Closes: #833343)
---
 debian/control | 50 +++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 47 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index cf3627e..739457d 100644
--- a/debian/control
+++ b/debian/control
@@ -45,6 +45,8 @@ Depends: gnuplot-qt | gnuplot-x11 | gnuplot-nox,
          ${misc:Depends}
 Suggests: gnuplot-doc
 Provides: gnuplot5
+Breaks: gnuplot5 (<<5.0.3+dfsg1-2~)
+Replaces: gnuplot5 (<<5.0.3+dfsg1-2~)
 Description: Command-line driven interactive plotting program, version 5
  Gnuplot is a portable command-line driven interactive data and function
  plotting utility that supports lots of output formats, including drivers
@@ -88,7 +90,9 @@ Conflicts: gnuplot-qt,
            gnuplot-x11
 Provides: gnuplot5-nox
 Replaces: gnuplot-qt,
-          gnuplot-x11
+          gnuplot-x11,
+          gnuplot5-nox (<<5.0.3+dfsg1-2~)
+Breaks: gnuplot5-nox (<<5.0.3+dfsg1-2~)
 Description: Command-line driven interactive plotting program. No-X package
  Gnuplot is a portable command-line driven interactive data and function
  plotting utility that supports lots of output formats, including drivers
@@ -112,7 +116,9 @@ Conflicts: gnuplot-x11,
 Provides: gnuplot-nox,
           gnuplot5-qt
 Replaces: gnuplot-x11,
-          gnuplot-nox
+          gnuplot-nox,
+          gnuplot5-qt (<<5.0.3+dfsg1-2~)
+Breaks: gnuplot5-qt (<<5.0.3+dfsg1-2~)
 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
@@ -141,7 +147,9 @@ Conflicts: gnuplot-qt,
 Provides: gnuplot-nox,
           gnuplot5-x11
 Replaces: gnuplot-qt,
-          gnuplot-nox
+          gnuplot-nox,
+          gnuplot5-x11 (<<5.0.3+dfsg1-2~)
+Breaks: gnuplot5-x11 (<<5.0.3+dfsg1-2~)
 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
@@ -177,3 +185,39 @@ Description: Command-line driven interactive plotting program. Data-files
  and can work with complex numbers.
  .
  This package contains data-files which are used by -nox, -x11 and -qt.
+
+Package: gnuplot5
+Depends: gnuplot, ${misc:Depends}
+Architecture: all
+Priority: extra
+Section: oldlibs
+Description: transitional package
+ This is a transitional package for Jessie->Stretch period.
+ It can safely be removed.
+
+Package: gnuplot5-nox
+Depends: gnuplot-nox, ${misc:Depends}
+Architecture: all
+Priority: extra
+Section: oldlibs
+Description: transitional package
+ This is a transitional package for Jessie->Stretch period.
+ It can safely be removed.
+
+Package: gnuplot5-x11
+Depends: gnuplot-x11, ${misc:Depends}
+Architecture: all
+Priority: extra
+Section: oldlibs
+Description: transitional package
+ This is a transitional package for Jessie->Stretch period.
+ It can safely be removed.
+
+Package: gnuplot5-qt
+Depends: gnuplot-qt, ${misc:Depends}
+Architecture: all
+Priority: extra
+Section: oldlibs
+Description: transitional package
+ This is a transitional package for Jessie->Stretch period.
+ It can safely be removed.

-- 
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