Bug#901381: FTBFS: depend on debhelper >= 9.20160114 for --dbgsym-migration

2018-06-12 Thread pmoulder
Source: cairo Version: 1.14.8-1 Severity: normal Dear Maintainer, Building cairo_1.14.8-1 failed for me, giving Unknown option: dbgsym-migration dh_strip: unknown option; aborting on stderr (presumably from the line in debian/rules). I upgraded debhelper to version 10.2.5, and then the cai

Bug#858875: dict-gcide: 0.48.3 misbuild: missing all words that begin with [ao]

2017-03-27 Thread pmoulder
Package: dict-gcide Version: 0.48.3 Severity: important 0.48.3 has no definitions for any word beginning with either A or O. (I haven't done a diff between /usr/share/dictd/gcide.dict.dz of the two versions to check for any other differences.) pjrm.

Bug#655201: hyphen-fr: hyph_fr.dic marked as ISO8859-1, should be ISO8859-15

2012-01-09 Thread pmoulder
Package: hyphen-fr Version: 1:3.3.0-3 Severity: normal The file /usr/share/hyphen/hyph_fr.dic is apparently intended to be interpreted as ISO8859-15, but is currently marked as being encoded in ISO8859-1. In particular, the file contains several occurrences of byte 0xbd, evidently intended to be

Bug#521161: skencil: lenght typo

2009-03-25 Thread pmoulder
Package: skencil Version: 0.6.17-16 Severity: normal Surprisingly, some msgstr's in po files actually contain python code that gets executed. In fr.po, s/lenght/length/g. Thanks, pjrm. -- System Information: Debian Release: 5.0 APT prefers stable APT policy: (500, 'stable') Architecture:

Bug#510490: sun-java6-doc: Invalid Enhances value with vbar

2009-01-02 Thread pmoulder
Package: sun-java6-doc Version: 6-07-4 Severity: normal [This bug applies equally to sun-java5-doc, though I'm filing only one bug report, to save administration time given that the two packages have the same maintainer.] sun-java6-doc v6-07-4 declares that it Enhances: sun-java6-jdk | java

Bug#503758: gcompris: newer version available

2008-10-27 Thread pmoulder
Package: gcompris Version: 8.4.4-1.1 Severity: wishlist 8.4.7 is available at http://sourceforge.net/project/showfiles.php?group_id=6865 (I don't yet know how it differs, except that I note that the source tar.gz is about 13MB (or 15%) larger than the .orig.tar.gz currently in Debian.) pjrm.

Bug#497665: invoke-rc.d: no-op test for failure to determine runlevel

2008-09-03 Thread pmoulder
Package: sysv-rc Version: 2.86.ds1-61 Severity: minor The following two lines: RL=`${RUNLEVEL} | sed 's/.*\ //'` if test ! $? ; then have two problems: - In Bourne shell, the return value of a pipeline is determined solely by the last command, here sed, which will pretty much always