This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository hawtbuf.
commit 63f6a456c8365dddcda73dc565f339767d5d2588 Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 31 16:26:53 2017 +0200 Depend on libmaven3-core-java instead of libmaven2-core-java --- debian/changelog | 1 + debian/control | 1 + debian/maven.rules | 2 ++ 3 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 31e60be..3c5b9c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ hawtbuf (1.10-3) UNRELEASED; urgency=medium + * Depend on libmaven3-core-java instead of libmaven2-core-java * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 * Use a secure Vcs-Git URL diff --git a/debian/control b/debian/control index 669e93a..39fbc1e 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 10), liblog4j1.2-java (>= 1.2.17), libmaven-bundle-plugin-java, libmaven-plugin-tools-java (>= 3.3), + libmaven3-core-java, maven-debian-helper (>= 1.5) Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/hawtbuf.git diff --git a/debian/maven.rules b/debian/maven.rules index cc2b364..9f58be4 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,3 +1,5 @@ junit junit * s/.*/4.x/ * * log4j log4j * s/.*/1.2.x/ * * +org.apache.maven maven-plugin-api * s/.*/3.x/ * * +org.apache.maven s/maven-project/maven-core/ * s/.*/3.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/hawtbuf.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

