Your message dated Tue, 16 May 2006 23:02:05 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#367529: fixed in libpaper 1.1.17 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: libpaper1 Version: 1.1.16 Severity: important -a in test constructs like [ -e /etc/papersize -a \ is a bashism, but the postrm script has a /bin/sh shebang line. Martin Michlmayr <[EMAIL PROTECTED]> wrote: > --- debian/libpaper1.postrm~ 2006-05-15 10:42:48.000000000 +0000 > +++ debian/libpaper1.postrm 2006-05-15 10:42:51.000000000 +0000 > @@ -5,7 +5,7 @@ > case "$1" in > purge) > if [ -x /usr/bin/ucf ]; then > - if [ -e /etc/papersize -a > + if [ -e /etc/papersize -a \ > "`md5sum /etc/papersize`" = "`awk '/\/etc\/papersize$/ {print}' > </var/lib/ucf/hashfile`" ]; then > rm -f /etc/papersize > fi However, I question the logic in the purge case. Shouldn't configuration files be removed on purge in any case, even if they have been changed? After all, the purpose of the "removed" state is to keep configuration files with local changes, and purging is for getting rid of everything. And even if you insist on chcking the md5sum: In case ucf has been removed before this postrm script is run, the file should still be removed! So I think the whole thing should rather simply be: if [ -x /usr/bin/ucf ]; then ucf --purge /etc/papersize fi rm -f /etc/papersize By the way, please don't close this bug with "applied patch by Frank Küster". There's no useful information in such an entry. Rather say "fixed bashism and logic error in postrm script" or something like that. Regards, Frank -- Frank Küster Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich Debian Developer (teTeX)
--- End Message ---
--- Begin Message ---Source: libpaper Source-Version: 1.1.17 We believe that the bug you reported is fixed in the latest version of libpaper, which is due to be installed in the Debian FTP archive: libpaper-dev_1.1.17_powerpc.deb to pool/main/libp/libpaper/libpaper-dev_1.1.17_powerpc.deb libpaper-utils_1.1.17_powerpc.deb to pool/main/libp/libpaper/libpaper-utils_1.1.17_powerpc.deb libpaper1_1.1.17_powerpc.deb to pool/main/libp/libpaper/libpaper1_1.1.17_powerpc.deb libpaper_1.1.17.dsc to pool/main/libp/libpaper/libpaper_1.1.17.dsc libpaper_1.1.17.tar.gz to pool/main/libp/libpaper/libpaper_1.1.17.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Giuseppe Sacco <[EMAIL PROTECTED]> (supplier of updated libpaper package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 17 May 2006 07:41:49 +0200 Source: libpaper Binary: libpaper-dev libpaper1 libpaper-utils Architecture: source powerpc Version: 1.1.17 Distribution: unstable Urgency: low Maintainer: Giuseppe Sacco <[EMAIL PROTECTED]> Changed-By: Giuseppe Sacco <[EMAIL PROTECTED]> Description: libpaper-dev - Library for handling paper characteristics (development files) libpaper-utils - Library for handling paper characteristics (utilities) libpaper1 - Library for handling paper characteristics Closes: 367529 367567 367589 Changes: libpaper (1.1.17) unstable; urgency=low . * now postrm deletes conffiles during purge (Closes: #367529) * simplified the way to get informations from current locale (Closes: #367567) * use CURDIR instead of PWD in debian/rules to make it work on autobuilders with sudo (Closes: #367589) Files: f942d2ef74027618f6e5ca87ece24738 568 libs optional libpaper_1.1.17.dsc de14702ff39b0c57336605913718daa2 327104 libs optional libpaper_1.1.17.tar.gz 0a6f11f6070d546d2bf32bec585ae6f5 21410 libs optional libpaper1_1.1.17_powerpc.deb 3dc3c1fe096b2edb7d77241f2237adb9 18868 utils optional libpaper-utils_1.1.17_powerpc.deb d62825c91b60e0e6c395a0675d0f2d33 17112 libdevel optional libpaper-dev_1.1.17_powerpc.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFEark4IgfFlOyXCJ0RAnmSAKCV43pzdmEafyuA5SMi1PXLPaujIwCfVU5e uhx7rtgwAqtlGJOaFBs7a6U= =81aa -----END PGP SIGNATURE-----
--- End Message ---

