[sitemesh] 05/07: Run the tests during the test phase instead of the build phase
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Jul 29 07:36:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository sitemesh.
commit 043c6af99818607af50421209531d42ffac36afa
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Jul 29 09:26:29 2016 +0200
Run the tests during the test phase instead of the build phase
---
debian/changelog | 1 +
debian/rules | 5 ++++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 392b846..592fa3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ sitemesh (2.4.1+dfsg-6) UNRELEASED; urgency=medium
* Team upload.
* Fixed the compatibility with jflex 1.6 (Closes: #832809)
+ * Run the tests during the test phase instead of the build phase
* Standards-Version updated to 3.9.8
* Use secure Vcs-* URLs
diff --git a/debian/rules b/debian/rules
index 510d509..55fff01 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,10 @@ DEB_UPSTREAM_VERSION := \
override_dh_auto_build:
# this file was dropped by accident from the orig source tarball
cp debian/api.css docs/api.css
- ant dist
+ ant jar docs blank example
+
+override_dh_auto_test:
+ ant test
override_dh_auto_clean:
ant clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sitemesh.git
More information about the pkg-java-commits
mailing list