This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libima-dbi-perl.
commit 9915a4fc81d0c30fe72ae03912dbbab243483c2d Author: gregor herrmann <[email protected]> Date: Mon Aug 11 18:15:28 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 7f8f011..45a4fb7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +8 diff --git a/debian/control b/debian/control index 5bec50d..32f2ace 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: perl Priority: optional Maintainer: Debian Perl Group <[email protected]> Uploaders: Krzysztof Krzyżaniak (eloy) <[email protected]> -Build-Depends: cdbs, debhelper (>= 7) +Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl (>= 5.8.0), libdbix-contextualfetch-perl (>= 1.00), libdbi-perl (>= 1.20), libclass-data-inheritable-perl (>= 0.02), libtest-pod-perl, libtest-pod-coverage-perl diff --git a/debian/rules b/debian/rules index c32be82..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 -include /usr/share/cdbs/1/rules/simple-patchsys.mk - -install/libima-dbi-perl:: - -rmdir debian/libima-dbi-perl/usr/lib/perl5 - -rmdir debian/libima-dbi-perl/usr/lib +%: + dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libima-dbi-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
