This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository libitext5-java.
commit 0e73cf750dc3bdede40c94c1397b2d3c78256a39 Author: Markus Koschany <[email protected]> Date: Wed Mar 21 13:42:41 2018 +0100 Should be dh_auto_test of course... --- debian/changelog | 8 ++++++++ debian/rules | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e162542..5a1e6cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libitext5-java (5.5.6-4) unstable; urgency=medium + + * Team upload. + * Correct mistake in dh_auto_test override. Replace dh_auto_build with + dh_auto_test. + + -- Markus Koschany <[email protected]> Wed, 21 Mar 2018 13:47:12 +0100 + libitext5-java (5.5.6-3) unstable; urgency=medium * Team upload. diff --git a/debian/rules b/debian/rules index b6568a9..69eb58f 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) - dh_auto_build -- package -DgsExec=/usr/bin/gs + dh_auto_test -- package -DgsExec=/usr/bin/gs endif ### This could work with dh but does for sure not with cdbs -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libitext5-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

