[jasypt] 08/09: Enabled the unit tests
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed May 18 10:36:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jasypt.
commit e570daf101a2a520261a3f1ef8bd24bc19a9e516
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed May 18 12:28:59 2016 +0200
Enabled the unit tests
---
debian/changelog | 1 +
debian/control | 2 ++
debian/maven.ignoreRules | 1 -
debian/maven.properties | 2 +-
debian/maven.rules | 1 +
5 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0d884bc..6100a6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ jasypt (1.9.2-1) UNRELEASED; urgency=medium
* New upstream release
- Removed the patches
- Removed the unused build dependencies (Spring, Hibernate)
+ * Enabled the unit tests
* Build with the DH sequencer instead of CDBS
* Standards-Version updated to 3.9.8 (no changes)
* Use a secure Vcs-Git URL
diff --git a/debian/control b/debian/control
index ed9fab9..566e0f3 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,8 @@ Build-Depends: debhelper (>= 9),
default-jdk,
default-jdk-doc,
junit4,
+ libbcprov-java,
+ libcommons-lang-java,
libicu4j-java,
libmaven-javadoc-plugin-java,
libservlet3.1-java,
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index 72a1059..a3f74df 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -19,4 +19,3 @@ org.apache.maven.plugins maven-gpg-plugin * * * *
org.apache.maven.plugins maven-project-info-reports-plugin * * * *
org.apache.maven.plugins maven-release-plugin * * * *
org.apache.maven.plugins maven-source-plugin * * * *
-org.bouncycastle bcprov-jdk12 * * * *
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 7c5f2ae..3d50f44 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -20,3 +20,4 @@ org.jasypt jasypt jar s/.*/debian/ * *
junit junit * s/.*/4.x/ * *
javax.servlet s/servlet-api/javax.servlet-api/ * s/.*/3.1/ * *
+s/bouncycastle/org.bouncycastle/ s/bcprov-jdk12/bcprov/ * s/.*/debian/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jasypt.git
More information about the pkg-java-commits
mailing list