From 199796d87483d347e86554982a6364b082457e1b Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Fri, 10 Oct 2014 14:05:05 -0700 Subject: [PATCH] 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