Your message dated Mon, 21 Apr 2008 19:02:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#476251: fixed in devscripts 2.10.26 has caused the Debian Bug report #476251, regarding [licensecheck] Literal copyright symbol causes FTFBS with etch's po4a to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 476251: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476251 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---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]
--- End Message ---
--- Begin Message ---Source: devscripts Source-Version: 2.10.26 We believe that the bug you reported is fixed in the latest version of devscripts, which is due to be installed in the Debian FTP archive: devscripts_2.10.26.dsc to pool/main/d/devscripts/devscripts_2.10.26.dsc devscripts_2.10.26.tar.gz to pool/main/d/devscripts/devscripts_2.10.26.tar.gz devscripts_2.10.26_amd64.deb to pool/main/d/devscripts/devscripts_2.10.26_amd64.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Adam D. Barratt <[EMAIL PROTECTED]> (supplier of updated devscripts package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 21 Apr 2008 19:45:34 +0100 Source: devscripts Binary: devscripts Architecture: source amd64 Version: 2.10.26 Distribution: unstable Urgency: low Maintainer: Devscripts Devel Team <[EMAIL PROTECTED]> Changed-By: Adam D. Barratt <[EMAIL PROTECTED]> Description: devscripts - scripts to make the life of a Debian Package maintainer easier Closes: 472922 475337 475578 475750 475828 475896 475957 476100 476240 476251 476264 476985 Changes: devscripts (2.10.26) unstable; urgency=low . [ Adam D. Barratt ] * bts: Update documentation for "forwarded" to indicate that it may also be used with a URL (for instance, for an upstream bug tracker) (Closes: #475896) * checkbashisms: + Add experimental makefile support (only enabled if -f is used) + Modify the "2>&foo" check to allow a valid file descriptor followed by a backslash (for line continuations) + Check the initial lines of shell script wrappers. Based on a patch from Raphael Geissert + Fix a couple of the quoted block detection checks so as not to trigger on escaped quotes and correctly count quotes within lines containing '' or "" + Only rebuild the lists of expressions to search for when required, rather than for each line of each file + Disable "makefile mode" after checking a makefile if the next file to check isn't a makefile + Several enhancements to heredoc detection: - Heredoc delimiters may contain "non word" characters if the delimiter is quoted. As a side-effect, delimiters which match one of the bashism expressions may now be flagged due to the order in which checks are performed. - SUS specifies that a heredoc ends on a line consisting solely of a delimiter, so we enforce that and also don't check such lines. - Delimiters may now contain regular expression meta-characters. + Match shell script wrappers that don't pass on parameters when execing (for example for scripts which take all input from STDIN) + Add a check for process substitution (using "foo <(bar)") * debchange: + Allow a changelog with no entries to be created. (Note that such a changelog will cause a warning from dpkg-parsehchangelog the next time debchange is used with it) (Closes: #475578) + Correctly handle control files containing comments when checking for NMUs (Closes: #475750) + Fix a side-effect of the automagic NMU detection functionality which could lead to a spurious stanza being added to the end of the changelog + Skip automatic NMU detection if -a or -r was passed on the command line or if libparse-debcontrol-perl is not installed + Add {oldstable-,testing-,}proposed-updates to the list of supported distributions (Closes: #476264) + Add oldstable to the list of supported distributions, as updates to oldstable have been possible for some time + Allow automatic NMU detection to be disabled from the command line (Closes: #476985) * debcommit: Modify the "strip message" functionality so that: + Changelog lines beginning with any of *, + or - are considered to indicate a "change" for the purposes of deciding whether to strip the message + When trimming leading whitespace on continuation lines, only spaces and tabs are considered rather than line breaks (Closes: #475337) * debdiff: + Make the diffstat header for comparisons between two Debian revisions the same as that between two upstream versions + Normalise directory names in all file headers within a diff, not just the first * debian/control: + Suggest instead of Recommending gnuplot and cvs-buildpackage + Suggest svn-buildpackage (Closes: #476240) + Drop libparse-debcontrol-perl build-dependency now that debchange no longer fails in the absence of the package * debuild: + Run dpkg-buildpackage directly where possible, rather than emulating it. Emulation will still be used if any of the clean, dpkg-source, build, binary, dpkg-genchanges or final-clean hooks are defined, as dpkg does not currently support them. (Closes: #476100) + Make it clearer that a particular invocation is using the emulated dpkg-buildpackage, and why. + Automatically preserve the (C, CPP, CXX, LD and F)FLAGS variables and the corresponding *FLAGS_APPEND variables + Add *FLAGS and *FLAGS_APPEND support to the emulated dpkg-buildpackage + When running dpkg-buildpackage directly, pass through unrecognised options (with a warning) rather than aborting the build ourselves * diff2patches: Update to new upstream version. * dscverify: + Update for the .changes and .dsc format introduced with dpkg 1.14.17: - Handle Checksums-Sha(1|256) - Reject .changes files with unsupported Formats and any file with unsupported Checksums fields * licensecheck: Replace a literal copyright symbol with a hex escape so that the package builds using etch's po4a (Closes: #476251) * mergechanges: + Update for the new .changes format introduced with dpkg 1.14.17: - Handle Checksums-Sha(1|256) (Closes: #475957) - Only allow .changes files with the same Format to be merged - Reject .changes files with unsupported Formats or Checksums fields * rmadison: Allow custom shorthand URLs to be defined (Closes: #472922) * uscan: Allow a particular upstream release to be downloaded rather than the most recent (assuming it is in the list retrieved by the watch file) (Closes: #475828) . [ Christoph Berg ] * dcmd: If no command is given, print filenames line-by-line. Files: 8668d939f4e86e73d11636e91c372c49 1184 devel optional devscripts_2.10.26.dsc 343afd1648a408058dbe9897e98fbc99 554176 devel optional devscripts_2.10.26.tar.gz 0e5c32986c01746dc06283c9fe41fa18 474692 devel optional devscripts_2.10.26_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFIDON0okcE1TReOoURAvWDAJ0XhtcBbHGCeY/vVOq1LGykjqrG0gCgliDc 2207d+3tDN92rhbOJnOKphE= =TeIN -----END PGP SIGNATURE-----
--- End Message ---

