This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-cli-java.
commit 48c5a8144605a99fd147f3c9a0862f9a7bfbd3a3 Author: Emmanuel Bourg <[email protected]> Date: Tue Dec 15 12:42:07 2015 +0100 Removed the build dependencies on the antrun and assembly plugins --- debian/changelog | 1 + debian/control | 4 ---- debian/maven.ignoreRules | 2 ++ 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4e332b8..ed65c7d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libcommons-cli-java (1.3.1-3) UNRELEASED; urgency=medium * Fixed the build failure with Maven 3 (Closes: #808020) * Build with the DH sequencer instead of CDBS * Removed the unused dependency on commons-lang (Closes: #800148) + * Removed the build dependencies on the antrun and assembly plugins -- Emmanuel Bourg <[email protected]> Tue, 15 Dec 2015 12:11:08 +0100 diff --git a/debian/control b/debian/control index 5acf411..1003cbb 100644 --- a/debian/control +++ b/debian/control @@ -6,11 +6,7 @@ Uploaders: Ludovic Claude <[email protected]>, tony mancill <[email protected]> Build-Depends: debhelper (>= 9), default-jdk, - ant, - ant-optional, - libmaven-antrun-plugin-java, maven-debian-helper, - libmaven-assembly-plugin-java, junit4 Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/libcommons-cli-java.git diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 0078a19..9a8fc04 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -1,4 +1,6 @@ +org.apache.maven.plugins maven-antrun-plugin * * * * +org.apache.maven.plugins maven-assembly-plugin * * * * org.apache.maven.plugins maven-checkstyle-plugin * * * * org.apache.maven.plugins maven-javadoc-plugin * * * * org.apache.maven.plugins maven-pmd-plugin * * * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-cli-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

