[pkg-java] r16120 - trunk/jmdns/debian

Tony Mancill tmancill at alioth.debian.org
Fri Jun 8 04:45:54 UTC 2012


Author: tmancill
Date: 2012-06-08 04:45:54 +0000 (Fri, 08 Jun 2012)
New Revision: 16120

Modified:
   trunk/jmdns/debian/changelog
   trunk/jmdns/debian/rules
Log:
set build target to 1.5; closes #676482

Modified: trunk/jmdns/debian/changelog
===================================================================
--- trunk/jmdns/debian/changelog	2012-06-07 17:57:40 UTC (rev 16119)
+++ trunk/jmdns/debian/changelog	2012-06-08 04:45:54 UTC (rev 16120)
@@ -1,3 +1,11 @@
+jmdns (3.4.1-2) unstable; urgency=low
+
+  * Team upload.
+  * Build with target=1.5 to ensure compatibility with openjdk-6.  
+    - Thanks to James Page. (Closes: #676482)
+
+ -- tony mancill <tmancill at debian.org>  Thu, 07 Jun 2012 21:43:18 -0700
+
 jmdns (3.4.1-1) unstable; urgency=low
 
   * New upstream: 3.4.1.

Modified: trunk/jmdns/debian/rules
===================================================================
--- trunk/jmdns/debian/rules	2012-06-07 17:57:40 UTC (rev 16119)
+++ trunk/jmdns/debian/rules	2012-06-08 04:45:54 UTC (rev 16120)
@@ -13,6 +13,12 @@
 %:
 	dh $@ --with javahelper
 
+override_dh_auto_build:
+	:
+
+override_jh_build:
+	jh_build --javacopts="-source 1.5 -target 1.5" --javadoc-opts="-source 1.5"
+
 override_dh_install:
 	mh_installpoms -plib$(PACKAGE)-java
 	mh_installjar -plib$(PACKAGE)-java -l debian/poms/$(PACKAGE).pom $(PACKAGE).jar 




More information about the pkg-java-commits mailing list