This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libsaxon-java.
commit 89e28c039c75f8fbb2db70cd04ee4b45dce62b5c Author: Michael Koch <[email protected]> Date: Sun Dec 30 18:48:49 2007 +0000 libsaxon-java (1:6.5.5-2) unstable; urgency=low * (Build-)Depends on java-gcj-compat(-dev). * Removed Wolfgang from Uploaders and added myself. * Updated Standards-Version to 3.7.3. * Addd Homepage, Vcs-Svn and Vcs-Browser fields. * Moved all Build-Depends-Indep to Build-Depends. * Converted debian/copyright to UTF-8. * debian/libsaxon-java-doc.doc-base: Remove unneeded empty lines. * Clean up debian/rules. -- Michael Koch <[email protected]> Sat, 29 Dec 2007 22:41:57 +0100 --- debian/changelog | 14 ++++++++++++++ debian/control | 15 +++++++-------- debian/copyright | 10 +++++----- debian/libsaxon-java-doc.doc-base | 2 -- debian/rules | 29 ++++++++++++----------------- 5 files changed, 38 insertions(+), 32 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0aa54ab..95a48ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +libsaxon-java (1:6.5.5-2) unstable; urgency=low + + * (Build-)Depends on java-gcj-compat(-dev). + * Removed Wolfgang from Uploaders and added myself. + * Updated Standards-Version to 3.7.3. + * Addd Homepage, Vcs-Svn and Vcs-Browser fields. + * Moved all Build-Depends-Indep to Build-Depends. + * Converted debian/copyright to UTF-8. + * debian/libsaxon-java-doc.doc-base: Remove unneeded + empty lines. + * Clean up debian/rules. + + -- Michael Koch <[email protected]> Sat, 29 Dec 2007 22:41:57 +0100 + libsaxon-java (1:6.5.5-1) unstable; urgency=low * New upstream release diff --git a/debian/control b/debian/control index e480c14..1a1376f 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,16 @@ Source: libsaxon-java Section: libs Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Arnaud Vandyck <[email protected]>, Wolfgang Baer <[email protected]> -Build-Depends-Indep: debhelper (>= 4.2.30), kaffe (>= 2:1.1.5-3), libjdom1-java -Standards-Version: 3.6.2 +Uploaders: Arnaud Vandyck <[email protected]>, Michael Koch <[email protected]> +Build-Depends: debhelper (>= 4.2.30), java-gcj-compat-dev, libjdom1-java +Standards-Version: 3.7.3 +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libsaxon-java +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libsaxon-java +Homepage: http://saxon.sourceforge.net/ Package: libsaxon-java Architecture: all -Depends: kaffe | java1-runtime | java2-runtime +Depends: java-gcj-compat | java1-runtime | java2-runtime Suggests: libjdom1-java, libsaxon-java-doc Description: The Saxon XSLT Processor The saxon package is a collection of tools for processing XML documents and @@ -17,8 +20,6 @@ Description: The Saxon XSLT Processor Saxon is known to work well for processing DocBook XML documents with the DocBook XSL Stylesheets. Related packages make the process straightforward. - . - Homepage: <http://saxon.sourceforge.net/> Package: libsaxon-java-doc Section: doc @@ -28,5 +29,3 @@ Description: The Saxon XSLT Processor's documentation and javadoc implements the XSLT 1.0 recommendation, including XPath 1.0, in its entirety. . This package contains the documentation and javadoc for Saxon. - . - Homepage: <http://saxon.sourceforge.net/> diff --git a/debian/copyright b/debian/copyright index afc67af..7b50b6c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -10,7 +10,7 @@ Copyright: Saxon The contents of the downloaded file (saxon.zip), with the exception of -the �lfred parser (see below), are subject to the Mozilla Public +the Ælfred parser (see below), are subject to the Mozilla Public License Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ @@ -22,7 +22,7 @@ under the License. The Original Code of SAXON comprises all those components which are not explicitly attributed to other parties. It does not include the -�lfred parser, which is redistributed under the licence described +Ælfred parser, which is redistributed under the licence described below. The Initial Developer of the Original Code is Michael Kay of @@ -57,11 +57,11 @@ enquiries there. Also check the list archives: I post lists of known errors there from time to time. -�lfred +Ælfred -Included in the Saxon distribution is a modified version of the �lfred +Included in the Saxon distribution is a modified version of the Ælfred XML parser from Microstar. I have taken the relevant part of David -Brownell's �lfred2 distribution, repackaged it, and fixed a few +Brownell's Ælfred2 distribution, repackaged it, and fixed a few bugs. All changes are clearly documented in the source code. This is distributed under the terms of Microstar's terms and diff --git a/debian/libsaxon-java-doc.doc-base b/debian/libsaxon-java-doc.doc-base index 8785460..58b2e14 100644 --- a/debian/libsaxon-java-doc.doc-base +++ b/debian/libsaxon-java-doc.doc-base @@ -7,5 +7,3 @@ Section:Text Format: HTML Index: /usr/share/doc/libsaxon-java-doc/index.html Files: /usr/share/doc/libsaxon-java-doc/* - - diff --git a/debian/rules b/debian/rules index d9278f9..9e2d021 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ #export DH_VERBOSE=1 PACKAGE=libsaxon-java -JAVA_HOME=/usr/lib/kaffe +JAVA_HOME=/usr/lib/jvm/java-gcj BASE=debian/$(PACKAGE) JAVASHARE=usr/share/java SOURCES=src @@ -22,7 +22,6 @@ configure-stamp: if [ ! -d $(BUILD) ]; then mkdir $(BUILD); mkdir $(APIDOC); fi touch configure-stamp - build: build-stamp build-stamp: configure-stamp dh_testdir @@ -55,26 +54,22 @@ install: build install -d $(CURDIR)/debian/libsaxon-java-doc/usr/share/lintian/overrides/ install -m 644 $(CURDIR)/debian/libsaxon-java-doc.lintian $(CURDIR)/debian/libsaxon-java-doc/usr/share/lintian/overrides/libsaxon-java-doc - - -# Build architecture-independent files here. binary-indep: build install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs + dh_testdir -i + dh_testroot -i + dh_installchangelogs -i + dh_installdocs -i dh_installexamples -plibsaxon-java-doc samples/* dh_link -plibsaxon-java $(JAVASHARE)/saxon-$(UPSTREAM_VERSION).jar $(JAVASHARE)/saxon.jar \ $(JAVASHARE)/saxon-jdom-$(UPSTREAM_VERSION).jar $(JAVASHARE)/saxon-jdom.jar - dh_compress - dh_fixperms - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb + dh_compress -i + dh_fixperms -i + dh_installdeb -i + dh_shlibdeps -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i -# Build architecture-dependent files here. binary-arch: build install # We have nothing to do by default. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libsaxon-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

