Hi,

I just uploaded the proposed fix to DELAYED/10.
A debdiff is attached.

Kind regards

        Andreas.

-- 
http://fam-tille.de
diff -Nru harden-doc-3.15.1/debian/changelog 
harden-doc-3.15.1+nmu1/debian/changelog
--- harden-doc-3.15.1/debian/changelog  2012-08-23 17:04:45.000000000 +0200
+++ harden-doc-3.15.1+nmu1/debian/changelog     2012-12-09 18:56:53.000000000 
+0100
@@ -1,3 +1,12 @@
+harden-doc (3.15.1+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Ensure same encoding to prevent LaTeX errors.
+    Thanks for the patch to Felix Gatzemeier <[email protected]>
+    Closes: #694841
+
+ -- Andreas Tille <[email protected]>  Sun, 09 Dec 2012 18:55:41 +0100
+
 harden-doc (3.15.1) unstable; urgency=low
 
   * Team upload.
diff -Nru harden-doc-3.15.1/howto-source/Makefile 
harden-doc-3.15.1+nmu1/howto-source/Makefile
--- harden-doc-3.15.1/howto-source/Makefile     2012-04-07 23:44:32.000000000 
+0200
+++ harden-doc-3.15.1+nmu1/howto-source/Makefile        2012-12-09 
18:54:47.000000000 +0100
@@ -69,7 +69,7 @@
 $(MANUAL).%.html.stamp $(MANUAL).%.txt $(MANUAL).%.ps $(MANUAL).%.pdf: \
   locale=$(subst pt-br,pt_BR,\
          $(subst zh-cn,zh_CN,\
-        $(subst fr,fr.UTF-8,\
+        $(subst fr,fr_FR.ISO8859-1,\
         $*)))
 
 ### Full guide
@@ -127,9 +127,9 @@
                $< > $(MANUAL).$*.sgml
 
 # Create starting SGML for each language handled with po4a
-
-$(SGMLPOSRCS): $(MANUAL).%.sgml: $(MANUAL).en.sgml $(MANUAL).en.ent 
po4a/po/%.po
-       po4a po4a/po4a.cfg
+POACONFIG := po4a/po4a.cfg
+$(SGMLPOSRCS): $(MANUAL).%.sgml: $(MANUAL).en.sgml $(MANUAL).en.ent 
po4a/po/%.po $(POACONFIG)
+       po4a $(POACONFIG)
 
 # HTML
 $(MANUAL).%.html.stamp: $(MANUAL).%.sgml $(MANUAL).%.ent $(SGMLSRCS)
diff -Nru harden-doc-3.15.1/howto-source/po4a/po4a.cfg 
harden-doc-3.15.1+nmu1/howto-source/po4a/po4a.cfg
--- harden-doc-3.15.1/howto-source/po4a/po4a.cfg        2012-04-07 
23:44:32.000000000 +0200
+++ harden-doc-3.15.1+nmu1/howto-source/po4a/po4a.cfg   2012-12-09 
18:54:47.000000000 +0100
@@ -3,5 +3,5 @@
 [type: sgml]   securing-debian-howto.en.sgml \
                $lang:securing-debian-howto.$lang.sgml \
                add_$lang:?po4a/$lang.add \
-               opt:"-M ISO-8859-1"
+               opt:"-M ISO-8859-1 -L ISO-8859-1"
 

Reply via email to