This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ant.
commit fe198cee07c3a8dd6bcb23756afd4eb1d8e607f6 Author: Emmanuel Bourg <[email protected]> Date: Fri Jan 6 01:22:18 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 179e2b5..a8b871c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ ant (1.9.7-4) UNRELEASED; urgency=medium * Reproducibility improvements: - The PropertyFile task now honors the SOURCE_DATE_EPOCH variable for the date in the header of the .properties file generated + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Mon, 23 May 2016 23:30:45 +0200 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 a5f7956..8cbed92 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Uploaders: Matthias Klose <[email protected]>, Emmanuel Bourg <[email protected]> Build-Depends: antlr, cdbs (>= 0.4.8), - debhelper (>= 9), + debhelper (>= 10), default-jdk, gcj-native-helper, junit, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ant.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

