Your message dated Sun, 26 Oct 2014 18:48:55 +0000
with message-id <[email protected]>
and subject line Bug#753885: Removed package(s) from 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: 23.4+1-4.1+rm
Dear submitter,
as the package emacs23 has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/753885
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---