This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository async-http-client.
commit 080780ac3a0c9e32efb603a6245c32bb36b89e4b Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 20 16:24:17 2017 +0100 Removed the build dependency on maven-enforcer-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 ee24431..72e5398 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ async-http-client (1.6.5-5) UNRELEASED; urgency=medium * Added the missing build dependency on libcommons-httpclient-java * Build with the DH sequencer instead of CDBS * Removed the unused build dependency on libanimal-sniffer-java + * Removed the build dependency on maven-enforcer-plugin * Standards-Version updated to 4.1.1 * Switch to debhelper level 10 * Use secure Vcs-* URLs diff --git a/debian/control b/debian/control index 08ca8a4..1797ded 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,6 @@ Build-Depends: libcommons-httpclient-java, libcommons-logging-java-doc, libmaven-bundle-plugin-java, - libmaven-enforcer-plugin-java, libmaven-javadoc-plugin-java, libmaven-shade-plugin-java, libnetty-3.9-java, diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index e0ae143..ec0f462 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -18,6 +18,7 @@ ch.qos.logback logback-classic * * * * commons-fileupload commons-fileupload * * * * commons-io commons-io * * * * log4j log4j * * * * +org.apache.maven.plugins maven-enforcer-plugin * * * * org.apache.maven.plugins maven-release-plugin * * * * org.apache.maven.plugins maven-source-plugin * * * * org.apache.maven.wagon wagon-ssh-external * * * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/async-http-client.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

