This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository snakeyaml.
commit da77f78a0b67e7649d794cee6ffd74ea8ade0df2 Author: Emmanuel Bourg <[email protected]> Date: Sun Apr 10 00:36:59 2016 +0200 Enabled the unit tests --- debian/changelog | 1 + debian/control | 4 ++++ debian/maven.ignoreRules | 4 ---- debian/maven.properties | 2 +- debian/maven.rules | 2 ++ 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7e3432e..4624579 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ snakeyaml (1.17-1) UNRELEASED; urgency=medium - Removed the Pre-Depends on dpkg - Removed the unused build dependency on javahelper * Standards-Version updated to 3.9.8 (no changes) + * Enabled the unit tests * Updated debian/watch to track the release tags on Bitbucket * Fixed the short name of the BSD license in debian/copyright diff --git a/debian/control b/debian/control index ea2a8f4..0e911a8 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,12 @@ Build-Depends: default-jdk, maven-debian-helper (>= 1.6.5), Build-Depends-Indep: + junit4, libmaven-bundle-plugin-java, libmaven-javadoc-plugin-java, + libjoda-time-java, + libspring-context-java, + velocity, Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/snakeyaml.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/snakeyaml.git diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index a59e954..c9ba361 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -1,12 +1,8 @@ com.mycila.maven-license-plugin maven-license-plugin * * * * -joda-time joda-time * * * * -junit junit * * * * org.apache.maven.plugins maven-changes-plugin * * * * org.apache.maven.plugins maven-eclipse-plugin * * * * org.apache.maven.plugins maven-jxr-plugin * * * * org.apache.maven.plugins maven-source-plugin * * * * org.apache.maven.plugins maven-surefire-plugin * * * * -org.apache.velocity velocity * * * * org.codehaus.mojo cobertura-maven-plugin * * * * -org.springframework spring * * * * 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/maven.rules b/debian/maven.rules index 6b4033f..c441dce 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,3 +1,5 @@ org.yaml snakeyaml bundle s/1\..*/1.x/ * * +junit junit * s/.*/4.x/ * * org.apache.felix maven-bundle-plugin * * * * +org.springframework s/spring/spring-context/ * s/.*/3.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/snakeyaml.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

