=== modified file 'debian/changelog' --- debian/changelog 2012-01-15 21:07:44 +0000 +++ debian/changelog 2012-02-21 21:20:12 +0000 @@ -1,3 +1,13 @@ +mandos (1.5.3-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "mandos FTBFS on buildds": add build-dependency on locales-all and + pass LC_ALL to dh_auto_build to make sure we have and use the en_US.UTF-8 + locale for manpage creation. + (Closes: #656178) + + -- gregor herrmann Tue, 31 Jan 2012 17:56:05 +0100 + mandos (1.5.3-1) unstable; urgency=low * New upstream release. === modified file 'debian/control' --- debian/control 2011-12-21 17:09:12 +0000 +++ debian/control 2012-02-21 21:20:12 +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, man + pkg-config, man, locales-all Standards-Version: 3.9.2 Vcs-Bzr: http://ftp.recompile.se/pub/mandos/trunk Vcs-Browser: http://bzr.recompile.se/loggerhead/mandos/trunk/files === modified file 'debian/rules' --- debian/rules 2012-01-01 04:02:00 +0000 +++ debian/rules 2012-02-21 21:20:12 +0000 @@ -38,12 +38,12 @@ build-arch: build-arch-stamp build-arch-stamp: configure-stamp - dh_auto_build -- all doc + LC_ALL=en_US.utf8 dh_auto_build -- all doc touch $@ build-indep: build-indep-stamp build-indep-stamp: configure-stamp - dh_auto_build -- doc + LC_ALL=en_US.UTF-8 dh_auto_build -- doc touch $@ clean: