[jxplorer] 03/07: Use debhelper 10
Tony Mancill
tmancill at moszumanska.debian.org
Tue Mar 21 04:26:16 UTC 2017
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository jxplorer.
commit 5952495dea57da675eeb1e6ce4a608e6fb5802f5
Author: tony mancill <tmancill at debian.org>
Date: Mon Mar 20 20:54:23 2017 -0700
Use debhelper 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 43db970..b63b901 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: admin
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~)
+Build-Depends: debhelper (>= 10)
Build-Depends-Indep: default-jdk, javahelper (>= 0.24), javahelp2, junit,
imagemagick
Standards-Version: 3.9.8
diff --git a/debian/rules b/debian/rules
index 50acf1f..b002de7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ ICONS := $(USRSHARE)/icons/hicolor
TEMPDIR := .tmp-orig-source
%:
- dh --with javahelper $@
+ dh $@ --with javahelper
override_dh_auto_build:
# regenerate JH db
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jxplorer.git
More information about the pkg-java-commits
mailing list