Hi, Unfortunately my usual sponsor is busy atm and I have some packages waiting to be uploaded. So I'm looking for one-time sponsor(s) for the following packages:
http://debian.wgdd.de/debian/incoming/packages/debian-xml-sgml/docbook-defguide_2.0.17+svn7549-2.dsc http://debian.wgdd.de/debian/incoming/packages/debian-xml-sgml/docbook-defguide_2.0.17+svn7549-2_i386.changes Closes: http://bugs.debian.org/459043 debdiff attached http://debian.wgdd.de/debian/incoming/packages/debian-xml-sgml/docbook2x_0.8.8-6.dsc http://debian.wgdd.de/debian/incoming/packages/debian-xml-sgml/docbook2x_0.8.8-6_i386.changes Closes: http://bugs.debian.org/439214 debdiff attached http://debian.wgdd.de/debian/incoming/packages/debian-xml-sgml/xmlto_0.0.20-1.dsc http://debian.wgdd.de/debian/incoming/packages/debian-xml-sgml/xmlto_0.0.20-1_i386.changes Closes: http://bugs.debian.org/263243 http://bugs.debian.org/270433 http://bugs.debian.org/293453 http://bugs.debian.org/299461 http://bugs.debian.org/311354 http://bugs.debian.org/327551 http://bugs.debian.org/353829 http://bugs.debian.org/366707 http://bugs.debian.org/413632 http://bugs.debian.org/415353 no debdiff attached (major update), but 0.0.20 is a release, where many of our patches have been merged upstream, so the patch-set decreased a lot - just take a look if you want NOTE: xmlto needs a -v0.0.18-5.1 for the .changes creation. See also http://debian.wgdd.de/debian/incoming/packages/. All 3 package are of course lintian clean (to my knowledge ). I'm in the DM keyring and all 3 packages set DM-Upload-Allowed. If you have questions, don't hesitate to ask. CCed the debian-xml-sgml group and the debian-sgml mailing list Regards, Daniel
diff -u docbook2x-0.8.8/debian/patches/00list docbook2x-0.8.8/debian/patches/00list --- docbook2x-0.8.8/debian/patches/00list +++ docbook2x-0.8.8/debian/patches/00list @@ -4,0 +5 @@ +05_fix_439214_error_on_missing_refentry diff -u docbook2x-0.8.8/debian/changelog docbook2x-0.8.8/debian/changelog --- docbook2x-0.8.8/debian/changelog +++ docbook2x-0.8.8/debian/changelog @@ -1,3 +1,19 @@ +docbook2x (0.8.8-6) unstable; urgency=low + + * debian/compat: Raised to v5. + * debian/control: Added DM-Upload-Allowed for DM status. + (Build-Depends): Raised debhelper to v5. + (Standards-Version): Raised to 3.7.3. + * debian/copyright: Fixed typo. Thanks to lintian. + * debian/docbook2x.doc-base (Document): Fixed uppercase letter. Thanks to + lintian. + * debian/patches/05_fix_439214_error_on_missing_refentry.dpatch: Added. + - xslt/man/docbook.xsl: Print a warning if no refentry element can be + found (closes: #439214). + * debian/patches/00list: Adjusted. + + -- Daniel Leidert (dale) <[EMAIL PROTECTED]> Wed, 13 Feb 2008 18:08:08 +0100 + docbook2x (0.8.8-5) unstable; urgency=low * debian/control: Homepage field transition. diff -u docbook2x-0.8.8/debian/control docbook2x-0.8.8/debian/control --- docbook2x-0.8.8/debian/control +++ docbook2x-0.8.8/debian/control @@ -3,12 +3,13 @@ Priority: optional Maintainer: Debian XML/SGML Group <[EMAIL PROTECTED]> Uploaders: Ardo van Rangelrooij <[EMAIL PROTECTED]>, W. Borgert <[EMAIL PROTECTED]>, Rafael Laboissiere <[EMAIL PROTECTED]>, Daniel Leidert (dale) <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.2), cdbs (>= 0.4.21), dpatch, libxml-sax-perl, opensp, sp, texinfo, xml-core, xsltproc +Build-Depends: debhelper (>= 5), cdbs (>= 0.4.21), dpatch, libxml-sax-perl, opensp, sp, texinfo, xml-core, xsltproc Build-Conflicts: libxml2-utils, tidy -Standards-Version: 3.7.2 +Standards-Version: 3.7.3 Homepage: http://docbook2x.sourceforge.net -XS-Vcs-Browser: http://svn.debian.org/wsvn/debian-xml-sgml/packages/docbook2x/trunk/ -XS-Vcs-Svn: svn://svn.debian.org/svn/debian-xml-sgml/packages/docbook2x/ +Vcs-Browser: http://svn.debian.org/wsvn/debian-xml-sgml/packages/docbook2x/trunk/ +Vcs-Svn: svn://svn.debian.org/svn/debian-xml-sgml/packages/docbook2x/ +DM-Upload-Allowed: yes Package: docbook2x Architecture: any diff -u docbook2x-0.8.8/debian/compat docbook2x-0.8.8/debian/compat --- docbook2x-0.8.8/debian/compat +++ docbook2x-0.8.8/debian/compat @@ -1 +1 @@ -4 +5 diff -u docbook2x-0.8.8/debian/docbook2x.doc-base docbook2x-0.8.8/debian/docbook2x.doc-base --- docbook2x-0.8.8/debian/docbook2x.doc-base +++ docbook2x-0.8.8/debian/docbook2x.doc-base @@ -1,4 +1,4 @@ -Document: docbook2X +Document: docbook2x Title: docbook2X user documentation Author: Steve Cheng <[EMAIL PROTECTED]> Abstract: docbook2X converts DocBook documents into man pages and diff -u docbook2x-0.8.8/debian/copyright docbook2x-0.8.8/debian/copyright --- docbook2x-0.8.8/debian/copyright +++ docbook2x-0.8.8/debian/copyright @@ -59,7 +59,7 @@ dealings in this Software without prior written authorization from the individuals in question. - Any stylesheet derived from this Software that is publically + Any stylesheet derived from this Software that is publicly distributed will be identified with a different name and the version strings in any derived Software will be changed s that no possibility of confusion between the derived package and this only in patch2: unchanged: --- docbook2x-0.8.8.orig/debian/patches/05_fix_439214_error_on_missing_refentry.dpatch +++ docbook2x-0.8.8/debian/patches/05_fix_439214_error_on_missing_refentry.dpatch @@ -0,0 +1,33 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 05_fix_439214_error_on_missing_refentry.dpatch by Daniel Leidert <[EMAIL PROTECTED]> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: If there is no refentry element, the manpage stylesheets silently +## DP: "ignores" this. It has been requested to print at least a +## DP: warning. +## DP: +## DP: <URL:http://bugs.debian.org/439214> +## DP: <URL:http://lists.gnu.org/archive/html/groff/2007-11/msg00023.html> + [EMAIL PROTECTED]@ +diff -urNad trunk~/xslt/man/docbook.xsl trunk/xslt/man/docbook.xsl +--- trunk~/xslt/man/docbook.xsl 2006-04-11 21:00:19.000000000 +0200 ++++ trunk/xslt/man/docbook.xsl 2008-02-05 03:31:48.000000000 +0100 +@@ -111,11 +111,15 @@ + <xsl:when test="child::refentry"> + <xsl:apply-templates /> + </xsl:when> +- +- <xsl:otherwise> ++ <xsl:when test="descendant-or-self::refentry"> + <manpageset> + <xsl:apply-templates select="descendant-or-self::refentry" /> + </manpageset> ++ </xsl:when> ++ <xsl:otherwise> ++ <xsl:message terminate="no"> ++ <xsl:text>WARNING: Sorry, but I cannot find a refentry element in your source!</xsl:text> ++ </xsl:message> + </xsl:otherwise> + </xsl:choose> + </xsl:template>
diff -u docbook-defguide-2.0.17+svn7549/debian/watch docbook-defguide-2.0.17+svn7549/debian/watch --- docbook-defguide-2.0.17+svn7549/debian/watch +++ docbook-defguide-2.0.17+svn7549/debian/watch @@ -7 +7,2 @@ -http://docbook.org/tdg/ en/tdg-en-html-([\d\.]+).zip +opts=dversionmangle=s/\+svn.*$//g \ + http://docbook.org/tdg/ en/tdg-en-html-([\d\.]+).zip diff -u docbook-defguide-2.0.17+svn7549/debian/changelog docbook-defguide-2.0.17+svn7549/debian/changelog --- docbook-defguide-2.0.17+svn7549/debian/changelog +++ docbook-defguide-2.0.17+svn7549/debian/changelog @@ -1,3 +1,12 @@ +docbook-defguide (2.0.17+svn7549-2) unstable; urgency=low + + * debian/control: Added Vcs fields. Added DM-Upload-Allowed for DM status. + (Build-Depends-Indep): Build-depend on the recently introduced -gcj + packages with native code to speed up the build process (closes: #459043). + * debian/watch: Slightly improved to ignore the SVN version part. + + -- Daniel Leidert (dale) <[EMAIL PROTECTED]> Tue, 05 Feb 2008 02:20:50 +0100 + docbook-defguide (2.0.17+svn7549-1) unstable; urgency=low * New upstream release 2.0.17 (finally closes: #257715). diff -u docbook-defguide-2.0.17+svn7549/debian/control docbook-defguide-2.0.17+svn7549/debian/control --- docbook-defguide-2.0.17+svn7549/debian/control +++ docbook-defguide-2.0.17+svn7549/debian/control @@ -4,10 +4,13 @@ Maintainer: Daniel Leidert (dale) <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 5), dpatch Build-Depends-Indep: docbook-ebnf (>> 1.2~cr1), docbook-xml (>= 4.5), - docbook-xsl, docbook-xsl-saxon, java-gcj-compat, libsaxon-java (>> 1:6.5), - libxerces2-java, libxml-commons-resolver1.1-java, xml-core, xsltproc + docbook-xsl, docbook-xsl-saxon-gcj, java-gcj-compat, libsaxon-java-gcj (>> 1:6.5), + libxerces2-java-gcj, libxml-commons-resolver1.1-java-gcj, xml-core, xsltproc Standards-Version: 3.7.3 Homepage: http://docbook.org/tdg/ +Vcs-Browser: http://svn.debian.org/wsvn/debian-xml-sgml/packages/docbook-defguide/trunk/ +Vcs-Svn: svn://svn.debian.org/svn/debian-xml-sgml/packages/docbook-defguide/ +DM-Upload-Allowed: yes Package: docbook-defguide Architecture: all

