Your message dated Wed, 10 Feb 2010 23:58:21 +0100
with message-id <[email protected]>
and subject line Package removed from Debian unstable
has caused the Debian Bug report #498125,
regarding should work with DocBook more easily
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
498125: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498125
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nxml-mode
Version: 20041004-7
Severity: normal
Tags: patch
A common file extension for DocBook files is '.dbk', which is
not commonly used for any other purpose, at least on Linux. By
adding one line in schemas.xml and changing one in
emacs-startup, this can be supported by nxml-mode easily.
diff -uraN debian.orig/emacsen-startup debian/emacsen-startup
--- debian.orig/emacsen-startup 2008-09-07 12:43:36.000000000 +0200
+++ debian/emacsen-startup 2008-09-07 12:43:55.000000000 +0200
@@ -25,5 +25,5 @@
;; Comment this out if you want to use PSGML or another mode to edit
;; these files.
(setq auto-mode-alist
- (cons '("\\.\\(xml\\|xsl\\|rng\\|xhtml\\)\\'" . nxml-mode)
+ (cons '("\\.\\(xml\\|xsl\\|rng\\|xhtml\\|dbk\\)\\'" . nxml-mode)
auto-mode-alist)))
diff -uraN debian.orig/patches/00list debian/patches/00list
--- debian.orig/patches/00list 2008-09-07 12:43:02.000000000 +0200
+++ debian/patches/00list 2008-09-07 12:56:53.000000000 +0200
@@ -2,3 +2,4 @@
range-striding-over-charsets
startup-bogosity
debian-use-siteflag
+docbook-dbk
diff -uraN debian.orig/patches/docbook-dbk.dpatch debian/patches/docbook-dbk.dpatch
--- debian.orig/patches/docbook-dbk.dpatch 1970-01-01 01:00:00.000000000 +0100
+++ debian/patches/docbook-dbk.dpatch 2008-09-07 12:59:43.000000000 +0200
@@ -0,0 +1,17 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## docbook_dbk_patch.dpatch by W. Martin Borgert <[email protected]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: support ".dbk" as a typical file name extension for DocBook files
+
+...@dpatch@
+--- nxml-mode-20041004.orig/schema/schemas.xml 2003-11-02 16:42:43.000000000 +0100
++++ nxml-mode-20041004/schema/schemas.xml 2008-09-07 12:52:58.000000000 +0000
+@@ -5,6 +5,7 @@
+ <uri pattern="*.html" typeId="XHTML"/>
+ <uri pattern="*.rng" typeId="RELAX NG"/>
+ <uri pattern="*.rdf" typeId="RDF"/>
++ <uri pattern="*.dbk" typeId="DocBook"/>
+
+ <namespace ns="http://www.w3.org/1999/XSL/Transform" typeId="XSLT"/>
+ <namespace ns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" typeId="RDF"/>
--- End Message ---
--- Begin Message ---
Version: 20041004-8+rm
Package removed from Debian unstable: http://bugs.debian.org/567767
--
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
--- End Message ---