Your message dated Sat, 03 Dec 2005 15:17:08 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#338559: fixed in vm 7.19-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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 11 Nov 2005 01:04:20 +0000
>From [EMAIL PROTECTED] Thu Nov 10 17:04:20 2005
Return-path: <[EMAIL PROTECTED]>
Received: from smtp2.globetrotter.net ([142.169.1.152])
by spohr.debian.org with esmtp (Exim 4.50)
id 1EaNL2-0000T3-BJ
for [EMAIL PROTECTED]; Thu, 10 Nov 2005 17:04:20 -0800
Received: from (192.168.250.24) by avas7.globetrotter.net via smtp
id 2320_154d6484_524f_11da_8357_0002b3e6f1b0;
Thu, 10 Nov 2005 20:04:18 -0500
Received: from mixed.dyndns.org
(c207.134.176-253.clta.globetrotter.net [207.134.176.253])
by smtp2.globetrotter.net (iPlanet Messaging Server 5.2)
with ESMTP id <0IPR00545MYA7S@"TELUS Quebec"> for [EMAIL PROTECTED]; Thu,
10 Nov 2005 20:03:46 -0500 (EST)
Received: from (207.134.176.253) by avas7.globetrotter.net via smtp id
231d_02e966c6_524f_11da_876e_0002b3e6f1b0; Thu, 10 Nov 2005 20:03:46 -0500
Received: by mixed.dyndns.org (Postfix, from userid 1000) id 5328181BE;
Thu,
10 Nov 2005 20:03:46 -0500 (EST)
Received: from mixed (localhost [127.0.0.1]) by mixed.dyndns.org (Postfix)
with ESMTP id 4EAB3167583 for <[EMAIL PROTECTED]>; Thu,
10 Nov 2005 20:03:46 -0500 (EST)
Date: Thu, 10 Nov 2005 20:03:46 -0500
From: Peter S Galbraith <[EMAIL PROTECTED]>
Subject: vm: Skip byte-compilation when already done
Sender: [EMAIL PROTECTED]
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Message-id: <[EMAIL PROTECTED]>
Organization: Debian GNU/Linux - www.debian.org
X-Mailer: MH-E 7.85; nmh 1.1; GNU Emacs 22.0.50.1
Content-transfer-encoding: 7BIT
X-Debbugs-CC: Peter S Galbraith <[EMAIL PROTECTED]>
X-Image-URL: http://people.debian.org/~psg/face.png
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-Level:
X-Spam-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02
Package: vm
Version: 7.19-7
Severity: wishlist
Since vm-bonus-el depends on vm, installing both makes vm byte-compile
its files twice:
Setting up vm (7.19-7) ...
install/vm: Ignoring emacsen flavor emacs.
install/vm: Byte-compiling for emacs-snapshot... done.
install/vm: Byte-compiling for emacs20... done.
install/vm: Byte-compiling for emacs21... done.
install/vm: Byte-compiling for xemacs21... done.
Setting up vm-bonus-el (26.3-1) ...
install/vm: Ignoring emacsen flavor emacs.
install/vm: Byte-compiling for emacs-snapshot... done.
install/vm: Byte-compiling for emacs20... done.
install/vm: Byte-compiling for emacs21... done.
install/vm: Byte-compiling for xemacs21... done.
[...]
Perhaps it could check if already done if skip it if that is the case?
I use a snipnet like below in the emacs-install file, where ${STAMPFILE}
is the last .elc file that gets byte-compiled:
ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE}
if test -e "${ELCDIR}/${STAMPFILE}"; then
echo "${PACKAGE} files already compiled in ${ELCDIR}."
rm -f ${LOG}
exit
fi
Thanks,
--
Peter S. Galbraith, Debian Developer <[EMAIL PROTECTED]>
http://people.debian.org/~psg
GPG key 1024/D2A913A1 - 97CE 866F F579 96EE 6E68 8170 35FF 799E
---------------------------------------
Received: (at 338559-close) by bugs.debian.org; 3 Dec 2005 23:21:26 +0000
>From [EMAIL PROTECTED] Sat Dec 03 15:21:26 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1Eigcu-0004Cy-Vi; Sat, 03 Dec 2005 15:17:08 -0800
From: Manoj Srivastava <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.60 $
Subject: Bug#338559: fixed in vm 7.19-8
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 03 Dec 2005 15:17:08 -0800
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-Level:
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-CrossAssassin-Score: 2
Source: vm
Source-Version: 7.19-8
We believe that the bug you reported is fixed in the latest version of
vm, which is due to be installed in the Debian FTP archive:
vm_7.19-8.diff.gz
to pool/main/v/vm/vm_7.19-8.diff.gz
vm_7.19-8.dsc
to pool/main/v/vm/vm_7.19-8.dsc
vm_7.19-8_all.deb
to pool/main/v/vm/vm_7.19-8_all.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.
Manoj Srivastava <[EMAIL PROTECTED]> (supplier of updated vm 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: Sat, 3 Dec 2005 16:44:16 -0600
Source: vm
Binary: mime-codecs vm
Architecture: source all
Version: 7.19-8
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava <[EMAIL PROTECTED]>
Changed-By: Manoj Srivastava <[EMAIL PROTECTED]>
Description:
vm - A mail user agent for Emacs.
Closes: 329683 338559
Changes:
vm (7.19-8) unstable; urgency=low
.
* Don't build mime-codecs any longer, due to several grave issues with
the code. Instead, document how people may use the perl one liners in
VM, thanks to Daniel Kahn Gillmor.
* Bug fix: "mime-codecs should be dropped", thanks to Manoj Srivastava
done. (Closes: #329683).
* Bug fix: "mime-codecs: base64-decode fails to properly decode many
valid base64-encoded files", thanks to Daniel Kahn Gillmor. Instead of
trying out the patch provided (thanks for that, it was appreciated), I
decided to instead drop the mime-codecs package entirely, since the
perl one liners can easily replace them -- and these modules are
already in perl, an essential package. (fixes: #338115).
* Bug fix: "mime-codecs: please support [file name] and [-o
outputfile]", thanks to Martin Michlmayr. We no longer ship
mime-codecs. (fixes: #213443).
* Bug fix: "vm: Skip byte-compilation when already done", thanks to
Peter S Galbraith (Closes: #338559).
Files:
606b1818d39eda56c7f5010c522aa35e 628 mail optional vm_7.19-8.dsc
d97bc9b24ed4e943dbc63762cd4b43f0 109849 mail optional vm_7.19-8.diff.gz
9be52c72a3a01e705a14dd21b0206069 576758 mail optional vm_7.19-8_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDkiWGIbrau78kQkwRAhjcAKDDMd2lwaCBqTusJ/HwMuguud+rYgCgnMNb
f8MmtPtPv0eEDcmJuuDZVEw=
=ccBF
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]