[jinput] 03/09: Use debhelper 10 and update dh sequencer invocation
Tony Mancill
tmancill at moszumanska.debian.org
Mon Mar 20 14:07:02 UTC 2017
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository jinput.
commit b69f8245ac2bee6fb75398cc3ffbbe7ee24d0291
Author: tony mancill <tmancill at debian.org>
Date: Sun Mar 19 21:33:15 2017 -0700
Use debhelper 10 and update dh sequencer invocation
---
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
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 53920f2..96fb5f0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: tony mancill <tmancill at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), javahelper (>= 0.29), ant, ant-optional,
+Build-Depends: debhelper (>= 10), javahelper (>= 0.29), ant, ant-optional,
default-jdk, libjutils-java
Build-Depends-Indep: default-jdk-doc
Standards-Version: 3.9.8
diff --git a/debian/rules b/debian/rules
index 743c8dc..6c8c353 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ export JAVA_HOME=/usr/lib/jvm/default-java
export CLASSPATH
%:
- dh --with javahelper $@
+ dh $@ --with javahelper
override_dh_auto_build:
mkdir lib && cp /usr/share/java/jutils.jar lib
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jinput.git
More information about the pkg-java-commits
mailing list