This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-ear-plugin.
commit 8572a6ff15b5ec1ff413f447d4173235960e797c Author: Torsten Werner <[email protected]> Date: Sun Aug 28 21:25:08 2011 +0000 * Team upload. * Switch to source format 3.0. * Update Standards-Version: 3.9.1. * Add Build-Depends-Indep: libmaven-plugin-tools-java. --- debian/changelog | 9 +++++++++ debian/control | 7 ++++--- debian/rules | 1 - debian/source/format | 1 + 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1660eaa..7c42b46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +maven-ear-plugin (2.3.2-2) unstable; urgency=low + + * Team upload. + * Switch to source format 3.0. + * Update Standards-Version: 3.9.1. + * Add Build-Depends-Indep: libmaven-plugin-tools-java. + + -- Torsten Werner <[email protected]> Sun, 28 Aug 2011 23:23:08 +0200 + maven-ear-plugin (2.3.2-1) unstable; urgency=low * Initial release (Closes: #540056) diff --git a/debian/control b/debian/control index 30cf303..a43a70d 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,12 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper, quilt +Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper Build-Depends-Indep: libmaven-antrun-plugin-java (>= 1.3), libmaven-invoker-plugin-java (>= 1.3), libsurefire-java (>= 2.4.3), libmaven-archiver-java, libmaven-filtering-java, - libmaven2-core-java, libplexus-utils-java, libmaven-verifier-java, libxmlunit-java -Standards-Version: 3.8.2 + libmaven2-core-java, libplexus-utils-java, libmaven-verifier-java, libxmlunit-java, + libmaven-plugin-tools-java +Standards-Version: 3.9.1 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-ear-plugin Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-ear-plugin/ Homepage: http://maven.apache.org/plugins/maven-ear-plugin/ diff --git a/debian/rules b/debian/rules index dd3501d..b76c54a 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/maven.mk -include /usr/share/cdbs/1/rules/patchsys-quilt.mk JAVA_HOME := /usr/lib/jvm/default-java diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-ear-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

