[feedgnuplot] 05/06: by default I depend on "gnuplot-nox", not "gnuplot"

Dima Kogan dima at secretsauce.net
Wed Aug 6 22:23:36 UTC 2014


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

dkogan-guest pushed a commit to branch debian
in repository feedgnuplot.

commit 0f0e51a159726342e6f826fa018d95fda3ff882c
Author: Dima Kogan <dima at secretsauce.net>
Date:   Wed Aug 6 15:19:14 2014 -0700

    by default I depend on "gnuplot-nox", not "gnuplot"
    
    It turns out that the "base" gnuplot package that all flavors provide is called
    "gnuplot-nox". So paradoxically, "gnuplot-x11" Provides "gnuplot-nox". I had my
    dependency set up such that "gnuplot-nox" would not satisfy feedgnuplot. It does
    now
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 865218b..2d2eb1a 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/feedgnu
 
 Package: feedgnuplot
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, gnuplot-qt | gnuplot-x11 | gnuplot
+Depends: ${misc:Depends}, ${perl:Depends}, gnuplot-qt | gnuplot-x11 | gnuplot-nox
 Description: Pipe-oriented frontend to Gnuplot
  Flexible, command-line-oriented frontend to Gnuplot. Creates plots from data
  coming in on STDIN or given in a filename passed on the commandline. Various

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



More information about the debian-science-commits mailing list