[libitext5-java] 12/12: Correct dh_auto_test override.

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 6c24d441777dfeaeb9b7676e28ec13533debff5b
Author: Markus Koschany <apo at debian.org>
Date:   Wed Mar 21 13:34:55 2018 +0100

    Correct dh_auto_test override.
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index d8de15a..b6568a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,9 +4,9 @@
 	dh $@ --buildsystem=maven
 
 override_dh_auto_test:
-	ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-		dh_auto_build -- package -DgsExec=/usr/bin/gs
-	endif
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+	dh_auto_build -- package -DgsExec=/usr/bin/gs
+endif
 
 ### 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