This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository modello.
commit 8b782a2e34d8b0b24a0b061114535f33c3e44a11 Author: Emmanuel Bourg <[email protected]> Date: Thu May 18 15:34:38 2017 +0200 Switch to debhelper level 10 --- debian/changelog | 7 +++++++ debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6831ad1..fac2100 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +modello (1.8.3-4) UNRELEASED; urgency=medium + + * Team upload. + * Switch to debhelper level 10 + + -- Emmanuel Bourg <[email protected]> Thu, 18 May 2017 15:34:19 +0200 + modello (1.8.3-3) unstable; urgency=medium * Team upload. diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 5670754..1450206 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Torsten Werner <[email protected]>, Ludovic Claude <[email protected]>, Damien Raude-Morvan <[email protected]> -Build-Depends: debhelper (>= 9), default-jdk +Build-Depends: debhelper (>= 10), default-jdk Build-Depends-Indep: default-jdk-doc, junit, libjdom1-java, diff --git a/debian/rules b/debian/rules index cb50639..194b340 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem=maven + dh $@ get-orig-source: uscan --force-download --download-current-version --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/modello.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

