[pkg-java] r16187 - trunk/rsyntaxtextarea/debian
Niels Thykier
nthykier at alioth.debian.org
Thu Jun 21 09:44:31 UTC 2012
Author: nthykier
Date: 2012-06-21 09:44:31 +0000 (Thu, 21 Jun 2012)
New Revision: 16187
Modified:
trunk/rsyntaxtextarea/debian/changelog
trunk/rsyntaxtextarea/debian/rules
Log:
Fix FTBFS with Java7
Modified: trunk/rsyntaxtextarea/debian/changelog
===================================================================
--- trunk/rsyntaxtextarea/debian/changelog 2012-06-21 04:34:16 UTC (rev 16186)
+++ trunk/rsyntaxtextarea/debian/changelog 2012-06-21 09:44:31 UTC (rev 16187)
@@ -1,3 +1,11 @@
+rsyntaxtextarea (1.5.1-2) UNRELEASED; urgency=low
+
+ * Team upload.
+ * Work around a typo in the build.xml causing FTBFS with
+ Java7.
+
+ -- Niels Thykier <niels at thykier.net> Thu, 21 Jun 2012 11:43:44 +0200
+
rsyntaxtextarea (1.5.1-1) unstable; urgency=low
* New upstream release.
Modified: trunk/rsyntaxtextarea/debian/rules
===================================================================
--- trunk/rsyntaxtextarea/debian/rules 2012-06-21 04:34:16 UTC (rev 16186)
+++ trunk/rsyntaxtextarea/debian/rules 2012-06-21 09:44:31 UTC (rev 16187)
@@ -8,6 +8,9 @@
%:
dh --with javahelper $@
+override_dh_auto_build:
+ dh_auto_build -- -Ddebuglevel=lines,vars,source
+
override_dh_auto_clean:
dh_auto_clean
mh_clean
More information about the pkg-java-commits
mailing list