This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-filtering.
commit 93997a18491e87471471495879d80f754c4697ed Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 17 17:04:17 2017 +0200 Build depend on libplexus-component-metadata-java instead of libplexus-maven-plugin-java --- debian/changelog | 5 ++++- debian/control | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c894c38..1f4d753 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ -maven-filtering (1.1-2) UNRELEASED; urgency=medium +maven-filtering (1.2-1) UNRELEASED; urgency=medium * Team upload. + * New upstream release + - Build depend on libplexus-component-metadata-java instead + of libplexus-maven-plugin-java * Build with maven-debian-helper instead of maven-ant-helper * Moved the package to Git * Standards-Version updated to 4.0.0 diff --git a/debian/control b/debian/control index ade2fd2..f75b458 100644 --- a/debian/control +++ b/debian/control @@ -8,9 +8,9 @@ Build-Depends: debhelper (>= 10), default-jdk Build-Depends-Indep: junit, libmaven2-core-java, libplexus-build-api-java, + libplexus-component-metadata-java, libplexus-container-default-java, libplexus-interpolation-java (>= 1.12), - libplexus-maven-plugin-java, libplexus-utils-java (>= 1.5.15), maven-debian-helper (>= 2.2~) Standards-Version: 4.0.0 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-filtering.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

