This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-replacer-plugin.
commit 4beb3e896d039720782da7e4d6d333fdd09c4757 Author: Emmanuel Bourg <[email protected]> Date: Wed Aug 2 11:15:37 2017 +0200 Depend on libmaven3-core-java instead of libmaven2-core-java --- debian/changelog | 1 + debian/control | 2 +- debian/maven.rules | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f3039c0..c53c59b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ maven-replacer-plugin (1.5.3-2) UNRELEASED; urgency=medium * Team upload. + * Depend on libmaven3-core-java instead of libmaven2-core-java * Build with the DH sequencer instead of CDBS * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index 02a508f..35971d8 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends-Indep: libcommons-io-java, libcommons-lang-java (>= 2.6), libmaven-plugin-tools-java (>= 3.2), - libmaven2-core-java, + libmaven3-core-java, libxerces2-java Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-replacer-plugin.git diff --git a/debian/maven.rules b/debian/maven.rules index 087da25..4fd42e3 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,2 +1,3 @@ s/ant/org.apache.ant/ * * s/.*/debian/ * * +org.apache.maven maven-plugin-api * s/.*/3.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-replacer-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

