Your message dated Sun, 25 Jun 2006 09:17:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#374474: fixed in ratpoison 1.4.0.dfsg-3
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: ratpoison
Version: 1.4.0.dfsg-2
Severity: wishlist
Tags: patch

In the "deconfigure" case, a dependency has been removed, so stop
advertising as an available windowmanager.  "failed-upgrade" is a
reattempt at "upgrade" using the script from the new packages; make it
more intuitive.

--- /var/lib/dpkg/info/ratpoison.prerm  2006-05-21 18:16:40.000000000 -0400
+++ /tmp/ratpoison.prerm        2006-06-18 13:58:37.000000000 -0400
@@ -4,16 +4,14 @@
 set -e
 
 case "$1" in
-    remove)
+    remove|deconfigure)
        update-alternatives --remove x-window-manager /usr/bin/ratpoison
        if [ -d /var/lib/ratpoison/menu ] ; then
                rm /var/lib/ratpoison/menu/*.menu || true
        fi
         ;;
-    upgrade|deconfigure)
+    upgrade|failed-upgrade)
        ;;
-    failed-upgrade)
-        ;;
     *)
         echo "prerm called with unknown argument \`$1'" >&2
         exit 1

Implement dpkg rollbacks for prerm abort-[remove|deconfigure].

--- /var/lib/dpkg/info/ratpoison.postinst       2006-05-21 18:16:40.000000000 
-0400
+++ /tmp/ratpoison.postinst     2006-06-18 13:54:09.000000000 -0400
@@ -4,7 +4,7 @@
 set -e
 
 case "$1" in
-    configure)
+    configure|abort-remove|abort-deconfigure)
 # 20 to start with, 
 # plus 20 as we have menu support configured 
 # (and working if 9menu and menu are installed)
@@ -15,8 +15,8 @@
                x-window-manager.1.gz /usr/share/man/man1/ratpoison.1.gz
     ;;
 
-    abort-upgrade|abort-remove|abort-deconfigure)
-
+    abort-upgrade)
+       # preinst upgrade does nothing; nothing to undo.
     ;;
 
     *)


--- End Message ---
--- Begin Message ---
Source: ratpoison
Source-Version: 1.4.0.dfsg-3

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

ratpoison_1.4.0.dfsg-3.diff.gz
  to pool/main/r/ratpoison/ratpoison_1.4.0.dfsg-3.diff.gz
ratpoison_1.4.0.dfsg-3.dsc
  to pool/main/r/ratpoison/ratpoison_1.4.0.dfsg-3.dsc
ratpoison_1.4.0.dfsg-3_sparc.deb
  to pool/main/r/ratpoison/ratpoison_1.4.0.dfsg-3_sparc.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.
Bernhard R. Link <[EMAIL PROTECTED]> (supplier of updated ratpoison 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: Thu, 22 Jun 2006 15:00:58 +0200
Source: ratpoison
Binary: ratpoison
Architecture: source sparc
Version: 1.4.0.dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Bernhard R. Link <[EMAIL PROTECTED]>
Changed-By: Bernhard R. Link <[EMAIL PROTECTED]>
Description: 
 ratpoison  - keyboard-only window manager
Closes: 368548 369612 374474
Changes: 
 ratpoison (1.4.0.dfsg-3) unstable; urgency=low
 .
   * add info page from current cvs (minus the two commands not in this version)
   * downgrade depedency on 9menu to recommends (Closes: 368548)
     dropping x-w-m priority to 20 because of that
   * remove x-w-m alternative on deconfigure,
     readd on abort-remove and abort-deconfigure  (Closes: 374474)
   * add example to manpage how to use -c (Closes: 369612)
Files: 
 33e537cba388b1212bee52d6ea642464 769 x11 extra ratpoison_1.4.0.dfsg-3.dsc
 77a713d29daee2b92f690d5cbb38d5bf 89222 x11 extra ratpoison_1.4.0.dfsg-3.diff.gz
 c5092e81353fd2a020676c7047b1b323 164706 x11 extra 
ratpoison_1.4.0.dfsg-3_sparc.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQFEnrJFTrAWvKplQe4RAr6yAJ4vrD6qR9YlPTq7FpDdYZ2lCV9TWwCfY+xJ
68I0SQ9iv2KTBTi2B7+7tks=
=IuC6
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to