[pkg-java] r7179 - trunk/jsch/debian
doko at alioth.debian.org
doko at alioth.debian.org
Mon Oct 20 13:12:06 UTC 2008
Author: doko
Date: 2008-10-20 13:12:06 +0000 (Mon, 20 Oct 2008)
New Revision: 7179
Modified:
trunk/jsch/debian/changelog
trunk/jsch/debian/rules
Log:
* Set java source version to 1.4.
Modified: trunk/jsch/debian/changelog
===================================================================
--- trunk/jsch/debian/changelog 2008-10-20 12:36:52 UTC (rev 7178)
+++ trunk/jsch/debian/changelog 2008-10-20 13:12:06 UTC (rev 7179)
@@ -5,8 +5,9 @@
[Matthias Klose]
* (Build-)depend on default-jre/-jdk.
+ * Set java source version to 1.4.
- -- Matthias Klose <doko at debian.org> Wed, 30 Jul 2008 15:26:51 +0000
+ -- Matthias Klose <doko at debian.org> Mon, 20 Oct 2008 13:11:57 +0000
jsch (0.1.37-3) unstable; urgency=low
Modified: trunk/jsch/debian/rules
===================================================================
--- trunk/jsch/debian/rules 2008-10-20 12:36:52 UTC (rev 7178)
+++ trunk/jsch/debian/rules 2008-10-20 13:12:06 UTC (rev 7179)
@@ -5,6 +5,7 @@
include /usr/share/cdbs/1/class/ant.mk
JAVA_HOME=/usr/lib/jvm/default-java
+ANT_OPTS = -Dant.build.javac.source=1.4
binary-post-install/libjsch-java::
install -m 644 -D dist/lib/jsch-*.jar debian/libjsch-java/usr/share/java/jsch-$(DEB_UPSTREAM_VERSION).jar
More information about the pkg-java-commits
mailing list