This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to branch master in repository maven-invoker-plugin.
commit 2210779268502d7e4bd4bbbcf558b904285e60d4 Author: Miguel Landaeta <[email protected]> Date: Mon Aug 15 00:51:41 2011 +0000 * Team upload. * New upstream release. * Bump Standards-Versions to 3.9.2. No changes were required. * Migrate to source format 3.0 (quilt). * Make copyright file DEP-5 compliant. * Add versioned Build-Depends on libmaven-invoker-java (>= 2.0.11~). --- debian/changelog | 11 ++++++++--- debian/control | 6 +++--- debian/copyright | 43 +++++++++++++++++++++++++++++++++---------- debian/maven.rules | 2 +- debian/source/format | 1 + 5 files changed, 46 insertions(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index b66f8b9..6134d9d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,13 @@ maven-invoker-plugin (1.5-1) UNRELEASED; urgency=low - * New upstream release - - -- Nicholas Bamber <[email protected]> Wed, 20 Apr 2011 22:09:35 +0100 + * Team upload. + * New upstream release. + * Bump Standards-Versions to 3.9.2. No changes were required. + * Migrate to source format 3.0 (quilt). + * Make copyright file DEP-5 compliant. + * Add versioned Build-Depends on libmaven-invoker-java (>= 2.0.11~). + + -- Miguel Landaeta <[email protected]> Sun, 14 Aug 2011 17:43:11 -0430 maven-invoker-plugin (1.3-2) unstable; urgency=low diff --git a/debian/control b/debian/control index 5e4c965..42abd03 100644 --- a/debian/control +++ b/debian/control @@ -4,11 +4,11 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]> Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper -Build-Depends-Indep: libmodello-maven-plugin-java (>= 1.0.1), ant, bsh, groovy, libdoxia-java, - libdoxia-sitetools-java, libmaven-invoker-java, libmaven-reporting-impl-java, +Build-Depends-Indep: libmodello-maven-plugin-java (>= 1.0.1), ant, bsh, groovy, libdoxia-java, + libdoxia-sitetools-java, libmaven-invoker-java (>= 2.0.11~), libmaven-reporting-impl-java, libmaven2-core-java, libmaven-plugin-testing-java, libplexus-i18n-java, libplexus-interpolation-java, libplexus-utils-java, libjline-java -Standards-Version: 3.8.2 +Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-invoker-plugin Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-invoker-plugin/ Homepage: http://maven.apache.org/plugins/maven-invoker-plugin/ diff --git a/debian/copyright b/debian/copyright index 2d2038c..e555263 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,20 +1,43 @@ -Format-Specification: http://dep.debian.net/deps/dep5/ -Name: Maven Invoker Plugin -Maintainer: Apache Maven team +Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173 +Upstream-Name: Maven Invoker Plugin +Upstream-Contact: Apache Maven Team Source: http://maven.apache.org/ Files: * -Copyright: 2001-2009, The Apache Software Foundation. +Copyright: © 2001-2009, The Apache Software Foundation. License: Apache-2.0 Files: debian/* -Copyright: Copyright 2009, Ludovic Claude <[email protected]> +Copyright: © 2009, Ludovic Claude <[email protected]>, + © 2011, Miguel Landaeta <[email protected]> License: GPL-3+ License: Apache-2.0 - On Debian GNU/Linux system you can find the complete text of the - Apache 2.0 license in '/usr/share/common-licenses/Apache-2.0'. + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + . + The full text of the Apache License Version 2.0 is distributed in + /usr/share/common-licenses/Apache-2.0 on Debian systems. -License: GPL-3 - On Debian GNU/Linux system you can find the complete text of the - GPL-3 license in '/usr/share/common-licenses/GPL-3' +License: GPL-3+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + The full text of the GNU General Public License version 3 is + distributed in /usr/share/common-licenses/GPL-3 on Debian systems. diff --git a/debian/maven.rules b/debian/maven.rules index eae9e52..6071e8d 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,3 +1,3 @@ junit junit jar s/3\..*/3.x/ -org.codehaus.modello modello-maven-plugin maven-plugin s/.*/1.0.1/ +org.codehaus.modello modello-maven-plugin maven-plugin s/.*/1.1/ s/ant/org.apache.ant/ * * s/.*/debian/ 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-invoker-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

