[libdata-pageset-perl] 01/01: switch to debhelper 9
Edward Betts
edward at moszumanska.debian.org
Tue Oct 27 09:47:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
edward pushed a commit to branch master
in repository libdata-pageset-perl.
commit 5e9e96f7b5e6c09b1abf64db5ca2ce460448a598
Author: Edward Betts <edward at 4angle.com>
Date: Tue Oct 27 09:47:29 2015 +0000
switch to debhelper 9
---
debian/compat | 2 +-
debian/control | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 96b4936..a979e95 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,8 @@
Source: libdata-pageset-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7), quilt
-Build-Depends-Indep: perl, libdata-page-perl, libtest-pod-perl
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: libdata-page-perl, libtest-pod-perl, perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Edward Betts <edward at 4angle.com>, Ryan Niebur <ryan at debian.org>
Standards-Version: 3.9.6
@@ -12,7 +12,7 @@ Homepage: https://metacpan.org/release/Data-Pageset
Package: libdata-pageset-perl
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libdata-page-perl
+Depends: libdata-page-perl, ${misc:Depends}, ${perl:Depends}
Description: Perl module for page numbering and page sets
The object produced by Data::Pageset can be used to create page navigation,
it inherits from Data::Page and has access to all methods from this object.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdata-pageset-perl.git
More information about the Pkg-perl-cvs-commits
mailing list