[javamail] 06/07: Disabled the unit tests due to an obscure issue with the dependency plugin
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Dec 10 11:38:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository javamail.
commit 087e9a615e587ec4e737c48c220ac7d776203056
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Dec 10 12:25:11 2015 +0100
Disabled the unit tests due to an obscure issue with the dependency plugin
---
debian/changelog | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index f38c933..ff04023 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ javamail (1.5.4-1) UNRELEASED; urgency=medium
* New upstream release
- Refreshed the patches
* Fixed a build failure caused by the maven-compiler-plugin >= 3.0
+ * Disabled the unit tests due to an obscure issue with the dependency plugin
* Build with the DH sequencer instead of CDBS
* debian/watch: Modified the watched URL to catch the latest releases
diff --git a/debian/rules b/debian/rules
index 4b15e8a..1c10a2b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,9 @@ export JAVA_HOME = /usr/lib/jvm/default-java
%:
dh $@ --buildsystem=maven
+override_dh_auto_test:
+ # Disabled due to an obscure failure caused by the dependency plugin
+
override_dh_installchangelogs:
dh_installchangelogs doc/release/CHANGES.txt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javamail.git
More information about the pkg-java-commits
mailing list