[dbus-java] 02/04: use DH 9
Tony Mancill
tmancill at moszumanska.debian.org
Sat Feb 1 05:16:20 UTC 2014
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 <tmancill at debian.org>
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 <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Matthew Johnson <mjj29 at debian.org>
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
More information about the pkg-java-commits
mailing list