This is an automated email from the git hooks/post-receive script. dom pushed a commit to branch master in repository libheap-perl.
commit 36234774608be5ca429362fa904f6579ab8f1a94 Author: Dominic Hargreaves <[email protected]> Date: Wed Mar 23 22:19:28 2016 +0000 Switch to minimal dh style rules, and modernize deps and Standards-Version --- debian/changelog | 2 ++ debian/compat | 2 +- debian/control | 6 +++--- debian/docs | 2 ++ debian/rules | 8 ++------ 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3bbe171..7f83aa5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ libheap-perl (0.80-3) UNRELEASED; urgency=medium * Update maintainer to Debian Perl Group * Add Vcs-* fields + * Switch to minimal dh style rules, and modernize deps and + Standards-Version -- Dominic Hargreaves <[email protected]> Wed, 23 Mar 2016 22:11:24 +0000 diff --git a/debian/compat b/debian/compat index b8626c4..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 +9 diff --git a/debian/control b/debian/control index 55b0dc6..2d53567 100644 --- a/debian/control +++ b/debian/control @@ -1,11 +1,11 @@ Source: libheap-perl Section: perl Priority: optional -Build-Depends: debhelper (>= 4), cdbs (>= 0.4), -Build-Depends-Indep: perl (>= 5.8.0), perl-modules +Build-Depends: debhelper (>= 9) +Build-Depends-Indep: perl Maintainer: Debian Perl Group <[email protected]> Uploaders: Dominic Hargreaves <[email protected]> -Standards-Version: 3.7.3 +Standards-Version: 3.9.7 Homepage: https://metacpan.org/release/Heap/ Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libheap-perl.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libheap-perl.git diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..724e084 --- /dev/null +++ b/debian/docs @@ -0,0 +1,2 @@ +README +TODO diff --git a/debian/rules b/debian/rules index a9a41d9..2d33f6a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,4 @@ #!/usr/bin/make -f -# Put perlmodule.mk last to dh_clean temporary files not in MANIFEST -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/perlmodule.mk - -DEB_INSTALL_DOCS_libheap-perl := README - +%: + dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libheap-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
