This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven2.
commit 7486df7aacfa91686e5d57ff06eba54dd6dbf5c6 Author: Damien Raude-Morvan <[email protected]> Date: Thu Apr 1 18:13:58 2010 +0000 * Team Upload. * Rebuild with new libmaven2-core-java 2.2.1-2 (should fix plugins dependencies version issues) * Update Standards-Version to 3.8.4: no changes needed * Bump debhelper to >= 7 * Use 3.0 (quilt) source format: - Rework debian/README.source --- debian/README.Debian-source | 11 ----------- debian/README.source | 14 ++++++++------ debian/changelog | 12 ++++++++++++ debian/compat | 2 +- debian/control | 6 +++--- debian/rules | 1 - 6 files changed, 24 insertions(+), 22 deletions(-) diff --git a/debian/README.Debian-source b/debian/README.Debian-source deleted file mode 100644 index 01d68dd..0000000 --- a/debian/README.Debian-source +++ /dev/null @@ -1,11 +0,0 @@ -maven2 package - -The source has been downloaded from upstream's svn, and -may be recreated using the "get-orig-source" rule in debian/rules. - -The debian directory contains a number of configuration files in the META-INF -directory (components.xml, pom.xml etc). These files would normally be generated -when "bootstrapping" Maven. Bootstrapping is not possible in the Debian -build because it would download and use some (binary) Jars. - - -- Paul Cager <[email protected]> Fri, 06 Jul 2007 16:37:52 +0100 diff --git a/debian/README.source b/debian/README.source index f846ea2..01d68dd 100644 --- a/debian/README.source +++ b/debian/README.source @@ -1,9 +1,11 @@ -Patch System -============ +maven2 package -This package uses quilt to manage all modifications to the upstream -source. Changes are stored in the source package as diffs in -debian/patches and applied during the build. +The source has been downloaded from upstream's svn, and +may be recreated using the "get-orig-source" rule in debian/rules. -See /usr/share/doc/quilt/README.source for a detailed explanation. +The debian directory contains a number of configuration files in the META-INF +directory (components.xml, pom.xml etc). These files would normally be generated +when "bootstrapping" Maven. Bootstrapping is not possible in the Debian +build because it would download and use some (binary) Jars. + -- Paul Cager <[email protected]> Fri, 06 Jul 2007 16:37:52 +0100 diff --git a/debian/changelog b/debian/changelog index efa825b..c2aabfd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +maven2 (2.2.1-3) UNREALEASED; urgency=low + + * Team Upload. + * Rebuild with new libmaven2-core-java 2.2.1-2 + (should fix plugins dependencies version issues) + * Update Standards-Version to 3.8.4: no changes needed + * Bump debhelper to >= 7 + * Use 3.0 (quilt) source format: + - Rework debian/README.source + + -- Damien Raude-Morvan <[email protected]> Thu, 01 Apr 2010 20:12:12 +0200 + maven2 (2.2.1-2) unstable; urgency=low * Rebuild to update plugin versions (Closes: #552704, #553046). diff --git a/debian/compat b/debian/compat index 1e8b314..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -6 +7 diff --git a/debian/control b/debian/control index b7a1dc6..81097b2 100644 --- a/debian/control +++ b/debian/control @@ -7,9 +7,9 @@ Uploaders: Paul Cager <[email protected]>, Michael Koch <konqueror@ Build-Depends-Indep: maven-repo-helper, ant-optional, junit, libmaven-clean-plugin-java, libmaven-compiler-plugin-java, libmaven-install-plugin-java, libmaven-jar-plugin-java, libmaven-resources-plugin-java, libmaven-shade-plugin-java, - libmaven2-core-java, maven-ant-helper -Build-Depends: debhelper (>= 6), cdbs (>= 0.4.5.3), default-jdk, ant, quilt -Standards-Version: 3.8.3 + libmaven2-core-java (>= 2.2.1-2), maven-ant-helper +Build-Depends: debhelper (>= 7), cdbs (>= 0.4.5.3), default-jdk, ant +Standards-Version: 3.8.4 Homepage: http://maven.apache.org/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven2 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven2 diff --git a/debian/rules b/debian/rules index c8c3547..ea45884 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk -include /usr/share/cdbs/1/rules/patchsys-quilt.mk PACKAGE := $(DEB_SOURCE_PACKAGE) VERSION := $(DEB_UPSTREAM_VERSION) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

