[weirdx] 02/06: Use debhelper and compat level 10
Tony Mancill
tmancill at moszumanska.debian.org
Fri Jul 28 04:54:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository weirdx.
commit 1793849ffa8cab705894acff991034544146d57d
Author: tony mancill <tmancill at debian.org>
Date: Sun Jul 23 18:51:43 2017 -0700
Use debhelper and compat level 10
---
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 80b7878..26e4e4a 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: Matthew Johnson <mjj29 at debian.org>
-Build-Depends: debhelper (>> 7), javahelper (>= 0.25)
+Build-Depends: debhelper (>> 10), javahelper (>= 0.25)
Build-Depends-Indep: default-jdk
Standards-Version: 3.9.2
Homepage: http://www.jcraft.com/weirdx/
diff --git a/debian/rules b/debian/rules
index e4ce7ca..1002411 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
export JAVA_HOME=/usr/lib/jvm/default-java
%:
- dh --with javahelper $@
+ dh $@ --with javahelper
override_jh_depends:
jh_depends -jopen
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/weirdx.git
More information about the pkg-java-commits
mailing list