This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-debian-helper.
commit c6f275bb3f37aa398fa08045f92291d631d6ad32 Author: Emmanuel Bourg <[email protected]> Date: Wed Feb 5 14:59:32 2014 +0100 Improved the package description (Closes: #704091) --- debian/changelog | 1 + debian/control | 45 ++++++++++++++++++++++----------------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/debian/changelog b/debian/changelog index 91459d6..a3cde7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ maven-debian-helper (1.6.7) UNRELEASED; urgency=medium * Added com.googlecode.maven-gcu-plugin:maven-gcu-plugin to the ignored plugins * Depend on maven-repo-helper >= 1.8.6 + * Improved the package description (Closes: #704091) -- Emmanuel Bourg <[email protected]> Wed, 05 Feb 2014 12:18:48 +0100 diff --git a/debian/control b/debian/control index 1adae32..0b3a967 100644 --- a/debian/control +++ b/debian/control @@ -2,11 +2,18 @@ Source: maven-debian-helper Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Torsten Werner <[email protected]>, Ludovic Claude <[email protected]>, - Damien Raude-Morvan <[email protected]>, Thomas Koch <[email protected]>, Emmanuel Bourg <[email protected]>, Wolodja Wentland <[email protected]> +Uploaders: Torsten Werner <[email protected]>, + Ludovic Claude <[email protected]>, + Damien Raude-Morvan <[email protected]>, + Thomas Koch <[email protected]>, + Emmanuel Bourg <[email protected]>, + Wolodja Wentland <[email protected]> Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-ant-helper (>= 7.0), ant-optional, help2man -Build-Depends-Indep: maven-repo-helper (>= 1.8.6), junit4, libmaven-plugin-tools-java, - libplexus-velocity-java, libcommons-io-java +Build-Depends-Indep: junit4, + libcommons-io-java, + libmaven-plugin-tools-java, + libplexus-velocity-java, + maven-repo-helper (>= 1.8.6) Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-java/maven-debian-helper.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/maven-debian-helper.git @@ -15,24 +22,16 @@ Homepage: http://wiki.debian.org/Java/MavenBuilder Package: maven-debian-helper Architecture: all Depends: ${misc:Depends}, default-jdk, maven-repo-helper (>= 1.8.6), maven2 (>= 2.2.1-5), - libmaven-clean-plugin-java, libmaven-resources-plugin-java, - libmaven-compiler-plugin-java, libmaven-jar-plugin-java, libmaven-site-plugin-java, - libsurefire-java, velocity, libplexus-velocity-java + libmaven-clean-plugin-java, + libmaven-compiler-plugin-java, + libmaven-jar-plugin-java, + libmaven-resources-plugin-java, + libmaven-site-plugin-java, + libplexus-velocity-java, + libsurefire-java, + velocity Suggests: libmaven-javadoc-plugin-java, apt-file, devscripts, subversion Description: Helper tools for building Debian packages with Maven - Maven is a software project management and comprehension tool. Based on the - concept of a project object model (POM), Maven can manage a project's build, - reporting and documentation from a central piece of information. - . - Maven's primary goal is to allow a developer to comprehend the complete - state of a development effort in the shortest period of time. In order to - attain this goal there are several areas of concern that Maven attempts - to deal with: - . - * Making the build process easy - * Providing a uniform build system - * Providing quality project information - * Providing guidelines for best practices development - * Allowing transparent migration to new features - . - This package makes it possible to use Maven for building Debian packages. + maven-debian-helper is a set of tools used to generate Debian packages from + Maven projects and build them in a manner that complies with the Debian + policies. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-debian-helper.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

