[pkg-java] r14794 - in trunk/doxia-maven-plugin/debian: . patches

Torsten Werner twerner at alioth.debian.org
Sat Sep 10 12:40:15 UTC 2011


Author: twerner
Date: 2011-09-10 12:40:15 +0000 (Sat, 10 Sep 2011)
New Revision: 14794

Added:
   trunk/doxia-maven-plugin/debian/patches/0002-remove-version-from-maven-plugin-plugin.patch
Modified:
   trunk/doxia-maven-plugin/debian/changelog
   trunk/doxia-maven-plugin/debian/control
   trunk/doxia-maven-plugin/debian/patches/0001-debianize-parent-pom-version.patch
   trunk/doxia-maven-plugin/debian/patches/series
Log:
UNRELEASED (doxia 1.1.4 needs to be uploaded first)
* Newer but not newest upstream release
* Refresh patch and add a patch for maven-plugin-plugin.
* Update Standards-Version: 3.9.2.
* Improve short description.

Modified: trunk/doxia-maven-plugin/debian/changelog
===================================================================
--- trunk/doxia-maven-plugin/debian/changelog	2011-09-09 22:28:03 UTC (rev 14793)
+++ trunk/doxia-maven-plugin/debian/changelog	2011-09-10 12:40:15 UTC (rev 14794)
@@ -1,3 +1,13 @@
+doxia-maven-plugin (1.1.4-1) unstable; urgency=low
+
+  UNRELEASED (doxia 1.1.4 needs to be uploaded first)
+  * Newer but not newest upstream release
+  * Refresh patch and add a patch for maven-plugin-plugin.
+  * Update Standards-Version: 3.9.2.
+  * Improve short description.
+
+ -- Torsten Werner <twerner at debian.org>  Sat, 10 Sep 2011 14:38:22 +0200
+
 doxia-maven-plugin (1.1.1-3) unstable; urgency=low
 
   * Remove old patch because maven-repo-helper handles it correctly now.

Modified: trunk/doxia-maven-plugin/debian/control
===================================================================
--- trunk/doxia-maven-plugin/debian/control	2011-09-09 22:28:03 UTC (rev 14793)
+++ trunk/doxia-maven-plugin/debian/control	2011-09-10 12:40:15 UTC (rev 14794)
@@ -9,7 +9,7 @@
  libmaven-plugin-tools-java (>= 2.5), libmaven-shade-plugin-java (>= 1.2.1),  
  libdoxia-java (>= 1.1.1), libmaven2-core-java, libplexus-utils-java, libmaven-doxia-tools-java,
  libitext1-java, libclirr-maven-plugin-java
-Standards-Version: 3.8.3
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/doxia-maven-plugin
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/doxia-maven-plugin/
 Homepage: http://maven.apache.org/doxia/doxia/doxia-maven-plugin
@@ -17,7 +17,7 @@
 Package: libdoxia-maven-plugin-java
 Architecture: all
 Depends: ${misc:Depends}, ${maven:Depends}
-Description: A Maven plugin for Doxia
+Description: Maven plugin for Doxia
  Doxia is a content generation framework which aims to provide its users 
  with powerful techniques for generating static and dynamic content.
  .

Modified: trunk/doxia-maven-plugin/debian/patches/0001-debianize-parent-pom-version.patch
===================================================================
--- trunk/doxia-maven-plugin/debian/patches/0001-debianize-parent-pom-version.patch	2011-09-09 22:28:03 UTC (rev 14793)
+++ trunk/doxia-maven-plugin/debian/patches/0001-debianize-parent-pom-version.patch	2011-09-10 12:40:15 UTC (rev 14794)
@@ -1,20 +1,20 @@
 From: Torsten Werner <twerner at debian.org>
 Date: Sat, 13 Mar 2010 14:28:30 +0100
-Subject: [PATCH] debianize parent pom version
+Subject: debianize parent pom version
 
 ---
  pom.xml |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)
 
 diff --git a/pom.xml b/pom.xml
-index dbc7c40..72f1a1d 100644
+index 9eca795..5332bd2 100644
 --- a/pom.xml
 +++ b/pom.xml
 @@ -25,7 +25,7 @@ under the License.
    <parent>
      <groupId>org.apache.maven.doxia</groupId>
      <artifactId>doxia</artifactId>
--    <version>1.1.1</version>
+-    <version>1.1.4</version>
 +    <version>debian</version>
      <relativePath>../pom.xml</relativePath>
    </parent>

Added: trunk/doxia-maven-plugin/debian/patches/0002-remove-version-from-maven-plugin-plugin.patch
===================================================================
--- trunk/doxia-maven-plugin/debian/patches/0002-remove-version-from-maven-plugin-plugin.patch	                        (rev 0)
+++ trunk/doxia-maven-plugin/debian/patches/0002-remove-version-from-maven-plugin-plugin.patch	2011-09-10 12:40:15 UTC (rev 14794)
@@ -0,0 +1,21 @@
+From: Torsten Werner <twerner at debian.org>
+Date: Sat, 10 Sep 2011 14:34:45 +0200
+Subject: remove version from maven-plugin-plugin
+
+---
+ pom.xml |    1 -
+ 1 files changed, 0 insertions(+), 1 deletions(-)
+
+diff --git a/pom.xml b/pom.xml
+index 5332bd2..08a2a4f 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -121,7 +121,6 @@ under the License.
+         <plugin>
+           <groupId>org.apache.maven.plugins</groupId>
+           <artifactId>maven-plugin-plugin</artifactId>
+-          <version>2.5.1</version>
+         </plugin>
+         <plugin>
+           <groupId>org.apache.maven.plugins</groupId>
+-- 

Modified: trunk/doxia-maven-plugin/debian/patches/series
===================================================================
--- trunk/doxia-maven-plugin/debian/patches/series	2011-09-09 22:28:03 UTC (rev 14793)
+++ trunk/doxia-maven-plugin/debian/patches/series	2011-09-10 12:40:15 UTC (rev 14794)
@@ -1 +1,2 @@
 0001-debianize-parent-pom-version.patch
+0002-remove-version-from-maven-plugin-plugin.patch




More information about the pkg-java-commits mailing list