Your message dated Sun, 17 Apr 2005 23:02:04 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#302620: fixed in fvwm95 2.0.43ba-22
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 1 Apr 2005 22:13:37 +0000
>From [EMAIL PROTECTED] Fri Apr 01 14:13:37 2005
Return-path: <[EMAIL PROTECTED]>
Received: from gluck.debian.org [192.25.206.10] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DHUOX-0003Se-00; Fri, 01 Apr 2005 14:13:37 -0800
Received: from mail.gmx.de (mail.gmx.net) [213.165.64.20] 
        by gluck.debian.org with smtp (Exim 3.35 1 (Debian))
        id 1DHUOW-0007eG-00; Fri, 01 Apr 2005 15:13:36 -0700
Received: (qmail invoked by alias); 01 Apr 2005 22:12:05 -0000
Received: from pD9E61A6C.dip0.t-ipconnect.de (EHLO phobos.homeworld.net) 
[217.230.26.108]
  by mail.gmx.net (mp012) with SMTP; 02 Apr 2005 00:12:05 +0200
X-Authenticated: #4862495
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Sebastian Fontius <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: apt-get remove fvwm95 fails
X-Mailer: reportbug 3.8
Date: Sat, 02 Apr 2005 00:11:27 +0200
X-Y-GMX-Trusted: 0
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.2 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        OUR_MTA_MSGID,REMOVE_REMOVAL_NEAR autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: fvwm95
Version: 2.0.43ba-21
Severity: grave
Tags: patch
Justification: renders package unusable

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

After feeling the urgent need to free some space on my harddrive I
decided to uninstall some lesser used programs.  Unfortunately this
also hit fvwm95.  It did not work.  Here is what happened:


$ LANG=C sudo apt-get remove fvwm95
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be REMOVED:
  fvwm95
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 1489kB disk space will be freed.
Do you want to continue? [Y/n]
(Reading database ... 331403 files and directories currently installed.)
Removing fvwm95 ...
/var/lib/dpkg/info/fvwm95.postrm: line 16: 
menu-method-file=/etc/menu-methods/fvwm95: No such file or directory
dpkg: error processing fvwm95 (--remove):
 subprocess post-removal script returned error exit status 1
Errors were encountered while processing:
 fvwm95
E: Sub-process /usr/bin/dpkg returned an error code (1)


