[SCM] Debian packaging of Daemon-Control CPAN distribution branch, master, updated. upstream/0.001001-25-ged22b24

gregor herrmann gregoa at debian.org
Sat May 4 20:47:38 UTC 2013


The following commit has been merged in the master branch:
commit 7e621967ca888eeb1ca61bded24c65a958ed151a
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 4 22:45:04 2013 +0200

    debian/control: make sure we have a new enough File::Path.

diff --git a/debian/control b/debian/control
index 4d78b80..25e0a7d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Uploaders: intrigeri <intrigeri at debian.org>,
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl,
+                     perl (>= 5.11.1) | libfile-path-perl (>= 2.08)
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdaemon-control-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdaemon-control-perl.git
@@ -14,7 +15,8 @@ Homepage: https://metacpan.org/release/Daemon-Control/
 Package: libdaemon-control-perl
 Architecture: all
 Depends: ${misc:Depends},
-         ${perl:Depends}
+         ${perl:Depends},
+         perl (>= 5.11.1) | libfile-path-perl (>= 2.08)
 Description: Create init scripts in Perl
  Daemon::Control provides a library for creating init scripts in Perl.
  Your Perl script just needs to set the accessors for what and how you

-- 
Debian packaging of Daemon-Control CPAN distribution



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