This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jasypt.
commit 963f1ac69afffd503a43605a183281a2fce4d3c1 Author: Emmanuel Bourg <[email protected]> Date: Wed May 18 12:09:23 2016 +0200 Removed the unused build dependencies (Spring, Hibernate) --- debian/changelog | 1 + debian/control | 9 --------- debian/maven.ignoreRules | 5 ----- debian/maven.rules | 1 - 4 files changed, 1 insertion(+), 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index bb88c94..0d884bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ jasypt (1.9.2-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Removed the patches + - Removed the unused build dependencies (Spring, Hibernate) * 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 c75b3e8..ed9fab9 100644 --- a/debian/control +++ b/debian/control @@ -6,19 +6,10 @@ Uploaders: Damien Raude-Morvan <[email protected]> Build-Depends: debhelper (>= 9), default-jdk, default-jdk-doc, - glassfish-javaee, junit4, - libgeronimo-jpa-2.0-spec-java, - libhibernate-commons-annotations-java, - libhibernate3-java, - libhibernate3-java-doc, libicu4j-java, libmaven-javadoc-plugin-java, libservlet3.1-java, - libspring-beans-java, - libspring-core-java, - libspring-transaction-java, - libspring-web-java, maven-debian-helper (>= 2.0) Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/jasypt.git diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index eb9cf83..72a1059 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -14,14 +14,9 @@ # from the POM # junit junit jar s/3\\..*/3.x/ -org.acegisecurity acegi-security * * * * org.apache.maven.plugins maven-assembly-plugin * * * * 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.apache.wicket wicket * * * * org.bouncycastle bcprov-jdk12 * * * * -org.springframework.security3 spring-security-core * * * * -org.springframework.security3 spring-security-web * * * * -org.springframework.security spring-security-core * * * * diff --git a/debian/maven.rules b/debian/maven.rules index cfbae88..7c5f2ae 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -19,5 +19,4 @@ org.jasypt jasypt jar s/.*/debian/ * * junit junit * s/.*/4.x/ * * -org.springframework * * s/3\..*/3.x/ * * javax.servlet s/servlet-api/javax.servlet-api/ * s/.*/3.1/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jasypt.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

