This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jenkins-htmlunit.
commit e299b9ce9ac86bda04730ff3ea91c02bf0e469fd Author: Emmanuel Bourg <[email protected]> Date: Tue Dec 1 09:52:41 2015 +0100 Removed the unnecessary dependency on maven-assembly-plugin (Closes: #805668) --- debian/changelog | 2 ++ debian/control | 2 -- debian/maven.ignoreRules | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c416e25..b6593fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ jenkins-htmlunit (2.6-jenkins-6-3) UNRELEASED; urgency=medium * Team upload. + * Removed the unnecessary dependency on maven-assembly-plugin + (Closes: #805668) * Fixed debian/watch * Standards-Version updated to 3.9.6 (no changes) diff --git a/debian/control b/debian/control index 5e34bc0..84a2946 100644 --- a/debian/control +++ b/debian/control @@ -22,8 +22,6 @@ Build-Depends-Indep: libcssparser-java, libcssparser-java-doc, libjenkins-htmlunit-core-js-java, - libmaven-antrun-plugin-java, - libmaven-assembly-plugin-java, libmaven-javadoc-plugin-java, libnekohtml-java, libnekohtml-java-doc, diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 1705760..a6c2a77 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -20,6 +20,8 @@ jfree jfreechart * * * * junit junit * * * * log4j log4j * * * * net.sourceforge.htmlunit webdriver * * * * +org.apache.maven.plugins maven-antrun-plugin * * * * +org.apache.maven.plugins maven-assembly-plugin * * * * org.apache.maven.plugins maven-changelog-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/jenkins-htmlunit.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

