[pkg-java] r12320 - in trunk/trove/debian: . patches source
Torsten Werner
twerner at alioth.debian.org
Wed May 5 05:41:20 UTC 2010
Author: twerner
Date: 2010-05-05 05:41:18 +0000 (Wed, 05 May 2010)
New Revision: 12320
Added:
trunk/trove/debian/patches/series
trunk/trove/debian/source/
trunk/trove/debian/source/format
Modified:
trunk/trove/debian/changelog
trunk/trove/debian/control
trunk/trove/debian/patches/01_build_target_5_0.patch
trunk/trove/debian/rules
Log:
* Remove Arnaud from Uploaders list.
* Switch to source format 3.0.
* Update Standards-Version: 3.8.4.
Modified: trunk/trove/debian/changelog
===================================================================
--- trunk/trove/debian/changelog 2010-05-05 05:34:56 UTC (rev 12319)
+++ trunk/trove/debian/changelog 2010-05-05 05:41:18 UTC (rev 12320)
@@ -1,10 +1,16 @@
-trove (2.1.0-2) UNRELEASED; urgency=low
+trove (2.1.0-2) unstable; urgency=low
+ [ Thierry Carrez ]
* Set minimal depend to default-jre-headless | java5-runtime-headless
since we build Java5 code.
- -- Thierry Carrez <thierry.carrez at ubuntu.com> Fri, 13 Nov 2009 13:54:22 +0100
+ [ Torsten Werner ]
+ * Remove Arnaud from Uploaders list.
+ * Switch to source format 3.0.
+ * Update Standards-Version: 3.8.4.
+ -- Torsten Werner <twerner at debian.org> Wed, 05 May 2010 07:40:42 +0200
+
trove (2.1.0-1) unstable; urgency=low
* New upstream release.
Modified: trunk/trove/debian/control
===================================================================
--- trunk/trove/debian/control 2010-05-05 05:34:56 UTC (rev 12319)
+++ trunk/trove/debian/control 2010-05-05 05:41:18 UTC (rev 12320)
@@ -2,9 +2,9 @@
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>, Torsten Werner <twerner at debian.org>, Michael Koch <konqueror at gmx.de>
+Uploaders: Torsten Werner <twerner at debian.org>, Michael Koch <konqueror at gmx.de>
Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Homepage: http://trove4j.sourceforge.net
Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/trove
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/trove/
Modified: trunk/trove/debian/patches/01_build_target_5_0.patch
===================================================================
--- trunk/trove/debian/patches/01_build_target_5_0.patch 2010-05-05 05:34:56 UTC (rev 12319)
+++ trunk/trove/debian/patches/01_build_target_5_0.patch 2010-05-05 05:41:18 UTC (rev 12320)
@@ -1,7 +1,8 @@
-diff -Nur trove-2.0.1.dfsg.1/build.xml trove-2.0.1.dfsg.1.new/build.xml
---- trove-2.0.1.dfsg.1/build.xml 2007-10-03 18:24:20.000000000 +0200
-+++ trove-2.0.1.dfsg.1.new/build.xml 2007-10-12 15:19:42.000000000 +0200
-@@ -79,7 +79,7 @@
+Index: trove-2.1.0/build.xml
+===================================================================
+--- trove-2.1.0.orig/build.xml 2009-08-14 22:51:22.000000000 +0200
++++ trove-2.1.0/build.xml 2010-05-05 07:38:51.000000000 +0200
+@@ -80,7 +80,7 @@
<target name="compile" depends="generate">
<javac destdir="${output.dest}"
classpath="${lib}/junit.jar"
@@ -10,7 +11,7 @@
<src path="${src}"/>
<src path="${output.generated}"/>
</javac>
-@@ -206,7 +206,7 @@
+@@ -207,7 +207,7 @@
<echo message="output.dest = ${output.dest}"/>
@@ -19,10 +20,10 @@
<src path="${test_src}"/>
<classpath>
<pathelement location="${lib}/junit.jar"/>
-@@ -268,4 +268,4 @@
+@@ -275,4 +275,4 @@
<echo message="----------- ${Name} ${version} [${year}] ------------"/>
</target>
-</project>
-\ Kein Zeilenumbruch am Dateiende.
+\ No newline at end of file
+</project>
Added: trunk/trove/debian/patches/series
===================================================================
--- trunk/trove/debian/patches/series (rev 0)
+++ trunk/trove/debian/patches/series 2010-05-05 05:41:18 UTC (rev 12320)
@@ -0,0 +1 @@
+01_build_target_5_0.patch
Modified: trunk/trove/debian/rules
===================================================================
--- trunk/trove/debian/rules 2010-05-05 05:34:56 UTC (rev 12319)
+++ trunk/trove/debian/rules 2010-05-05 05:41:18 UTC (rev 12320)
@@ -3,7 +3,6 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
JAVA_HOME := /usr/lib/jvm/default-java
DEB_ANT_BUILD_TARGET := jar javadoc
Added: trunk/trove/debian/source/format
===================================================================
--- trunk/trove/debian/source/format (rev 0)
+++ trunk/trove/debian/source/format 2010-05-05 05:41:18 UTC (rev 12320)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the pkg-java-commits
mailing list