From 0f0e51a159726342e6f826fa018d95fda3ff882c Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Wed, 6 Aug 2014 15:19:14 -0700 Subject: [PATCH] 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