[libdata-integer-perl] 02/05: Drop unversioned "perl" in d/control
Nuno Carvalho
smash at cpan.org
Thu May 21 19:22:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
mestre-guest pushed a commit to branch master
in repository libdata-integer-perl.
commit 5a382e1414e3b4f1f82c50cf068f53f7cc1af198
Author: Nuno Carvalho <smash at cpan.org>
Date: Thu May 21 19:48:26 2015 +0100
Drop unversioned "perl" in d/control
---
debian/changelog | 3 +--
debian/control | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c71f52d..ab28eb0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,6 @@ libdata-integer-perl (0.005-1) UNRELEASED; urgency=low
TODO:
- d/control:
- + drop unversioned "perl" from Depends (gets added via dh_perl and
- ${perl:Depends}
+ dh 7.0.17 is quite ancient; bump to 8 or 9 (in d/compat as well)
+ "Testsuite: autopkgtest-pkg-perl" would be nice (if it works)
@@ -36,6 +34,7 @@ libdata-integer-perl (0.005-1) UNRELEASED; urgency=low
* debian/control:
+ update standards version
+ add libmodule-build-perl to B-D
+ + drop unversioned "perl" from Depends
* debian/changelog: tidy up entries
* debian/copyright: update copyright years
diff --git a/debian/control b/debian/control
index 32401ee..37a9479 100644
--- a/debian/control
+++ b/debian/control
@@ -18,8 +18,7 @@ Homepage: https://metacpan.org/release/Data-Integer
Package: libdata-integer-perl
Architecture: all
Depends: ${misc:Depends},
- ${perl:Depends},
- perl
+ ${perl:Depends}
Description: Perl modules handling details of the native integer data type
Data::Integer is about the native integer numerical data type. A native
integer is one of the types of datum that can appear in the numeric part
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdata-integer-perl.git
More information about the Pkg-perl-cvs-commits
mailing list