[xml/sgml-commit] r936 - in /packages/docbook-xsl/trunk/debian: README.Debian changelog patches/02_use_global_papersize_conf.dpatch presubj

dleidert-guest at users.alioth.debian.org dleidert-guest at users.alioth.debian.org
Thu Oct 25 01:01:56 UTC 2007


Author: dleidert-guest
Date: Thu Oct 25 01:01:55 2007
New Revision: 936

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=936
Log:
* debian/presubj: Be more precise and try to avoid a misunderstanding, where
  to report bugs (closes: #445901). Further added a pointer for issues with
  Debian hacks.
* debian/README.Debian: Added a new section to document Debian-only hacks.
* debian/patches/02_use_global_papersize_conf.dpatch: Adjusted.
  - fo/docbook.xsl (root.messages): Outsource the information into
    README.Debian and just print a pointer (closes: 447958).

Modified:
    packages/docbook-xsl/trunk/debian/README.Debian
    packages/docbook-xsl/trunk/debian/changelog
    packages/docbook-xsl/trunk/debian/patches/02_use_global_papersize_conf.dpatch
    packages/docbook-xsl/trunk/debian/presubj

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=936&op=diff
==============================================================================
--- packages/docbook-xsl/trunk/debian/README.Debian (original)
+++ packages/docbook-xsl/trunk/debian/README.Debian Thu Oct 25 01:01:55 2007
@@ -5,6 +5,7 @@
  (2) Extensions
  (3) Catalog Support
  (4) Getting Help
+ (5) Debian Hacks
 
 
 (1) General 
@@ -96,5 +97,21 @@
   http://wiki.docbook.org/topic/DocBookAppsMailingList
 
 
+(5) Debian Hacks
+================
+
+IMPORTANT NOTE: Never bother upstream if you have issues with the following
+                Debian hacks. Instead send your reports ONLY to the Debian
+		BTS (http://bugs.debian.org/docbook-xsl).
+
+(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.
+    
+    Affects: fo/docbook.xsl (template: root.messages).
+
+    http://bugs.debian.org/173093
+    http://bugs.debian.org/382505
+
+
  -- Daniel Leidert <daniel.leidert at wgdd.de>, Sat, 20 May 2006 15:37:11 +0200
-

Modified: packages/docbook-xsl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/docbook-xsl/trunk/debian/changelog?rev=936&op=diff
==============================================================================
--- packages/docbook-xsl/trunk/debian/changelog (original)
+++ packages/docbook-xsl/trunk/debian/changelog Thu Oct 25 01:01:55 2007
@@ -1,6 +1,13 @@
 docbook-xsl (1.73.2.dfsg.1-3) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * debian/presubj: Be more precise and try to avoid a misunderstanding, where
+    to report bugs (closes: #445901). Further added a pointer for issues with
+    Debian hacks.
+  * debian/README.Debian: Added a new section to document Debian-only hacks.
+  * debian/patches/02_use_global_papersize_conf.dpatch: Adjusted.
+    - fo/docbook.xsl (root.messages): Outsource the information into
+      README.Debian and just print a pointer (closes: 447958).
 
  -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Thu, 27 Sep 2007 00:27:36 +0200
 

Modified: packages/docbook-xsl/trunk/debian/patches/02_use_global_papersize_conf.dpatch
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/docbook-xsl/trunk/debian/patches/02_use_global_papersize_conf.dpatch?rev=936&op=diff
==============================================================================
--- packages/docbook-xsl/trunk/debian/patches/02_use_global_papersize_conf.dpatch (original)
+++ packages/docbook-xsl/trunk/debian/patches/02_use_global_papersize_conf.dpatch Thu Oct 25 01:01:55 2007
@@ -19,8 +19,8 @@
 
 @DPATCH@
 diff -urNad trunk~/doc/fo/paper.type.html trunk/doc/fo/paper.type.html
---- trunk~/doc/fo/paper.type.html	2007-08-19 15:39:29.000000000 +0200
-+++ trunk/doc/fo/paper.type.html	2007-08-20 04:02:11.000000000 +0200
+--- trunk~/doc/fo/paper.type.html	2007-08-30 15:44:38.000000000 +0200
++++ trunk/doc/fo/paper.type.html	2007-10-25 02:08:44.000000000 +0200
 @@ -17,6 +17,12 @@
  The list of known paper sizes includes USletter and most of the A,
  B, and C sizes. See <a href="../fo/page.width.portrait.html"><em class="parameter"><code>page.width.portrait</code></em></a>, for example.
@@ -36,26 +36,19 @@
  
 diff -urNad trunk~/fo/docbook.xsl trunk/fo/docbook.xsl
 --- trunk~/fo/docbook.xsl	2007-06-29 01:23:31.000000000 +0200
-+++ trunk/fo/docbook.xsl	2007-08-20 04:03:29.000000000 +0200
-@@ -324,6 +324,15 @@
++++ trunk/fo/docbook.xsl	2007-10-25 02:12:53.000000000 +0200
+@@ -324,6 +324,8 @@
      <xsl:value-of select="$page.height"/>
      <xsl:text>)</xsl:text>
    </xsl:message>
 +  <!-- Tell users about solution of bugs #173093 and #382505. -->
-+  <xsl:message>
-+*** IMPORTANT: The value for the paper type may be read from      ***
-+*** IMPORTANT: /etc/papersize accordingly to Debian bug reports   ***
-+*** IMPORTANT: #173093 and #382505. This special patch is NOT     ***
-+*** IMPORTANT: part of the original docbook-xsl package. So don't ***
-+*** IMPORTANT: bug upstream with issues about this (if you        ***
-+*** IMPORTANT: observe one) - instead write to Debian's BTS.      ***
-+  </xsl:message>
++  <xsl:message>Read /usr/share/doc/docbook-xsl/README.Debian section 5(a).</xsl:message>
  </xsl:template>
  
  <!-- ==================================================================== -->
 diff -urNad trunk~/fo/param.xsl trunk/fo/param.xsl
---- trunk~/fo/param.xsl	2007-08-19 15:37:00.000000000 +0200
-+++ trunk/fo/param.xsl	2007-08-20 04:04:58.000000000 +0200
+--- trunk~/fo/param.xsl	2007-08-30 15:43:12.000000000 +0200
++++ trunk/fo/param.xsl	2007-10-25 02:08:44.000000000 +0200
 @@ -1,4 +1,7 @@
  <?xml version="1.0" encoding="ASCII"?>
 +<!DOCTYPE xsl:stylesheet [

Modified: packages/docbook-xsl/trunk/debian/presubj
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/docbook-xsl/trunk/debian/presubj?rev=936&op=diff
==============================================================================
--- packages/docbook-xsl/trunk/debian/presubj (original)
+++ packages/docbook-xsl/trunk/debian/presubj Thu Oct 25 01:01:55 2007
@@ -1,15 +1,20 @@
-******* Please note before sending a bug report to the Debian BTS *******
-*                                                                       *
-* Please submit non packaging issue (e.g. feature requests) and bugs to *
-* upstream's Bug tracker, you can find at                               *
-*                                                                       *
-*   http://sourceforge.net/tracker/?group_id=21935&atid=373747          *
-*                                                                       *
-* In the tracker choose:                                                *
-*                                                                       *
-*   category: "XSL"                                                     *
-*   group:    "output <format>" (probably)                              *
-*   title:    "<format>: ...your title ..."                             *
-*                                                                       *
-* And then just leave a pointer to your report in the Debian BTS.       *
-*************************************************************************
+Please note before sending a bug report to the Debian BTS:
+
+  For issues with Debian hacks (see section 5 of README.Debian) report your
+  problem ONLY to the Debian BTS and NEVER to upstream.
+
+  NOTE FOR BUG REPORTS: If you think, that your bug report is not specifically
+    related to the Debian package, and if you have an sf.net account, you may
+    directly report your problem to the upstream(*) bug tracker at
+  
+      http://sourceforge.net/tracker/?group_id=21935&atid=373747
+
+  NOTE FOR WISHLIST REPORTS: Pleaes note, that every (non-Debian specific)
+    feature request is normally discussed with upstream. So you are well
+    advised to report and discuss such requests via the upstream(*) feature
+    tracker at
+
+      http://sourceforge.net/tracker/?group_id=21935&atid=373750
+
+(*) If you also leave a pointer to your tracker item in the Debian BTS, then
+    your friendly Debian package maintainer will help to solve your problem.




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