Package: libpdfbox-java
Version: 1:0.7.3+dfsg-3

In Ubuntu, we've applied the attached patch to achieve the following:

 - debian/rules: Add ant properties to compile code with target JVM 1.4.

We thought you might be interested in doing the same. 
diff -Nru libpdfbox-java-0.7.3+dfsg/debian/rules libpdfbox-java-0.7.3+dfsg/debian/rules
--- libpdfbox-java-0.7.3+dfsg/debian/rules	2010-08-07 02:58:08.000000000 +0200
+++ libpdfbox-java-0.7.3+dfsg/debian/rules	2010-08-07 18:13:04.000000000 +0200
@@ -14,7 +14,7 @@
 	dh_auto_configure
 
 override_dh_auto_build:
-	dh_auto_build -- package javadoc
+	dh_auto_build -- -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4 package javadoc
 
 override_dh_installchangelogs:
 	dh_installchangelogs $(CURDIR)/docs/changes.html

Reply via email to