tags 652222 + patch tags 652222 + pending thanks Dear maintainer,
I've prepared an NMU for sensors-applet (versioned as 3.0.0-0.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Aimee Mann: She Really Wants You
diff -Nru sensors-applet-3.0.0/debian/changelog sensors-applet-3.0.0/debian/changelog --- sensors-applet-3.0.0/debian/changelog 2011-11-05 18:49:36.000000000 +0100 +++ sensors-applet-3.0.0/debian/changelog 2012-02-14 19:06:20.000000000 +0100 @@ -1,3 +1,14 @@ +sensors-applet (3.0.0-0.2) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS: Could not parse DTD + http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf- + 1.0/scrollkeeper-omf.dtd": add patch to validate XML against local DTD, + build-depend on scrollkeeper for that. + (Closes: #652222) + + -- gregor herrmann <gre...@debian.org> Tue, 14 Feb 2012 19:05:45 +0100 + sensors-applet (3.0.0-0.1) unstable; urgency=low * Non-maintainer upload. diff -Nru sensors-applet-3.0.0/debian/control sensors-applet-3.0.0/debian/control --- sensors-applet-3.0.0/debian/control 2011-11-05 18:49:59.000000000 +0100 +++ sensors-applet-3.0.0/debian/control 2012-02-14 19:04:46.000000000 +0100 @@ -18,6 +18,7 @@ libsensors4-dev, libx11-dev, libtool, + scrollkeeper, xsltproc Standards-Version: 3.7.3 XS-DM-Upload-Allowed: yes diff -Nru sensors-applet-3.0.0/debian/patches/series sensors-applet-3.0.0/debian/patches/series --- sensors-applet-3.0.0/debian/patches/series 2011-11-05 14:57:09.000000000 +0100 +++ sensors-applet-3.0.0/debian/patches/series 2012-02-14 18:51:38.000000000 +0100 @@ -1 +1,2 @@ # Series of quilt patches +xmllint-nonet.patch diff -Nru sensors-applet-3.0.0/debian/patches/xmllint-nonet.patch sensors-applet-3.0.0/debian/patches/xmllint-nonet.patch --- sensors-applet-3.0.0/debian/patches/xmllint-nonet.patch 1970-01-01 01:00:00.000000000 +0100 +++ sensors-applet-3.0.0/debian/patches/xmllint-nonet.patch 2012-02-14 19:04:26.000000000 +0100 @@ -0,0 +1,19 @@ +Description: validate against local DTD +Bug-Debian: http://bugs.debian.org/652222 +Forwarded: no +Author: gregor herrmann <gre...@debian.org> +Last-Update: 2012-02-14 + +--- sensors-applet-3.0.0.orig/help/Makefile.in ++++ sensors-applet-3.0.0/help/Makefile.in +@@ -858,8 +858,8 @@ check-doc-pages: $(_DOC_C_PAGES) $(_DOC_ + + check-doc-omf: $(_DOC_OMF_ALL) + @list='$(_DOC_OMF_ALL)'; for omf in $$list; do \ +- echo "xmllint --noout --xinclude --dtdvalid 'http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd' $$omf"; \ +- xmllint --noout --xinclude --dtdvalid 'http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd' $$omf; \ ++ echo "xmllint --nonet --noout --xinclude --dtdvalid '/usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd' $$omf"; \ ++ xmllint --nonet --noout --xinclude --dtdvalid '/usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd' $$omf; \ + done + + ################################################################################
signature.asc
Description: Digital signature