This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository dbus-java.
commit 981446027758cf58243d7bfbb890b55a30dcd472 Author: tony mancill <[email protected]> Date: Fri Jan 31 21:07:24 2014 -0800 use DH 9 --- debian/compat | 2 +- debian/control | 4 ++-- debian/rules | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 270bf6f..3b1584a 100644 --- a/debian/control +++ b/debian/control @@ -4,11 +4,11 @@ Priority: optional Maintainer: Debian Java Maintainer <[email protected]> Uploaders: Matthew Johnson <[email protected]> Build-Depends: default-jdk, - debhelper (>= 7.0.50~), + debhelper (>= 9~), docbook-to-man, tex4ht, libmatthew-debug-java, - libunixsocket-java ( >= 0.6 ), + libunixsocket-java (>= 0.6), texlive-latex-base, texlive-base-bin, texlive-latex-extra, diff --git a/debian/rules b/debian/rules index 80763d3..bf46dae 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ JAVA_HOME=/usr/lib/jvm/default-java %: - dh --with javahelper $@ + dh $@ --with javahelper VERSION=$(shell dpkg-parsechangelog | sed -n '/^Version/s/Version: \(.*\)-[^-]*$$/\1/p') -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/dbus-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

