This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libxml-security-java.
commit 27aae25c096ed32475133bdb2981c75f778fc7eb Author: Michael Koch <[email protected]> Date: Mon Oct 5 06:11:22 2009 +0000 libxml-security-java (1.4.3-1) unstable; urgency=low * New upstream release. * (Build-)Depends on default-jdk. * Build-Depends on debhelper >= 7. * Moved package to section 'java'. * Addded myself to Uploaders. * Updated Standards-Version to 3.8.3. -- Michael Koch <[email protected]> Mon, 05 Oct 2009 08:05:07 +0200 --- debian/changelog | 11 +++++++++++ debian/compat | 2 +- debian/control | 13 ++++++------- debian/rules | 2 +- 4 files changed, 19 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 12c5811..72294b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +libxml-security-java (1.4.3-1) unstable; urgency=low + + * New upstream release. + * (Build-)Depends on default-jdk. + * Build-Depends on debhelper >= 7. + * Moved package to section 'java'. + * Addded myself to Uploaders. + * Updated Standards-Version to 3.8.3. + + -- Michael Koch <[email protected]> Mon, 05 Oct 2009 08:05:07 +0200 + libxml-security-java (1.4.2-1) unstable; urgency=low * New upstream release diff --git a/debian/compat b/debian/compat index 1e8b314..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -6 +7 diff --git a/debian/control b/debian/control index 21715d0..78a9a84 100644 --- a/debian/control +++ b/debian/control @@ -1,19 +1,18 @@ Source: libxml-security-java -Section: libs +Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Varun Hiremath <[email protected]>, Torsten Werner <[email protected]> -Build-Depends: cdbs, debhelper (>= 6) -Build-Depends-Indep: ant, java-gcj-compat-dev, libcommons-logging-java, libxalan2-java -Standards-Version: 3.8.0 +Uploaders: Varun Hiremath <[email protected]>, Torsten Werner <[email protected]>, Michael Koch <[email protected]> +Build-Depends: cdbs, debhelper (>= 7), ant, default-jdk +Build-Depends-Indep: libcommons-logging-java, libxalan2-java +Standards-Version: 3.8.3 Homepage: http://xml.apache.org/security/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libxml-scurity-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libxml-security-java Package: libxml-security-java Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, - java-gcj-compat | java1-runtime | java2-runtime +Depends: default-jre-headless | java2-runtime-headless | ${shlibs:Depends}, ${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 diff --git a/debian/rules b/debian/rules index 39b489c..c74af35 100755 --- a/debian/rules +++ b/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/java-gcj +JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILD_TARGET := jar DEB_ANT_BUILDFILE := debian/build.xml DEB_JARS := commons-logging xalan2 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxml-security-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

