[pkg-java] r17485 - in trunk/maven2-core/debian: . patches

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Nov 21 16:59:13 UTC 2013


Author: ebourg-guest
Date: 2013-11-21 16:59:13 +0000 (Thu, 21 Nov 2013)
New Revision: 17485

Modified:
   trunk/maven2-core/debian/changelog
   trunk/maven2-core/debian/compat
   trunk/maven2-core/debian/control
   trunk/maven2-core/debian/patches/0002-update-plugin-versions.patch
Log:
Updated maven-compiler-plugin version from 2.0.2 to 2.5.1
Switch to debhelper level 9
Updated Standards-Version to 3.9.5 (no changes)



Modified: trunk/maven2-core/debian/changelog
===================================================================
--- trunk/maven2-core/debian/changelog	2013-11-21 16:56:42 UTC (rev 17484)
+++ trunk/maven2-core/debian/changelog	2013-11-21 16:59:13 UTC (rev 17485)
@@ -1,3 +1,12 @@
+maven2-core (2.2.1-14) unstable; urgency=low
+
+  * Team upload
+  * Updated maven-compiler-plugin version from 2.0.2 to 2.5.1
+  * Switch to debhelper level 9
+  * Updated Standards-Version to 3.9.5 (no changes)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 21 Nov 2013 17:58:33 +0100
+
 maven2-core (2.2.1-13) unstable; urgency=low
 
   * Team upload.

Modified: trunk/maven2-core/debian/compat
===================================================================
--- trunk/maven2-core/debian/compat	2013-11-21 16:56:42 UTC (rev 17484)
+++ trunk/maven2-core/debian/compat	2013-11-21 16:59:13 UTC (rev 17485)
@@ -1 +1 @@
-7
+9

Modified: trunk/maven2-core/debian/control
===================================================================
--- trunk/maven2-core/debian/control	2013-11-21 16:56:42 UTC (rev 17484)
+++ trunk/maven2-core/debian/control	2013-11-21 16:59:13 UTC (rev 17485)
@@ -4,7 +4,7 @@
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Ludovic Claude <ludovic.claude at laposte.net>,
            Torsten Werner <twerner at debian.org>
-Build-Depends: cdbs (>= 0.4.5.3), debhelper (>= 7), default-jdk
+Build-Depends: cdbs (>= 0.4.5.3), debhelper (>= 9), default-jdk
 Build-Depends-Indep: ant,
                      ant-optional,
                      junit,
@@ -24,10 +24,10 @@
                      libwagon-java,
                      maven-ant-helper (>> 4),
                      maven-repo-helper
-Standards-Version: 3.9.4
-Homepage: http://maven.apache.org
+Standards-Version: 3.9.5
 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/maven2-core
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/maven2-core
+Homepage: http://maven.apache.org
 
 Package: libmaven2-core-java
 Architecture: all

Modified: trunk/maven2-core/debian/patches/0002-update-plugin-versions.patch
===================================================================
--- trunk/maven2-core/debian/patches/0002-update-plugin-versions.patch	2013-11-21 16:56:42 UTC (rev 17484)
+++ trunk/maven2-core/debian/patches/0002-update-plugin-versions.patch	2013-11-21 16:59:13 UTC (rev 17485)
@@ -8,7 +8,7 @@
 
 --- a/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml
 +++ b/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml
-@@ -72,15 +72,15 @@
+@@ -72,23 +72,23 @@
         <plugins>
           <plugin>
             <artifactId>maven-antrun-plugin</artifactId>
@@ -27,7 +27,8 @@
           </plugin>
           <plugin>
             <artifactId>maven-compiler-plugin</artifactId>
-@@ -88,7 +88,7 @@
+-           <version>2.0.2</version>
++           <version>2.5.1</version>
           </plugin>
           <plugin>
             <artifactId>maven-dependency-plugin</artifactId>




More information about the pkg-java-commits mailing list