[libalien-gnuplot-perl] 01/04: minor packaging corrections

Dima Kogan dima at secretsauce.net
Thu Aug 28 05:56:22 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 de3d72ec16e0ffd673e2ab107fedee1e6e439372
Author: Dima Kogan <dima at secretsauce.net>
Date:   Mon Aug 25 21:26:52 2014 -0700

    minor packaging corrections
    
    - debhelper dependency to 8 from 9
    - loosened perl version requirement
    - added upstream copyright year to debian/copyright
---
 debian/compat    | 2 +-
 debian/control   | 8 ++++----
 debian/copyright | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/compat b/debian/compat
index ec63514..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+8
diff --git a/debian/control b/debian/control
index 9e103cc..71a5b2c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ 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 (>= 9)
-Build-Depends-Indep: perl (>= 5.13.9)
+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
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libalien-gnuplot-perl.git
@@ -12,8 +12,8 @@ Homepage: https://metacpan.org/release/Alien-Gnuplot
 
 Package: libalien-gnuplot-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.13.9)
-Description: Finds and verifies functionality of the gnuplot executable
+Depends: ${misc:Depends}, ${perl:Depends}
+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,
  which does the actual work and is called automatically at load time.
diff --git a/debian/copyright b/debian/copyright
index b4444c0..81e4b20 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Craig DeForest <craig at deforest.org>
 Upstream-Name: Alien-Gnuplot
 
 Files: *
-Copyright: Craig DeForest <craig at deforest.org>
+Copyright: 2013, Craig DeForest <craig at deforest.org>
 License: Artistic or GPL-1+
 
 Files: debian/*

-- 
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