This is an automated email from the git hooks/post-receive script. carnil pushed a commit to branch master in repository libapp-nopaste-perl.
commit 66c2163bec1160d6465b88650f2d22ee87abace9 Author: Salvatore Bonaccorso <[email protected]> Date: Wed May 6 16:33:48 2015 +0200 Lower Debhelper compat level to 8 Module::Build::Tiny is not used anymore for the build. Adjust versioned Build-Depends on debhelper to (>= 8). --- debian/compat | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/compat b/debian/compat index ec63514..45a4fb7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +8 diff --git a/debian/control b/debian/control index ea7e64d..d75d2a0 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Uploaders: Salvatore Bonaccorso <[email protected]> Section: perl Priority: optional -Build-Depends: debhelper (>= 9.20130630~) +Build-Depends: debhelper (>= 8) Build-Depends-Indep: libbrowser-open-perl, libclass-load-perl, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapp-nopaste-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