I then looked at /var/lib/dpkg/info/fvwm95.postrm, line 16 and found
the culprit.  To my knowledge `-' is not allowed in bourne shell
variable names.  After changing every appearance of menu-method-file
to menu_method_file fvwm95 removes just fine:


$ LANG=C sudo apt-get remove fvwm95
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be REMOVED:
  fvwm95
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 1489kB disk space will be freed.
Do you want to continue? [Y/n]
(Reading database ... 331403 files and directories currently installed.)
Removing fvwm95 ...


I have included the diff against the latest debian package.


Sebastian Fontius



*** mmf.diff
diff --unified --recursive fvwm95-2.0.43ba.orig/debian/postrm 
fvwm95-2.0.43ba/debian/postrm
- --- fvwm95-2.0.43ba.orig/debian/postrm        2005-04-01 23:10:22.000000000 
+0200
+++ fvwm95-2.0.43ba/debian/postrm       2005-04-01 23:16:52.000000000 +0200
@@ -13,14 +13,14 @@
 # after the removal of the package's files from the system, and as
 # the final step in the removal of this package, after the package's
 # conffiles have been removed.
- -menu-method-file=/etc/menu-methods/fvwm95
+menu_method_file=/etc/menu-methods/fvwm95
 
 case "$1" in
   remove)
     # This package has been removed, but its configuration has not yet
     # been purged.
- -    if [ -f $menu-method-file ] ; then 
- -      chmod a-x $menu-method-file
+    if [ -f $menu_method_file ] ; then 
+      chmod a-x $menu_method_file
       if [ -x /usr/bin/update-menus ]; then update-menus ; fi
     fi
     if [ -x /usr/sbin/register-window-manager ]; then
@@ -37,8 +37,8 @@
     # This is a special case: neither "prerm remove" nor "postrm remove"
     # have been called, because dpkg didn't know that this package would
     # disappear until this stage.
- -    if [ -f $menu-method-file ] ; then 
- -      chmod a-x $menu-method-file
+    if [ -f $menu_method_file ] ; then 
+      chmod a-x $menu_method_file
       if [ -x /usr/bin/update-menus ]; then update-menus ; fi
     fi
     if [ -x /usr/sbin/register-window-manager ]; then


- -- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (700, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.6-phobos
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages fvwm95 depends on:
ii  libc6                    2.3.2.ds1-20    GNU C Library: Shared libraries an
ii  libreadline4             4.3-11          GNU readline and history libraries
ii  libx11-6                 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6                 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxpm4                  4.3.0.dfsg.1-10 X pixmap library
ii  xlibs                    4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu

- -- no debconf information

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

iD8DBQFCTccPv/95EltIOGIRAjzxAKChVULuqq2aKnYxEzqqa2ZuVcU88wCfUIhm
CKepALiNE8BsON1ph2jb+d0=
=3Zkw
-----END PGP SIGNATURE-----

---------------------------------------
Received: (at 302620-close) by bugs.debian.org; 18 Apr 2005 03:12:02 +0000
>From [EMAIL PROTECTED] Sun Apr 17 20:12:02 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DNMg6-00071x-00; Sun, 17 Apr 2005 20:12:02 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DNMWS-0001pz-00; Sun, 17 Apr 2005 23:02:04 -0400
From: Daniel Martin <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#302620: fixed in fvwm95 2.0.43ba-22
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 17 Apr 2005 23:02:04 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: fvwm95
Source-Version: 2.0.43ba-22

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

fvwm95-icons_2.0.43ba-22_all.deb
  to pool/main/f/fvwm95/fvwm95-icons_2.0.43ba-22_all.deb
fvwm95_2.0.43ba-22.diff.gz
  to pool/main/f/fvwm95/fvwm95_2.0.43ba-22.diff.gz
fvwm95_2.0.43ba-22.dsc
  to pool/main/f/fvwm95/fvwm95_2.0.43ba-22.dsc
fvwm95_2.0.43ba-22_i386.deb
  to pool/main/f/fvwm95/fvwm95_2.0.43ba-22_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.
Daniel Martin <[EMAIL PROTECTED]> (supplier of updated fvwm95 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: Sun, 17 Apr 2005 18:10:27 -0400
Source: fvwm95
Binary: fvwm95-icons fvwm95
Architecture: source i386 all
Version: 2.0.43ba-22
Distribution: unstable
Urgency: low
Maintainer: Daniel Martin <[EMAIL PROTECTED]>
Changed-By: Daniel Martin <[EMAIL PROTECTED]>
Description: 
 fvwm95     - Win95 lookalike Window Manager for X
 fvwm95-icons - Win95ish icons for X
Closes: 302620
Changes: 
 fvwm95 (2.0.43ba-22) unstable; urgency=low
 .
   * Fix postrm syntax error (closes: Bug#302620)
Files: 
 a42ac7d3b75a07ca03bc016f4b9f78d0 659 x11 optional fvwm95_2.0.43ba-22.dsc
 f961f60fa6b26d3132648fa52a74f9d0 75448 x11 optional fvwm95_2.0.43ba-22.diff.gz
 435095dc4040cf29337104540d3febd4 157568 x11 optional 
fvwm95-icons_2.0.43ba-22_all.deb
 d309f245a52dde96f18f740e5793c0c8 606942 x11 optional 
fvwm95_2.0.43ba-22_i386.deb

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

iD8DBQFCYx5jxRDwJNGnw0wRAjKUAJ9lMvayWTNY2TGIhovZpOfkQQa6rQCgpoMK
nCfh5Hq3lVpqfwYXDYrHiEY=
=CMOf
-----END PGP SIGNATURE-----


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

Reply via email to