[feedgnuplot] 01/02: Depends now works with the 'gnuplot5' packages

Dima Kogan dima at secretsauce.net
Fri Oct 10 21:10:04 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 199796d87483d347e86554982a6364b082457e1b
Author: Dima Kogan <dima at secretsauce.net>
Date:   Fri Oct 10 14:05:05 2014 -0700

    Depends now works with the 'gnuplot5' packages
    
    There's now a family of 'gnuplot5' packages in addition to the 'gnuplot' ones. I
    now Depend on either one or on a generic "gnuplot" fallback.
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 2d2eb1a..109d238 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,8 @@ 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-nox
+Depends: ${misc:Depends}, ${perl:Depends},
+         gnuplot-qt | gnuplot-x11 | gnuplot-nox | gnuplot5-qt | gnuplot5-x11 | gnuplot5-nox | gnuplot
 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