[pkg-java] r17705 - trunk/commons-daemon/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sun Jan 26 15:28:23 UTC 2014
Author: ebourg-guest
Date: 2014-01-26 15:28:23 +0000 (Sun, 26 Jan 2014)
New Revision: 17705
Modified:
trunk/commons-daemon/debian/changelog
trunk/commons-daemon/debian/rules
Log:
Revert to Java 5 source/target level
Modified: trunk/commons-daemon/debian/changelog
===================================================================
--- trunk/commons-daemon/debian/changelog 2014-01-26 15:20:49 UTC (rev 17704)
+++ trunk/commons-daemon/debian/changelog 2014-01-26 15:28:23 UTC (rev 17705)
@@ -1,5 +1,6 @@
commons-daemon (1.0.15-4) UNRELEASED; urgency=medium
+ * Revert to Java 5 source/target level
* Standards-Version updated to 3.9.5 (no changes)
* Switch to debhelper level 9
Modified: trunk/commons-daemon/debian/rules
===================================================================
--- trunk/commons-daemon/debian/rules 2014-01-26 15:20:49 UTC (rev 17704)
+++ trunk/commons-daemon/debian/rules 2014-01-26 15:28:23 UTC (rev 17705)
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
JAVA_HOME := /usr/lib/jvm/default-java
-ANT_ARGS := -Dcompile.source=1.6 -Dcompile.target=1.6
+ANT_ARGS := -Dcompile.source=1.5 -Dcompile.target=1.5
MAN_STYLESHEET := /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
XSLTPROC := xsltproc --nonet
More information about the pkg-java-commits
mailing list