[SCM] Debian packaging of libchart-gnuplot-perl branch, master, updated. debian/0.20-1-1-g5309f10

Joenio Costa joenio at colivre.coop.br
Wed May 22 16:26:04 UTC 2013


The following commit has been merged in the master branch:
commit 5309f10adeec20682e5369d1e25b541472577686
Author: Joenio Costa <joenio at colivre.coop.br>
Date:   Wed May 22 13:14:37 2013 -0300

    debian/control: Recomends ghostscript
    
    Chart::Gnuplot uses postscript as default terminal, it implies that
    ImageMagick will be used in conjunction to Ghostscript to convert the
    output (in PS format) to image format (png, jpg, gif, ...).
    
    see:
    http://metacpan.org/module/Chart::Gnuplot#MECHANISM-OF-THIS-MODULE

diff --git a/debian/changelog b/debian/changelog
index 393795d..e5c62e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libchart-gnuplot-perl (0.20-2) unstable; urgency=low
+
+  * debian/control: Recomends ghostscript
+
+ -- Joenio Costa <joenio at colivre.coop.br>  Wed, 22 May 2013 13:11:07 -0300
+
 libchart-gnuplot-perl (0.20-1) unstable; urgency=low
 
   * Imported Upstream version 0.20
diff --git a/debian/control b/debian/control
index 708f302..0f58814 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libchart-gnup
 Package: libchart-gnuplot-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, gnuplot-nox | gnuplot-x11
-Recommends: imagemagick
+Recommends: imagemagick, ghostscript
 Description: module for generating two- and three-dimensional plots
  Chart::Gnuplot is a module to plot graphs using GNUPLOT. If an image format
  other than PS, PDF and EPS is required to generate, ImageMagick's convert

-- 
Debian packaging of libchart-gnuplot-perl



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