Package: squid3
Version: 3.0.STABLE1-2
Severity: important
Tags: patch
User: [EMAIL PROTECTED]
Usertags: goal-dash
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu hardy ubuntu-patch
Hi,
squid3's debian/rules uses:
install -m 755 -g root -d debian/squid3/var/{log,spool,run}
This is a bashism which will result in:
% dpkg -L squid3 | grep ,
/var/{log,spool,run}
when built on systems where /bin/sh is dash and not bash; it's a goal
for lenny to support this shell as /bin/sh.
Simply splitting the install in 3 installs will solve it.
Bye,
--
Loïc Minier