This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libpostgresql-jdbc-java.
commit 1131136b32f6ee3f4cfd32fc5516552ff63896ae Author: Emmanuel Bourg <[email protected]> Date: Mon Jan 9 10:54:20 2017 +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 1cf01a3..b19e780 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libpgjava (9.2-1004-1) UNRELEASED; urgency=medium * New upstream release - Refreshed the patches * Standards-Version updated to 3.9.8 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Mon, 09 Jan 2017 10:52:12 +0100 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 cd68780..43505ff 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Matthias Klose <[email protected]>, Andrew Ross <[email protected]> -Build-Depends: debhelper (>= 9), java-gcj-compat-dev, ant, javahelper (>=0.32~), +Build-Depends: debhelper (>= 10), java-gcj-compat-dev, ant, javahelper (>=0.32~), maven-repo-helper (>= 1.7.1) Build-Depends-Indep: libxerces2-java, default-jdk, default-jdk-doc Standards-Version: 3.9.8 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpostgresql-jdbc-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

