This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository geronimo-osgi-support.
commit c7107fedc07faf80be6a4236b0c9708a724a2e63 Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 2 17:45:13 2015 +0200 Switch to debhelper level 9 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index d587d76..fd52c54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ geronimo-osgi-support (1.0-3) UNRELEASED; urgency=medium * Team upload. * Standards-Version updated to 3.9.6 (no changes) + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Thu, 02 Jul 2015 17:44:24 +0200 diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 7d2acaa..1c5a5aa 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Miguel Landaeta <[email protected]> Section: java Priority: optional -Build-Depends: debhelper (>= 7.0.50), default-jdk, javahelper, ant, libaspectj-java, +Build-Depends: debhelper (>= 9), default-jdk, javahelper, ant, libaspectj-java, libosgi-core-java, libosgi-compendium-java Standards-Version: 3.9.6 Vcs-Git: git://git.debian.org/git/pkg-java/geronimo-osgi-support.git diff --git a/debian/rules b/debian/rules index fd183d7..70f3f42 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ export JAVA_HOME=/usr/lib/jvm/default-java export CLASSPATH=/usr/share/java/aspectjtools.jar:/usr/share/java/osgi.core.jar:/usr/share/java/osgi.compendium.jar %: - dh --with javahelper $@ + dh $@ --with javahelper override_jh_build: jh_build -N geronimo-osgi-registry.jar geronimo-osgi-registry/src/main -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/geronimo-osgi-support.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

