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 59d07611c1650b627d2608d941892bb57dd855b0 Author: Emmanuel Bourg <[email protected]> Date: Wed Jul 26 10:52:34 2017 +0200 Improved the package description --- debian/control | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index ea34b64..3576f10 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,10 @@ Provides: libmaven-exec-plugin-java Replaces: libmaven-exec-plugin-java Conflicts: libmaven-exec-plugin-java Description: Exec Maven Plugin - A plugin to allow execution of system and Java programs + Maven plugin to allow execution of system and Java programs. + It provides two goals to help execute system and Java programs: + * exec:exec, execute programs and Java programs in a separate process + * exec:java, execute Java programs in the same VM. Package: libmaven-exec-plugin-java Priority: extra @@ -34,6 +37,9 @@ Section: oldlibs Architecture: all Depends: libexec-maven-plugin-java, ${misc:Depends} Description: Exec Maven Plugin (transitional package) - A plugin to allow execution of system and Java programs + Maven plugin to allow execution of system and Java programs. + It provides two goals to help execute system and Java programs: + * exec:exec, execute programs and Java programs in a separate process + * exec:java, execute Java programs in the same VM. . This is a dummy transitional package. It may be safely removed. -- 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

