[pkg-java] r14173 - in trunk/maven-plugin-tools/debian: . source

Miguel Landaeta nomadium-guest at alioth.debian.org
Sun Aug 14 22:01:37 UTC 2011


Author: nomadium-guest
Date: 2011-08-14 22:01:37 +0000 (Sun, 14 Aug 2011)
New Revision: 14173

Added:
   trunk/maven-plugin-tools/debian/source/
   trunk/maven-plugin-tools/debian/source/format
Removed:
   trunk/maven-plugin-tools/debian/patches/
Modified:
   trunk/maven-plugin-tools/debian/build.properties
   trunk/maven-plugin-tools/debian/changelog
   trunk/maven-plugin-tools/debian/control
   trunk/maven-plugin-tools/debian/rules
Log:
* Team upload.
* New upstream release.
* Switch to source format 3.0 (quilt).
* Bump Standards-Version to 3.9.2. No changes were required.
* Remove unnecessary Build-Depends on quilt.
* Drop unnecessary patches already applied by upstream.


Modified: trunk/maven-plugin-tools/debian/build.properties
===================================================================
--- trunk/maven-plugin-tools/debian/build.properties	2011-08-14 15:22:06 UTC (rev 14172)
+++ trunk/maven-plugin-tools/debian/build.properties	2011-08-14 22:01:37 UTC (rev 14173)
@@ -28,3 +28,4 @@
             /usr/share/java/plexus-utils.jar:\
             /usr/share/java/plexus-classworlds.jar:\
             /usr/share/java/plexus-container-default-alpha.jar
+build.javaVersion=1.5

Modified: trunk/maven-plugin-tools/debian/changelog
===================================================================
--- trunk/maven-plugin-tools/debian/changelog	2011-08-14 15:22:06 UTC (rev 14172)
+++ trunk/maven-plugin-tools/debian/changelog	2011-08-14 22:01:37 UTC (rev 14173)
@@ -1,3 +1,14 @@
+maven-plugin-tools (2.8-1) UNRELEASED; urgency=low
+
+  * Team upload.
+  * New upstream release.
+  * Switch to source format 3.0 (quilt).
+  * Bump Standards-Version to 3.9.2. No changes were required.
+  * Remove unnecessary Build-Depends on quilt.
+  * Drop unnecessary patches already applied by upstream.
+
+ -- Miguel Landaeta <miguel at miguel.cc>  Sun, 14 Aug 2011 13:16:31 -0430
+
 maven-plugin-tools (2.5-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: trunk/maven-plugin-tools/debian/control
===================================================================
--- trunk/maven-plugin-tools/debian/control	2011-08-14 15:22:06 UTC (rev 14172)
+++ trunk/maven-plugin-tools/debian/control	2011-08-14 22:01:37 UTC (rev 14173)
@@ -3,13 +3,13 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Torsten Werner <twerner at debian.org>, Ludovic Claude <ludovic.claude at laposte.net>
-Build-Depends: debhelper (>= 5), cdbs, openjdk-6-jdk, quilt, libjaxp1.3-java
+Build-Depends: debhelper (>= 5), cdbs, openjdk-6-jdk, libjaxp1.3-java
 Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 4), ant, ant-optional, 
  libmodello-java, libclassworlds-java, junit, libplexus-velocity-java, velocity,
  libmaven-reporting-impl-java, libdoxia-sitetools-java,
  libplexus-container-default-java, libgoogle-collections-java,
  libxbean-java, libqdox-java, bsh, libjtidy-java, libmaven2-core-java
-Standards-Version: 3.8.1
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-plugin-tools
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-plugin-tools/
 Homepage: http://maven.apache.org

Modified: trunk/maven-plugin-tools/debian/rules
===================================================================
--- trunk/maven-plugin-tools/debian/rules	2011-08-14 15:22:06 UTC (rev 14172)
+++ trunk/maven-plugin-tools/debian/rules	2011-08-14 22:01:37 UTC (rev 14173)
@@ -2,7 +2,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 PACKAGE              := $(DEB_SOURCE_PACKAGE)
 VERSION              := $(DEB_UPSTREAM_VERSION)

Added: trunk/maven-plugin-tools/debian/source/format
===================================================================
--- trunk/maven-plugin-tools/debian/source/format	                        (rev 0)
+++ trunk/maven-plugin-tools/debian/source/format	2011-08-14 22:01:37 UTC (rev 14173)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the pkg-java-commits mailing list