diff -u libxml-security-java-1.4.3/debian/changelog libxml-security-java-1.4.3/debian/changelog --- libxml-security-java-1.4.3/debian/changelog +++ libxml-security-java-1.4.3/debian/changelog @@ -1,3 +1,13 @@ +libxml-security-java (1.4.3-2fakesync1~hardy1) hardy; urgency=low + + * Source backport to hardy. + * debian/control: + - Changed dependency on default-jdk to openjdk-6-jdk + * debian/rules: + - Adjusted JAVA_HOME for openjdk-6-jdk + + -- Michael Jeanson Tue, 16 Nov 2010 11:05:35 -0500 + libxml-security-java (1.4.3-2fakesync1) lucid; urgency=low * Fake sync due to mismatching tarball (LP: #511448). diff -u libxml-security-java-1.4.3/debian/rules libxml-security-java-1.4.3/debian/rules --- libxml-security-java-1.4.3/debian/rules +++ libxml-security-java-1.4.3/debian/rules @@ -3,7 +3,7 @@ include /usr/share/cdbs/1/class/ant.mk include /usr/share/cdbs/1/rules/debhelper.mk -JAVA_HOME := /usr/lib/jvm/default-java +JAVA_HOME := /usr/lib/jvm/java-6-openjdk DEB_ANT_BUILD_TARGET := jar DEB_ANT_BUILDFILE := debian/build.xml DEB_JARS := commons-logging xalan2 diff -u libxml-security-java-1.4.3/debian/control libxml-security-java-1.4.3/debian/control --- libxml-security-java-1.4.3/debian/control +++ libxml-security-java-1.4.3/debian/control @@ -5,7 +5,7 @@ XSBC-Original-Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath , Torsten Werner , Michael Koch , Niels Thykier -Build-Depends: cdbs, debhelper (>= 7), ant, default-jdk +Build-Depends: cdbs, debhelper (>= 7), ant, openjdk-6-jdk Build-Depends-Indep: libcommons-logging-java, libxalan2-java Standards-Version: 3.8.3 Homepage: http://xml.apache.org/security/ @@ -14,7 +14,7 @@ Package: libxml-security-java Architecture: all -Depends: default-jre-headless | java2-runtime-headless, ${misc:Depends} +Depends: openjdk-6-jre-headless | java2-runtime-headless, ${misc:Depends} Description: implementation of security standards for XML The XML Security project is aimed at providing implementation of security standards for XML. Currently the focus is on the W3C