Your message dated Wed, 19 Apr 2006 14:32:53 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#287008: fixed in libapache-mod-text2html 1.0-8
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: upgrade-system
Version: 0.8.3
Severity: important


using "xargs" in "dpkg --purge" invokation makes the script loop forever
when a package to be removed needs to prompt the user for an action.

Replacing "xargs" with a for loop should resolve the bug

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (1100, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-albert
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages upgrade-system depends on:
ii  apt                           0.5.27     Advanced front-end for dpkg
ii  deborphan                     1.7.14     Find orphaned libraries

-- no debconf information
--- /usr/sbin/upgrade-system    2004-10-15 10:34:12.000000000 +0200
+++ /usr/sbin/upgrade-system-albert     2004-12-23 16:58:10.000000000 +0100
@@ -51,7 +51,7 @@
                # save the orphan list for later use
                ORPHANS=$( deborphan $ORPHANOPTS )
 
-               case $ORPHANS in
+               case "$ORPHANS" in
                        "")
                                echo "No orphan file to be purged."
                                break
@@ -59,7 +59,10 @@
 
                        *)
                                echo "Purging orphan files..."
-                               echo $ORPHANS | xargs dpkg --purge
+                               for o in "$ORPHANS" 
+                               do
+                                       dpkg --purge $o
+                               done
                                ;;
                esac
        done

--- End Message ---
--- Begin Message ---
Source: libapache-mod-text2html
Source-Version: 1.0-8

We believe that the bug you reported is fixed in the latest version of
libapache-mod-text2html, which is due to be installed in the Debian FTP archive:

libapache-mod-text2html_1.0-8.diff.gz
  to 
pool/main/liba/libapache-mod-text2html/libapache-mod-text2html_1.0-8.diff.gz
libapache-mod-text2html_1.0-8.dsc
  to pool/main/liba/libapache-mod-text2html/libapache-mod-text2html_1.0-8.dsc
libapache-mod-text2html_1.0-8_i386.deb
  to 
pool/main/liba/libapache-mod-text2html/libapache-mod-text2html_1.0-8_i386.deb



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.
Paweł Więcek <[EMAIL PROTECTED]> (supplier of updated libapache-mod-text2html 
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, 19 Apr 2006 22:32:25 +0200
Source: libapache-mod-text2html
Binary: libapache-mod-text2html
Architecture: source i386
Version: 1.0-8
Distribution: unstable
Urgency: low
Maintainer: Paweł Więcek <[EMAIL PROTECTED]>
Changed-By: Paweł Więcek <[EMAIL PROTECTED]>
Description: 
 libapache-mod-text2html - Better handler for text/plain
Closes: 244803 260046 287008 355309 359124
Changes: 
 libapache-mod-text2html (1.0-8) unstable; urgency=low
 .
   * "Easter bunny" release
   * Completely rewritten maintainer scripts to do the right thing
     (closes: #287008)
   * Updated dependencies (closes: #359124, #260046, #244803, #355309)
   * Updated standards version (no related changes)
Files: 
 f75fd3917db383defd50013979dbec09 642 web optional 
libapache-mod-text2html_1.0-8.dsc
 45511f0dbd64b1e87200b73190af956a 5222 web optional 
libapache-mod-text2html_1.0-8.diff.gz
 81aede843d85f4fa3a5fddd34a2e6c6d 8680 web optional 
libapache-mod-text2html_1.0-8_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFERp8oBOdjEO/Bh3ARAk/JAJ9xbzOeUu579oy6HOVoz5G4nzt8OQCfe4Lo
xjOQZ885BWN2e7DI4jSOLrI=
=3X0S
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to