This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to branch master in repository geronimo-validation-1.0-spec.
commit 0bbb8437b0921598560304e53eff2be76036cdbf Author: Miguel Landaeta <[email protected]> Date: Sun Aug 6 20:15:00 2017 +0100 Bump DH compat level to 10 --- debian/changelog | 3 ++- debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2d848dc..57917e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ geronimo-validation-1.0-spec (1.1-3) UNRELEASED; urgency=medium * Team upload. * Remove myself from uploaders list. (Closes: #XXXXXX) + * Bump DH compat level to 10. - -- Miguel Landaeta <[email protected]> Sun, 06 Aug 2017 20:12:07 +0100 + -- Miguel Landaeta <[email protected]> Sun, 06 Aug 2017 20:14:27 +0100 geronimo-validation-1.0-spec (1.1-2) unstable; urgency=medium diff --git a/debian/compat b/debian/compat index 7f8f011..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +10 diff --git a/debian/control b/debian/control index b416acb..3e6b1aa 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: geronimo-validation-1.0-spec Maintainer: Debian Java Maintainers <[email protected]> Section: java Priority: optional -Build-Depends: debhelper (>= 7.0.50), default-jdk, javahelper, +Build-Depends: debhelper (>= 10~), default-jdk, javahelper, libgeronimo-osgi-support-java, maven-repo-helper Standards-Version: 3.8.4 Vcs-Git: git://git.debian.org/git/pkg-java/geronimo-validation-1.0-spec.git diff --git a/debian/rules b/debian/rules index d21871d..8e942e7 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ export JAVA_HOME=/usr/lib/jvm/default-java export CLASSPATH=/usr/share/java/geronimo-osgi-locator.jar %: - dh --with javahelper $@ + dh $@ --with javahelper override_jh_build: jh_build geronimo-validation.jar src/main -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/geronimo-validation-1.0-spec.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

