[pkg-java] r14177 - in trunk/maven-invoker-plugin/debian: . source

Miguel Landaeta nomadium-guest at alioth.debian.org
Mon Aug 15 00:51:41 UTC 2011


Author: nomadium-guest
Date: 2011-08-15 00:51:41 +0000 (Mon, 15 Aug 2011)
New Revision: 14177

Added:
   trunk/maven-invoker-plugin/debian/source/
   trunk/maven-invoker-plugin/debian/source/format
Modified:
   trunk/maven-invoker-plugin/debian/changelog
   trunk/maven-invoker-plugin/debian/control
   trunk/maven-invoker-plugin/debian/copyright
   trunk/maven-invoker-plugin/debian/maven.rules
Log:
* 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~).


Modified: trunk/maven-invoker-plugin/debian/changelog
===================================================================
--- trunk/maven-invoker-plugin/debian/changelog	2011-08-14 22:32:31 UTC (rev 14176)
+++ trunk/maven-invoker-plugin/debian/changelog	2011-08-15 00:51:41 UTC (rev 14177)
@@ -1,8 +1,13 @@
 maven-invoker-plugin (1.5-1) UNRELEASED; urgency=low
 
-  * New upstream release
+  * 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~).
 
- -- Nicholas Bamber <nicholas at taylor.periapt>  Wed, 20 Apr 2011 22:09:35 +0100
+ -- Miguel Landaeta <miguel at miguel.cc>  Sun, 14 Aug 2011 17:43:11 -0430
 
 maven-invoker-plugin (1.3-2) unstable; urgency=low
 

Modified: trunk/maven-invoker-plugin/debian/control
===================================================================
--- trunk/maven-invoker-plugin/debian/control	2011-08-14 22:32:31 UTC (rev 14176)
+++ trunk/maven-invoker-plugin/debian/control	2011-08-15 00:51:41 UTC (rev 14177)
@@ -4,11 +4,11 @@
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Ludovic Claude <ludovic.claude at laposte.net>
 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/

Modified: trunk/maven-invoker-plugin/debian/copyright
===================================================================
--- trunk/maven-invoker-plugin/debian/copyright	2011-08-14 22:32:31 UTC (rev 14176)
+++ trunk/maven-invoker-plugin/debian/copyright	2011-08-15 00:51:41 UTC (rev 14177)
@@ -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 <ludovic.claude at laposte.net>
+Copyright: © 2009, Ludovic Claude <ludovic.claude at laposte.net>,
+  © 2011, Miguel Landaeta <miguel at miguel.cc>
 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.

Modified: trunk/maven-invoker-plugin/debian/maven.rules
===================================================================
--- trunk/maven-invoker-plugin/debian/maven.rules	2011-08-14 22:32:31 UTC (rev 14176)
+++ trunk/maven-invoker-plugin/debian/maven.rules	2011-08-15 00:51:41 UTC (rev 14177)
@@ -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/

Added: trunk/maven-invoker-plugin/debian/source/format
===================================================================
--- trunk/maven-invoker-plugin/debian/source/format	                        (rev 0)
+++ trunk/maven-invoker-plugin/debian/source/format	2011-08-15 00:51:41 UTC (rev 14177)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the pkg-java-commits mailing list