[pkg-java] r16309 - trunk/wsdl4j/debian
Miguel Landaeta
nomadium-guest at alioth.debian.org
Mon Sep 24 20:41:42 UTC 2012
Author: nomadium-guest
Date: 2012-09-24 20:41:42 +0000 (Mon, 24 Sep 2012)
New Revision: 16309
Added:
trunk/wsdl4j/debian/ant.properties
Modified:
trunk/wsdl4j/debian/changelog
trunk/wsdl4j/debian/control
Log:
* Team upload.
* Ensure backwards compatible bytecode is built (LP: #1049817):
- d/ant.properties: Specify source/target = 1.5 when compiling java
source code. Thanks to James Page for the patch. (Closes: #688306).
* Remove Michael Koch from Uploaders list.
Thanks for the work on this package. (Closes: #654140).
* Bump Standards-Version to 3.9.3. No changes were required.
Added: trunk/wsdl4j/debian/ant.properties
===================================================================
--- trunk/wsdl4j/debian/ant.properties (rev 0)
+++ trunk/wsdl4j/debian/ant.properties 2012-09-24 20:41:42 UTC (rev 16309)
@@ -0,0 +1,4 @@
+# Ensure that source and target are 1.5
+# For backwards compat on Java 7
+ant.build.javac.source=1.5
+ant.build.javac.target=1.5
Modified: trunk/wsdl4j/debian/changelog
===================================================================
--- trunk/wsdl4j/debian/changelog 2012-09-24 20:11:32 UTC (rev 16308)
+++ trunk/wsdl4j/debian/changelog 2012-09-24 20:41:42 UTC (rev 16309)
@@ -1,3 +1,15 @@
+wsdl4j (1.6.2-5) UNRELEASED; urgency=low
+
+ * Team upload.
+ * Ensure backwards compatible bytecode is built (LP: #1049817):
+ - d/ant.properties: Specify source/target = 1.5 when compiling java
+ source code. Thanks to James Page for the patch. (Closes: #688306).
+ * Remove Michael Koch from Uploaders list.
+ Thanks for the work on this package. (Closes: #654140).
+ * Bump Standards-Version to 3.9.3. No changes were required.
+
+ -- Miguel Landaeta <miguel at miguel.cc> Mon, 24 Sep 2012 19:58:09 -0430
+
wsdl4j (1.6.2-4) unstable; urgency=low
* Add OSGi metadata to JAR manifest
Modified: trunk/wsdl4j/debian/control
===================================================================
--- trunk/wsdl4j/debian/control 2012-09-24 20:11:32 UTC (rev 16308)
+++ trunk/wsdl4j/debian/control 2012-09-24 20:41:42 UTC (rev 16309)
@@ -2,11 +2,11 @@
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Steffen Moeller <steffen_moeller at gmx.de>, Michael Koch <konqueror at gmx.de>,
+Uploaders: Steffen Moeller <steffen_moeller at gmx.de>,
Torsten Werner <twerner at debian.org>, Jakub Adam <jakub.adam at ktknet.cz>
Build-Depends: debhelper (>= 7), cdbs
Build-Depends-Indep: ant, default-jdk, javahelper
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Homepage: http://wsdl4j.sourceforge.net
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/wsdl4j
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/wsdl4j
More information about the pkg-java-commits
mailing list