Bug#441997: Zipgrep exit has wrong exit code

2007-09-12 Thread Niklas Klein
Package: unzip Version: 5.51-10 The problem is, that the zipgrep script uses a pipe: unzip -p-L "$zipfile" "$i" | egrep $opt "$pat" | sed "s|^|${i}:|" and than save the exit code with r=$?, which is the exit code of sed not of egrep. I had to replace r=$? with r=${PIPESTATUS[1]}, now it works fo

Bug#442109: postrm script purge should rm /etc/gallery/config.php and /etc/gallery/htaccess

2007-09-13 Thread Niklas Klein
Package: gallery Version: 1.5.7-1 The files /etc/gallery/config.php and /etc/gallery/htaccess are created by the package (from the configure.sh script), therefor these file should be rm when calling aptitute purge. See https://launchpad.net/bugs/32521 originally reported by Oscar. -- To UNSUB

Bug#442999: Minor error in README example

2007-09-18 Thread Niklas Klein
Package: pam-dotfile Version: 0.7-1 The example in `/usr/share/doc/libpam-dotfile/README.gz` doesn't work because by default `dovecot`'s PAM service name is now `dovecot` (not `imap`). The README should either be changed to show how `dovecot`'s service name can be changed, or just use `dovecot` a

Bug#374533: Patch

2007-09-18 Thread Niklas Klein
Patch attached pam-dotfile_0.7-2.debdiff Description: Binary data

Bug#442109: Patch

2007-09-18 Thread Niklas Klein
Attache patch adds remove line to postrm. gallery_1.5.7-2.debdiff Description: Binary data