This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-repo-helper.
commit b86389b4723d2da4d714bf5aabb413bc2909adec Author: Emmanuel Bourg <[email protected]> Date: Tue Sep 3 11:37:45 2013 +0200 Removed the Maven presentation from the package description (Closes: #704092) --- debian/changelog | 2 ++ debian/control | 17 ++--------------- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0d21784..47b96c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ maven-repo-helper (1.8.5) unstable; urgency=low + * Removed the Maven presentation from the package description + (Closes: #704092) * Added several methods to org.debian.maven.repo.Dependency to check the type of the artifact * Removed the no longer used Preconditions class diff --git a/debian/control b/debian/control index bb6ba58..d944abe 100644 --- a/debian/control +++ b/debian/control @@ -18,21 +18,6 @@ Recommends: debhelper Suggests: maven-debian-helper Breaks: maven-debian-helper (<= 1.6.5) Description: Helper tools for including Maven metadata in Debian packages - 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 enables Debian packages which are not using Maven in their build process to provide and install Maven POMs and libraries in the repository located in /usr/share/maven-repo. @@ -41,3 +26,5 @@ Description: Helper tools for including Maven metadata in Debian packages many of their dependencies are already packaged in Debian but they are missing the necessary metadata (Maven POM) which is required by Maven when it is using dependencies. + . + A tutorial is available at /usr/share/doc/maven-repo-helper/tutorial.html -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-repo-helper.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

