Package: debhelper
Version: 5.0.34
Severity: normal

Hi,

If I use
  dh_installman --language=fr at.allow.5
then at.5 instead of at.allow.5 will be installed.

Removing line 158 of dh_installman 5.0.34 fixes the problem
[ ($instname)=$basename=~m/(.*?)\./; ]

Then, if I want to install the italian version of how.to.do.it.1
manpage, I can only do:
  dh_installman how.to.do.it.it.1
or
  dh_installman --language=it how.to.do.it.1

However, this may break current packages using
  dh_installman --language=fr foo.fr.1
as fr/foo.fr.1 will be installed instead of fr/foo.1, but I don't know
if this situation exists.

Cheers,

-- 
Thomas Huriaux

Attachment: signature.asc
Description: Digital signature

Reply via email to