This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-validator-java.
commit d85d9407baa42e7820f6c7d469d5b6da2819831f Author: Emmanuel Bourg <[email protected]> Date: Sun Dec 6 23:25:12 2015 +0100 Removed the dependency on maven-antrun-plugin --- debian/changelog | 1 + debian/control | 1 - debian/maven.ignoreRules | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4b25d87..fb93d41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libcommons-validator-java (1:1.4.1-2) UNRELEASED; urgency=medium * New upstream release - Removed the dependency on yui-compressor and the related patch + - Removed the dependency on maven-antrun-plugin * Build with the DH sequencer instead of CDBS * Use XZ compression for the upstream tarball diff --git a/debian/control b/debian/control index 5020d1f..b92cec9 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,6 @@ Build-Depends-Indep: ant, libcommons-collections3-java, libcommons-digester-java (>= 1.6), libcommons-logging-java (>= 1.0.6), - libmaven-antrun-plugin-java, libmaven-javadoc-plugin-java, maven-debian-helper, sgml-base diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 3ff505c..b0e3b3b 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -1,4 +1,5 @@ +org.apache.maven.plugins maven-antrun-plugin * * * * org.apache.maven.plugins maven-assembly-plugin * * * * org.apache.maven.plugins maven-changes-plugin * * * * org.apache.maven.plugins maven-checkstyle-plugin * * * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-validator-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

