This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository exec-maven-plugin.
commit 81bd5f3b5e0449c84eafa09440e250e733d74e3f Author: Emmanuel Bourg <[email protected]> Date: Tue Sep 5 17:44:49 2017 +0200 Declare that libexec-maven-plugin-java breaks/replaces (and not conflicts) libmaven-exec-plugin-java (<< 1.6.0) --- debian/changelog | 8 ++++++++ debian/control | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c211b56..8636d73 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +exec-maven-plugin (1.6.0-3) unstable; urgency=medium + + * Team upload. + * Declare that libexec-maven-plugin-java breaks/replaces (and not conflicts) + libmaven-exec-plugin-java (<< 1.6.0) + + -- Emmanuel Bourg <[email protected]> Tue, 05 Sep 2017 17:44:39 +0200 + exec-maven-plugin (1.6.0-2) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 3576f10..de36396 100644 --- a/debian/control +++ b/debian/control @@ -23,8 +23,8 @@ Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Provides: libmaven-exec-plugin-java -Replaces: libmaven-exec-plugin-java -Conflicts: libmaven-exec-plugin-java +Replaces: libmaven-exec-plugin-java (<< 1.6.0) +Breaks: libmaven-exec-plugin-java (<< 1.6.0) Description: Exec Maven Plugin Maven plugin to allow execution of system and Java programs. It provides two goals to help execute system and Java programs: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/exec-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

