This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libcgi-untaint-perl.
commit 5fb9fd33b2b77203f093e16181b378d41a3b04e1 Author: gregor herrmann <[email protected]> Date: Mon Aug 11 17:58:13 2014 +0200 Use debhelper 8 and dh(1) in debian/rules. --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 9 ++------- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/debian/compat b/debian/compat index 7ed6ff8..45a4fb7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +8 diff --git a/debian/control b/debian/control index 87b5388..a679688 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libcgi-untaint-perl Section: perl Priority: optional Build-Depends-Indep: perl (>= 5.8.0), libuniversal-require-perl, libtest-pod-perl, libtest-pod-coverage-perl -Build-Depends: cdbs, debhelper (>= 5) +Build-Depends: debhelper (>= 8) Maintainer: Debian Perl Group <[email protected]> Uploaders: Bart Martens <[email protected]> Standards-Version: 3.8.1 diff --git a/debian/rules b/debian/rules index 22675ba..2d33f6a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,4 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/perlmodule.mk - -install/libcgi-untaint-perl:: - rm -f debian/libcgi-untaint-perl/usr/share/doc/libcgi-untaint-perl/README - -rmdir debian/libcgi-untaint-perl/usr/lib/perl5 - -rmdir debian/libcgi-untaint-perl/usr/lib +%: + dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-untaint-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
