=== modified file 'Makefile' --- Makefile 2011-10-09 17:36:01 +0000 +++ Makefile 2011-10-11 19:36:00 +0000 @@ -65,7 +65,9 @@ --param man.authors.section.enabled 0 \ /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl \ $(notdir $<); \ - $(MANPOST) $(notdir $@)) + $(MANPOST) $(notdir $@);\ + LANG=en_US.UTF-8 MANWIDTH=80 man --warnings --encoding=UTF-8 \ + --local-file $(notdir $@) >/dev/null) # DocBook-to-man post-processing to fix a '\n' escape bug MANPOST=$(SED) --in-place --expression='s,\\\\en,\\en,g;s,\\n,\\en,g' === modified file 'debian/control' --- debian/control 2011-10-10 20:29:58 +0000 +++ debian/control 2011-10-11 19:36:00 +0000 @@ -6,7 +6,7 @@ Björn Påhlsson Build-Depends: debhelper (>= 7), docbook-xml, docbook-xsl, libavahi-core-dev, libgpgme11-dev, libgnutls-dev, xsltproc, - pkg-config + pkg-config, man Standards-Version: 3.9.2 Vcs-Bzr: http://ftp.recompile.se/pub/mandos/trunk Vcs-Browser: http://bzr.recompile.se/loggerhead/mandos/trunk/files