[libdaemon-control-perl] 02/03: Remove version of libfile-path-perl dependency since it is included in squeeze
Xavier Guimard
xguimard-guest at alioth.debian.org
Wed Sep 11 04:27:37 UTC 2013
This is an automated email from the git hooks/post-receive script.
xguimard-guest pushed a commit to branch master
in repository libdaemon-control-perl.
commit df0255e8528695c0b558fd20e65248dada19958e
Author: Xavier Guimard <x.guimard at free.fr>
Date: Wed Sep 11 06:25:29 2013 +0200
Remove version of libfile-path-perl dependency since it is included in squeeze
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index f66faa1..e1a40b1 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
- perl (>= 5.11.1) | libfile-path-perl (>= 2.08)
+ perl (>= 5.11.1) | libfile-path-perl
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
@@ -16,7 +16,7 @@ Package: libdaemon-control-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
- perl (>= 5.11.1) | libfile-path-perl (>= 2.08)
+ perl (>= 5.11.1) | libfile-path-perl
Description: module for creating 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdaemon-control-perl.git
More information about the Pkg-perl-cvs-commits
mailing list