Your message dated Mon, 07 Jan 2008 20:36:22 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#458247: fixed in libsaxon-java 1:6.5.5-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libsaxon-java
Version: 1:6.5.5-1.1
Severity: wishlist

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I would like to ask you, if you could/would be so kind to provide a
package with native code for GCJ/GIJ. This would help me a lot to speed
up the building of the docbook-defguide package.

http://www.wgdd.de/?p=32
http://www.wgdd.de/?p=31

I prepared such packages locally, so the debdiff is attached. However,
I prepared the package just as a proof-of-concept, so I might have
missed necessary changes.

Regards, Daniel


- -- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (850, 'unstable'), (700, 'testing'), (550, 'stable'), (110, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-k7 (SMP w/1 CPU core)
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages libsaxon-java depends on:
ii  gij [java2-runtime]           4:4.2.2-1  The GNU Java bytecode interpreter
ii  gij-4.2 [java1-runtime]       4.2.2-3    The GNU Java bytecode interpreter
ii  kaffe                         2:1.1.8-3  A JVM to run Java bytecode
ii  kaffe-pthreads [kaffe]        2:1.1.8-3  A POSIX threads enabled version of
ii  sablevm [java1-runtime]       1.13-1.1   Free implementation of Java Virtua
ii  sun-java5-jre [java1-runtime] 1.5.0-13-1 Sun Java(TM) Runtime Environment (

libsaxon-java recommends no packages.

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHdrGUm0bx+wiPa4wRAtYtAJ9qXl2EvXkDldYI2hGR2RKVi5htswCdH6gG
TgZavib9YMKB98VFwn6zeuk=
=4e/s
-----END PGP SIGNATURE-----
diff -u libsaxon-java-6.5.5/debian/changelog 
libsaxon-java-6.5.5/debian/changelog
--- libsaxon-java-6.5.5/debian/changelog
+++ libsaxon-java-6.5.5/debian/changelog
@@ -1,3 +1,10 @@
+libsaxon-java (1:6.5.5-1.1) unstable; urgency=low
+
+  * NMU
+  * Rebuild with native code.
+
+ -- Daniel Leidert (dale) <[EMAIL PROTECTED]>  Sat, 22 Dec 2007 02:11:41 +0100
+
 libsaxon-java (1:6.5.5-1) unstable; urgency=low
 
   * New upstream release
diff -u libsaxon-java-6.5.5/debian/control libsaxon-java-6.5.5/debian/control
--- libsaxon-java-6.5.5/debian/control
+++ libsaxon-java-6.5.5/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: Arnaud Vandyck <[EMAIL PROTECTED]>, Wolfgang Baer <[EMAIL 
PROTECTED]>
-Build-Depends-Indep: debhelper (>= 4.2.30), kaffe (>= 2:1.1.5-3), libjdom1-java
+Build-Depends-Indep: debhelper (>= 4.2.30), java-gcj-compat-dev, libjdom1-java
 Standards-Version: 3.6.2
 
 Package: libsaxon-java
@@ -20,6 +20,19 @@
  .
  Homepage: <http://saxon.sourceforge.net/>
 
+Package: libsaxon-java-gcj
+Architecture: any
+Depends: libsaxon-java (>= ${source:Version}), ${misc:Depends}, 
${shlibs:Depends}
+Description: The Saxon XSLT Processor (native code)
+ The saxon package is a collection of tools for processing XML documents and 
+ implements the XSLT 1.0 recommendation, including XPath 1.0, in its entirety.
+ .
+ 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
 Architecture: all
diff -u libsaxon-java-6.5.5/debian/rules libsaxon-java-6.5.5/debian/rules
--- libsaxon-java-6.5.5/debian/rules
+++ libsaxon-java-6.5.5/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
@@ -16,11 +16,10 @@
 UPSTREAM_VERSION = 6.5.5
 CLASSPATH = /usr/share/java/jdom1.jar
 
-configure: configure-stamp
 configure-stamp:
        dh_testdir
-       if [ ! -d $(BUILD) ]; then mkdir $(BUILD); mkdir $(APIDOC); fi  
-       touch configure-stamp
+       if [ ! -d $(BUILD) ]; then mkdir $(BUILD); mkdir $(APIDOC); fi
+       touch $@
 
 
 build: build-stamp
@@ -33,7 +32,7 @@
        (cd $(BUILD); $(JAVA_HOME)/bin/jar -cfM ../saxon.jar META-INF `find . 
-name \*.class | egrep -v $(JDOM)`; \
         $(JAVA_HOME)/bin/jar -cfM ../saxon-jdom.jar $(JDOM)/*.class )
        (cd $(APIDOC) ; gjdoc -sourcepath ../../$(SOURCES) 
@../../debian/libsaxon-java-doc.javadoc)
-       touch build-stamp
+       touch $@
 
 clean:
        dh_testdir
@@ -59,24 +58,36 @@
 
 # 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.
+       dh_testdir -a
+       dh_testroot -a
+       dh_installchangelogs -a
+       dh_installdocs -a
+       dh_nativejava -a
+       dh_strip -a
+       dh_compress -a
+       dh_fixperms -a
+       dh_installdeb -a
+       dh_shlibdeps -a
+       dh_gencontrol -a
+       dh_md5sums -a
+       dh_builddeb -a
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure

--- End Message ---
--- Begin Message ---
Source: libsaxon-java
Source-Version: 1:6.5.5-3

We believe that the bug you reported is fixed in the latest version of
libsaxon-java, which is due to be installed in the Debian FTP archive:

libsaxon-java-doc_6.5.5-3_all.deb
  to pool/main/libs/libsaxon-java/libsaxon-java-doc_6.5.5-3_all.deb
libsaxon-java-gcj_6.5.5-3_i386.deb
  to pool/main/libs/libsaxon-java/libsaxon-java-gcj_6.5.5-3_i386.deb
libsaxon-java_6.5.5-3.diff.gz
  to pool/main/libs/libsaxon-java/libsaxon-java_6.5.5-3.diff.gz
libsaxon-java_6.5.5-3.dsc
  to pool/main/libs/libsaxon-java/libsaxon-java_6.5.5-3.dsc
libsaxon-java_6.5.5-3_all.deb
  to pool/main/libs/libsaxon-java/libsaxon-java_6.5.5-3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Koch <[EMAIL PROTECTED]> (supplier of updated libsaxon-java package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 23:14:56 +0100
Source: libsaxon-java
Binary: libsaxon-java-gcj libsaxon-java-doc libsaxon-java
Architecture: source all i386
Version: 1:6.5.5-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Michael Koch <[EMAIL PROTECTED]>
Description: 
 libsaxon-java - The Saxon XSLT Processor
 libsaxon-java-doc - The Saxon XSLT Processor's documentation and javadoc
 libsaxon-java-gcj - The Saxon XSLT Processor (native code)
Closes: 458247
Changes: 
 libsaxon-java (1:6.5.5-3) unstable; urgency=low
 .
   * Build -gcj package. Closes: #458247.
Files: 
 66321d3213f608f39dc503980866274c 950 libs optional libsaxon-java_6.5.5-3.dsc
 ea20f58b5040984911d711314cc8d001 7007 libs optional 
libsaxon-java_6.5.5-3.diff.gz
 559dee246e319b95c37d1ef98f4d9f69 562368 libs optional 
libsaxon-java_6.5.5-3_all.deb
 bcc130a6f2031a882d8c1e4eae742afd 1102532 doc optional 
libsaxon-java-doc_6.5.5-3_all.deb
 e83b62c87097931efd1f897c14a3d8a4 614150 libs optional 
libsaxon-java-gcj_6.5.5-3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHfP9OWSOgCCdjSDsRAlahAJ4nzAuME9J68uNbe0yrq206GTytNgCff0zM
VNVa8y2pwk46LDCqE4AAjj4=
=gJA+
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Reply via email to