This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository librepository.
commit 564f471488efa083f88f5d53719992ba4a6cf932 Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 7 22:35:05 2016 +0100 Switch to debhelper level 10 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4f60473..6813197 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ librepository (1.1.6-3) UNRELEASED; urgency=medium * Removed the recommended dependency on librepository-java-gcj * Moved the package to Git * Standards-Version updated to 3.9.8 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Mon, 07 Nov 2016 15:55:14 +0100 diff --git a/debian/compat b/debian/compat index 7ed6ff8..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +10 diff --git a/debian/control b/debian/control index 61522a7..f1afdc8 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Rene Engelhard <[email protected]> -Build-Depends: debhelper (>= 5), cdbs, default-jdk, ant, libjcommon-java (>= 1.0.10), libbase-java, libgnumail-java, libcommons-logging-java, javahelper, ant-contrib +Build-Depends: debhelper (>= 10), cdbs, default-jdk, ant, libjcommon-java (>= 1.0.10), libbase-java, libgnumail-java, libcommons-logging-java, javahelper, ant-contrib Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/librepository.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/librepository.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/librepository.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

