[SCM] Debian packaging of libfile-localizenewlines-perl branch, master, updated. 0d67b7a1af44fd375fadff54813ae26895de3b89
gregor herrmann
gregoa at debian.org
Mon May 27 15:13:01 UTC 2013
The following commit has been merged in the master branch:
commit 2b13fbbe88cd32ead415723a79c0015b40b333d9
Author: gregor herrmann <gregoa at debian.org>
Date: Mon May 27 17:07:18 2013 +0200
Use ${perl:Depends} in Depends in debian/control.
diff --git a/debian/control b/debian/control
index ee1c58b..c2f4e61 100644
--- a/debian/control
+++ b/debian/control
@@ -6,11 +6,11 @@ Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
- libfile-remove-perl,
- libfile-find-rule-perl,
- libparams-util-perl,
libclass-default-perl,
+ libfile-find-rule-perl,
+ libfile-remove-perl,
libfile-slurp-perl,
+ libparams-util-perl,
libtest-script-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-localizenewlines-perl.git
@@ -19,13 +19,13 @@ Homepage: https://metacpan.org/release/File-LocalizeNewlines/
Package: libfile-localizenewlines-perl
Architecture: all
-Depends: perl,
+Depends: ${perl:Depends},
${misc:Depends},
- libfile-remove-perl,
- libfile-find-rule-perl,
- libparams-util-perl,
libclass-default-perl,
- libfile-slurp-perl
+ libfile-find-rule-perl,
+ libfile-remove-perl,
+ libfile-slurp-perl,
+ libparams-util-perl
Description: Perl module to localize the newlines for one or more files
File::LocalizeNewlines is a module that allows users to easily fix conflicting
newline formats (particularly Unix- and Win32-style line endings). It changes
--
Debian packaging of libfile-localizenewlines-perl
More information about the Pkg-perl-cvs-commits
mailing list