[xhtmlrenderer] 10/26: correct order for dh
Markus Koschany
apo-guest at moszumanska.debian.org
Mon Jan 11 12:30:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to annotated tag debian/0.0_R8+dfsg2-1
in repository xhtmlrenderer.
commit ae5e81f7c0a7e93512295566f0a1d15e2915ecd3
Author: tony mancill <tmancill at debian.org>
Date: Mon Jun 1 21:31:01 2015 -0700
correct order for dh
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 9dde970..fdd786e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ JARS := core-renderer core-renderer-minimal
export JAVA_HOME=/usr/lib/jvm/default-java
%:
- dh --with javahelper $@
+ dh $@ --with javahelper
override_dh_auto_build:
ant jar
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/xhtmlrenderer.git
More information about the pkg-java-commits
mailing list