[Pkg-gpm-devel] Bug#267478: gpm: creates wrong `append=' line

Mario 'BitKoenig' Holbe "Mario 'BitKoenig' Holbe" <Mario.Holbe@RZ.TU-Ilmenau.DE>, 267478@bugs.debian.org
Sun, 22 Aug 2004 23:00:16 +0200


Package: gpm
Version: 1.19.6-16
Severity: grave

Hello,

the new gpm package generates a wrong escaped config-file:

root@darkside:/etc# diff gpm.conf gpm.conf.dpkg-dist
...
18c18
< append="-l \"a-zA-Z0-9_.:~/\300-\326\330-\366\370-\377\""
---
> append="-l "a-zA-Z0-9_.:~/\300-\326\330-\366\370-\377""

gpm.conf is the one created by 1.19.6-14
gpm.conf.dpkg-dist is the one created by 1.19.6-16


regards,
   Mario
-- 
It is practically impossible to teach good programming style to students
that have had prior exposure to BASIC: as potential programmers they are
mentally mutilated beyond hope of regeneration.  -- Dijkstra