This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libcgi-untaint-email-perl.
commit ace5c728077cbc95a18b0209b186a2398a648ffe Author: gregor herrmann <[email protected]> Date: Sat Jun 13 13:25:01 2015 +0200 Bump debhelper compatibility level to 9, use dh(1) in debian/rules. --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 29 ++--------------------------- 3 files changed, 4 insertions(+), 29 deletions(-) diff --git a/debian/compat b/debian/compat index 7ed6ff8..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +9 diff --git a/debian/control b/debian/control index e4d9c50..2143760 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Uploaders: MartÃn Ferrari <[email protected]> Section: perl Testsuite: autopkgtest-pkg-perl Priority: extra -Build-Depends: debhelper (>= 5) +Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl, libcgi-pm-perl | perl (<< 5.19), libcgi-untaint-perl, diff --git a/debian/rules b/debian/rules index f718f02..2d33f6a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,29 +1,4 @@ #!/usr/bin/make -f -build : build-stamp - -build-stamp : Makefile.PL - perl Makefile.PL INSTALLDIRS=vendor - $(MAKE) test - touch $@ - -binary : binary-arch binary-indep - -binary-arch : - -binary-indep : build-stamp - dh_testroot - $(MAKE) PREFIX=$(CURDIR)/debian/libcgi-untaint-email-perl/usr install - dh_perl - dh_installchangelogs Changes - dh_installdocs - dh_compress - dh_fixperms - dh_gencontrol - dh_builddeb - -clean : - [ ! -f Makefile ] || $(MAKE) clean - dh_clean Makefile Makefile.old build-stamp - -.PHONY : build binary binary-arch binary-dep clean +%: + dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-untaint-email-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
