This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libiscwt-java.
commit 8912378179137dbfef525292435b627708507034 Author: Emmanuel Bourg <[email protected]> Date: Mon Aug 1 23:27:17 2016 +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 5ef7792..f7da358 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libiscwt-java (5.3.20100629-3.1) UNRELEASED; urgency=medium * Non-maintainer upload. * Moved the package to Git + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Mon, 01 Aug 2016 23:19:33 +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 f0f5767..5f9c3bc 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Steffen Moeller <[email protected]> Build-Depends: - debhelper (>= 7), + debhelper (>= 9), default-jdk, javahelper (>= 0.37), libisfreetype-java, diff --git a/debian/rules b/debian/rules index 5efd0b0..50faec4 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ export JAVA_HOME=/usr/lib/jvm/default-java export CLASSPATH=/usr/share/java/isnativec.jar:/usr/share/java/isfreetype.jar:/usr/share/java/isrt.jar:rt.jar:/usr/share/java/swt.jar %: - dh --with javahelper $@ + dh $@ --with javahelper get-orig-source: uscan --force-download -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libiscwt-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

