Package: devscripts
Version: 2.10.25
Severity: normal
Tags: patch

While backporting devscripts 2.10.25 onto Etch to get a working debsign
again, I ran into the following:

  make[2]: Entering directory `/home/niko/tmp/devscripts-2.10.25/po4a'
  po4a --no-backups devscripts-po4a.conf
  Discard fr/bts.fr.pl (197 of 275 strings; only 71.63% translated; need 80%).
  Discard fr/build-rdeps.fr.pl (15 of 23 strings; only 65.21% translated; need 
80%).
  Discard fr/chdist.fr.pl (12 of 34 strings; only 35.29% translated; need 80%).
  Discard fr/checkbashisms.fr.1 (26 of 33 strings; only 78.78% translated; need 
80%).
  Discard fr/dcmd.fr.1 (8 of 18 strings; only 44.44% translated; need 80%).
  Discard fr/debchange.fr.1 (102 of 130 strings; only 78.46% translated; need 
80%).
  Discard fr/debcheckout.fr.pl (12 of 28 strings; only 42.85% translated; need 
80%).
  Discard fr/debcommit.fr.pl (28 of 56 strings; only 50% translated; need 80%).
  Discard fr/deb-reversion.fr.dbk (59 of 82 strings; only 71.95% translated; 
need 80%).
  Discard fr/desktop2menu.fr.pl (5 of 12 strings; only 41.66% translated; need 
80%).
  Discard fr/dget.fr.pl (25 of 49 strings; only 51.02% translated; need 80%).
  Discard fr/diff2patches.fr.1 (4 of 21 strings; only 19.04% translated; need 
80%).
  po4a: Couldn't determine the input document's charset. Please specify it on 
the command line. (non-ascii 
        char at ../scripts/licensecheck.pl:277)
  make[2]: *** [all] Error 9
  make[2]: Leaving directory `/home/niko/tmp/devscripts-2.10.25/po4a'
  make[1]: *** [translated_manpages] Error 2
  make[1]: Leaving directory `/home/niko/tmp/devscripts-2.10.25'
  make: *** [build-stamp-arch] Error 2
  
The problem is the utf8 copyright sign in the regexp in
scripts/licensecheck.pl:277.  Apparently newer versions of po4a are
better (or just less strict) at determining the script charset; this is
with 0.29-1etch1.

Please update the version of the po4a build-depency or (preferrably)
fix this otherwise.

I suggest using either \N{COPYRIGHT SIGN} or \x{00a9} instead. Note that
the former needs 'use charnames ":full"' to work. 

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]




-- 
To unsubscribe, send mail to [EMAIL PROTECTED]

Reply via email to