[jutils] 05/08: Fix debian/rules for DH 10

Tony Mancill tmancill at moszumanska.debian.org
Sun Mar 19 23:30:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

tmancill pushed a commit to branch master
in repository jutils.

commit e742d1fe322f0373f0ec552ccfe459f33aaf7b2d
Author: tony mancill <tmancill at debian.org>
Date:   Sun Mar 19 12:14:58 2017 -0700

    Fix debian/rules for DH 10
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 1c38b47..8a6660e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ TAR     := ../$(NAME)_$(VERSION)+dfsg.orig.tar.gz
 export JAVA_HOME=/usr/lib/jvm/default-java
 
 %:
-	dh --with javahelper $@
+	dh $@ --with javahelper
 
 override_dh_auto_build:
 	ant all

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jutils.git



More information about the pkg-java-commits mailing list