[xml/sgml-commit] r1361 - in /packages/docbook-xsl/trunk/debian: NEWS README.Debian changelog rules watch

dleidert-guest at users.alioth.debian.org dleidert-guest at users.alioth.debian.org
Fri Feb 20 15:37:47 UTC 2009


Author: dleidert-guest
Date: Fri Feb 20 15:37:46 2009
New Revision: 1361

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1361
Log:
* debian/rules (get-orig-source): uversion has been adjusted for a
  dfsg-version without period.
* debian/watch: Fixed after changing to dfsg-version without period.
* debian/README.Debian: Note the removal of patch
  02_use_global_papersize_conf and its reasons (#173093, #382505, #511005).

* debian/NEWS: Added notes about above change and the new dbtoepub script.

Modified:
    packages/docbook-xsl/trunk/debian/NEWS
    packages/docbook-xsl/trunk/debian/README.Debian
    packages/docbook-xsl/trunk/debian/changelog
    packages/docbook-xsl/trunk/debian/rules
    packages/docbook-xsl/trunk/debian/watch

Modified: packages/docbook-xsl/trunk/debian/NEWS
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/docbook-xsl/trunk/debian/NEWS?rev=1361&op=diff
==============================================================================
--- packages/docbook-xsl/trunk/debian/NEWS (original)
+++ packages/docbook-xsl/trunk/debian/NEWS Fri Feb 20 15:37:46 2009
@@ -1,3 +1,17 @@
+docbook-xsl (1.74.2+dfsg-1) UNRELEASED; urgency=low
+
+  The patch to support reading the default papersize from /etc/papersize
+  (#173093, #382505) has been dropped, because it creates a failure if the
+  configuration file is not present (#511005). So use a frontend, which
+  supports libpaper or set the paper.type parameter in your stylesheet.
+
+  There is now also a new script `dbtoepub' (PoC, alpha state) to create EPUB
+  output from DocBook books and articles. It currently only supports the
+  namespace-stripped stylesheets (hardcoded stylesheet path). The script is
+  in a very early stage (suggestions are appreciated).
+
+ -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Fri, 20 Feb 2009 16:11:00 +0100
+
 docbook-xsl (1.73.2.dfsg.1-2) unstable; urgency=low
 
   This release fixes the broken legalnotice and revhistory links in (X)HTML
@@ -68,3 +82,15 @@
 
  -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Sat, 24 Feb 2007 01:12:26 +0100
 
+docbook-xsl (1.73.2.dfsg.1-2) unstable; urgency=low
+
+  This release fixes the broken legalnotice and revhistory links in (X)HTML
+  output. It further implements a design change made by upstream - you now
+  MUST set the use.id.as.filename to create legalnotice or revhistory
+  filenames from their ID. Otherwise the stylesheets will fall back to use
+  generate-id() and compute a filename from the return value of this XSLT
+  function. In the past, existing IDs were used, even if use.id.as.filename
+  was not set. Alternatively you can also use the dbhtml filename PI to choose
+  a name for your revhistory or legalnotice chunk(s).
+
+ -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Wed, 26 Sep 2007 22:34:52 +0200

Modified: packages/docbook-xsl/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/docbook-xsl/trunk/debian/README.Debian?rev=1361&op=diff
==============================================================================
--- packages/docbook-xsl/trunk/debian/README.Debian (original)
+++ packages/docbook-xsl/trunk/debian/README.Debian Fri Feb 20 15:37:46 2009
@@ -108,11 +108,15 @@
 (a) In Debian bugs #173093 and #382505 it has been requested, that the default
     value for the paper.type parameter is set accordingly to the system wide
     setting in /etc/papersize.
+
+    NOTE: The patch has been dropped, because /etc/papersize is a
+          configuration file and might not be present at the users system
+          (#511005). A new solution to the original request is not available
+          atm (but several frontends like xmlto support libpaper already).
     
-    Affects: fo/docbook.xsl (template: root.messages).
-
     http://bugs.debian.org/173093
     http://bugs.debian.org/382505
+    http://bugs.debian.org/511005
 
 
 (6) Reporting bugs
@@ -150,4 +154,4 @@
     me/Debian and you help upstream if you are so kind to report your issue to
     both parties. Check the upstream ChangeLog and you'll see it works.
 
- -- Daniel Leidert <daniel.leidert at wgdd.de>, Sat, 20 May 2006 15:37:11 +0200
+ -- Daniel Leidert <daniel.leidert at wgdd.de>, January 2009

Modified: packages/docbook-xsl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/docbook-xsl/trunk/debian/changelog?rev=1361&op=diff
==============================================================================
--- packages/docbook-xsl/trunk/debian/changelog (original)
+++ packages/docbook-xsl/trunk/debian/changelog Fri Feb 20 15:37:46 2009
@@ -26,7 +26,11 @@
     Further exclude .gitignore files. Install the manual page. Fix
     permissions.
     (get-orig-source): Adjusted for source split. The doc-tarball is not
-    longer necessary.
+    longer necessary. uversion has been adjusted for a dfsg-version without
+    period.
+  * debian/watch: Fixed after changing to dfsg-version without period.
+  * debian/README.Debian: Note the removal of patch
+    02_use_global_papersize_conf and its reasons (#173093, #382505, #511005).
   * debian/examples/foo.1.example_manpage.xml: Fixed encoding declaration.
   * debian/patches/7*.dpatch,
     debian/patches/8*.dpatch: Removed (applied upstream).

Modified: packages/docbook-xsl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/docbook-xsl/trunk/debian/rules?rev=1361&op=diff
==============================================================================
--- packages/docbook-xsl/trunk/debian/rules (original)
+++ packages/docbook-xsl/trunk/debian/rules Fri Feb 20 15:37:46 2009
@@ -51,7 +51,7 @@
 # Use it to prepare it for a new release.
 #
 version=$(shell dpkg-parsechangelog | sed -n -e 's/^Version: \(.*\)-[^-]*$$/\1/p' )
-uversion=$(shell dpkg-parsechangelog | sed -n -e 's/^Version: \(.*\)\.dfsg.*$$/\1/p' )
+uversion=$(shell dpkg-parsechangelog | sed -n -e 's/^Version: \(.*\)+dfsg.*$$/\1/p' )
 
 get-orig-source:
 	set -ex ; \

Modified: packages/docbook-xsl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/docbook-xsl/trunk/debian/watch?rev=1361&op=diff
==============================================================================
--- packages/docbook-xsl/trunk/debian/watch (original)
+++ packages/docbook-xsl/trunk/debian/watch Fri Feb 20 15:37:46 2009
@@ -6,5 +6,5 @@
 # Because the usual sf.net watch file syntax fails, use the ftp site.
 
 version=3
-opts=dversionmangle=s/\.dfsg\.\d+$// \
+opts=dversionmangle=s/\+dfsg$// \
  http://sf.net/docbook/docbook-xsl-([\d\.]+)\.tar\.gz




More information about the debian-xml-sgml-commit mailing list