This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository javassist.
commit 3368a0d69b87e92f1dfdd11b76c5e77a2609e557 Author: Emmanuel Bourg <[email protected]> Date: Wed Jun 29 11:12:33 2016 +0200 Enabled the unit tests --- debian/maven.properties | 2 +- debian/rules | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/maven.properties b/debian/maven.properties index e593715..4e30f34 100644 --- a/debian/maven.properties +++ b/debian/maven.properties @@ -2,4 +2,4 @@ # For example: # maven.test.skip=true -maven.test.skip=true +maven.test.skip=false diff --git a/debian/rules b/debian/rules index 6c0a4a5..ec1bf32 100755 --- a/debian/rules +++ b/debian/rules @@ -3,9 +3,13 @@ %: dh $@ --buildsystem=maven +override_dh_auto_test: + cp target/javassist-*-GA.jar javassist.jar + dh_auto_test + override_dh_clean: dh_clean - rm -Rf runtest + rm -Rf runtest *.jar get-orig-source: uscan --download-current-version --force-download --rename --repack --compression xz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javassist.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

