[pkg-java] r18198 - trunk/werken.xpath/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed May 28 09:45:12 UTC 2014
Author: ebourg-guest
Date: 2014-05-28 09:45:12 +0000 (Wed, 28 May 2014)
New Revision: 18198
Modified:
trunk/werken.xpath/debian/changelog
trunk/werken.xpath/debian/rules
Log:
Set the compiler source/target level to 1.6
Modified: trunk/werken.xpath/debian/changelog
===================================================================
--- trunk/werken.xpath/debian/changelog 2014-05-28 09:36:57 UTC (rev 18197)
+++ trunk/werken.xpath/debian/changelog 2014-05-28 09:45:12 UTC (rev 18198)
@@ -1,6 +1,7 @@
werken.xpath (0.9.4-15) UNRELEASED; urgency=medium
* Team upload.
+ * Set the compiler source/target level to 1.6
* debian/control:
- Standards-Version updated to 3.9.5 (no changes)
- Use a canonical URL for the Vcs-Svn field
Modified: trunk/werken.xpath/debian/rules
===================================================================
--- trunk/werken.xpath/debian/rules 2014-05-28 09:36:57 UTC (rev 18197)
+++ trunk/werken.xpath/debian/rules 2014-05-28 09:45:12 UTC (rev 18198)
@@ -10,6 +10,7 @@
DEB_ANT_CLEAN_TARGET := clean
DEB_ANT_BUILD_TARGET := package javadoc
+DEB_ANT_ARGS := -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6
install/libwerken.xpath-java::
mh_installpoms -plibwerken.xpath-java -e$(DEB_UPSTREAM_VERSION)
More information about the pkg-java-commits
mailing list