Package: sqlrelay
Severity: normal

Hi,

sqlrelay calls adduser in preinst. It might be possible that adduser
is not yet unpacked when sqlrelay's preinst is executed. In these
case, your preinst is bound to fail.

One possible workaround would be a pre-depends on adduser, but that's
bad style.

Since adduser is already useable when it's just unpacked but not yet
configured, creating your user in postinst would be fine with a normal
depends on adduser. Most packages I know can get by with this.

Please adapt your maintainer scripts.

This bug might be RC, I'm just too lazy to read up in policy.

Greetings
Marc

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.4-zgsrv
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to