[libalien-gnuplot-perl] 01/02: Tweaked gnuplot dependency

Dima Kogan dima at secretsauce.net
Thu Aug 28 20:29:32 UTC 2014


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

dkogan-guest pushed a commit to branch master
in repository libalien-gnuplot-perl.

commit e60a0aae7e242296d6a80e0deb3f1dc935229f42
Author: Dima Kogan <dima at secretsauce.net>
Date:   Thu Aug 28 13:27:22 2014 -0700

    Tweaked gnuplot dependency
    
    Since Makefile.PL doesn't do anything anymore I no longer Build-Depend on
    gnuplot.
    
    The package itself DOES now depend on gnuplot, since that is the point of
    Alien::Gnuplot. Any flavor of gnuplot satisfies this dependency, with the
    graphical ones favored
---
 debian/control | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index c1dbdb1..ac0a798 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Dima Kogan <dima at secretsauce.net>
-Build-Depends: debhelper (>= 8), gnuplot-nox
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libalien-gnuplot-perl.git
@@ -12,7 +12,8 @@ Homepage: https://metacpan.org/release/Alien-Gnuplot
 
 Package: libalien-gnuplot-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends},
+          gnuplot-qt | gnuplot-x11 | gnuplot-nox
 Description: finds and verifies functionality of the gnuplot executable
  Alien::Gnuplot verifies existence and sanity of the gnuplot external
  application. It only declares one access method, Alien::Gnuplot::load_gnuplot,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libalien-gnuplot-perl.git



More information about the Pkg-perl-cvs-commits mailing list