[xml/sgml-commit] r2039 - in /packages/docbook-utils/trunk/debian: changelog patches/bug_212088.patch
malat at users.alioth.debian.org
malat at users.alioth.debian.org
Wed Sep 12 09:49:06 UTC 2012
Author: malat
Date: Wed Sep 12 09:49:05 2012
New Revision: 2039
URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=2039
Log:
Fix for #685766
Modified:
packages/docbook-utils/trunk/debian/changelog
packages/docbook-utils/trunk/debian/patches/bug_212088.patch
Modified: packages/docbook-utils/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/docbook-utils/trunk/debian/changelog?rev=2039&op=diff
==============================================================================
--- packages/docbook-utils/trunk/debian/changelog (original)
+++ packages/docbook-utils/trunk/debian/changelog Wed Sep 12 09:49:05 2012
@@ -1,3 +1,10 @@
+docbook-utils (0.6.14-3) unstable; urgency=medium
+
+ * Redo patch for 212088, it breaks on some system. Closes: #685766
+ edited in place: debian/patches/bug_212088.patch
+
+ -- Mathieu Malaterre <malat at debian.org> Wed, 12 Sep 2012 11:47:57 +0200
+
docbook-utils (0.6.14-2) unstable; urgency=low
* Bump Std-Vers to 3.9.3, no changes needed
Modified: packages/docbook-utils/trunk/debian/patches/bug_212088.patch
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/docbook-utils/trunk/debian/patches/bug_212088.patch?rev=2039&op=diff
==============================================================================
--- packages/docbook-utils/trunk/debian/patches/bug_212088.patch (original)
+++ packages/docbook-utils/trunk/debian/patches/bug_212088.patch Wed Sep 12 09:49:05 2012
@@ -36,7 +36,7 @@
# First try the one with a version matching the version that is indicated in the document
centralized-catalog)
- if [ -n "$SGML_NORM" ]; then
-+ if [ -n "$SGML_NORM" ] && [ "$SGML_XML" == "sgml" ]; then
++ if [ -n "$SGML_NORM" ] && [ "$SGML_XML" = "sgml" ]; then
SGML_NORM_OPTS='-d'
else
SGML_NORM=cat
More information about the debian-xml-sgml-commit
mailing list