[gnuplot] 03/05: Do not let install -nox together with -x11 or -qt.

Anton Gladky gladk at moszumanska.debian.org
Sat Jul 12 09:51:24 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 b5b3c3b37abb03029a22891fdb98b9e22ca00c41
Author: Anton Gladky <gladk at debian.org>
Date:   Sat Jul 12 10:45:46 2014 +0200

    Do not let install -nox together with -x11 or -qt.
---
 debian/control | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 797261f..3bded2a 100644
--- a/debian/control
+++ b/debian/control
@@ -90,6 +90,12 @@ Depends:
 Recommends:
  fonts-liberation,
  groff
+Conflicts:
+ gnuplot-qt,
+ gnuplot-x11
+Replaces:
+ gnuplot-qt,
+ gnuplot-x11
 Suggests:
  gnuplot-doc
 Description: Command-line driven interactive plotting program. No-X package
@@ -113,9 +119,11 @@ Depends:
 Suggests:
  gnuplot-doc
 Conflicts:
- gnuplot-x11
+ gnuplot-x11,
+ gnuplot-nox
 Replaces:
- gnuplot-x11
+ gnuplot-x11,
+ gnuplot-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
@@ -140,9 +148,11 @@ Depends:
  ${misc:Depends},
  ${shlibs:Depends}
 Conflicts:
- gnuplot-qt
+ gnuplot-qt,
+ gnuplot-nox
 Replaces:
- gnuplot-qt
+ gnuplot-qt,
+ gnuplot-nox
 Suggests:
  gnuplot-doc
 Description: Command-line driven interactive plotting program. X-package

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