[libitext5-java] 07/12: Pass parameter to dh_auto_test instead of dh_auto_build.
Markus Koschany
apo at moszumanska.debian.org
Wed Mar 21 12:40:49 GMT 2018
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository libitext5-java.
commit 8248ba2ac0ce4ebeeb127b1f69e490932b5bf0b2
Author: Markus Koschany <apo at debian.org>
Date: Wed Mar 21 13:14:18 2018 +0100
Pass parameter to dh_auto_test instead of dh_auto_build.
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 699207e..46ade6d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,8 @@
%:
dh $@ --buildsystem=maven
-override_dh_auto_build:
- dh_auto_build -- -DgsExec=/usr/bin/gs
+override_dh_auto_test:
+ dh_auto_build -- package -DgsExec=/usr/bin/gs
### This could work with dh but does for sure not with cdbs
### Simply keeping this to conserve the idea
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libitext5-java.git
More information about the pkg-java-commits
mailing list