Your message dated Thu, 01 Nov 2012 11:10:50 +0100 with message-id <50924AAA.7030708@thykier.net> and subject line Re: Bug#691971: unblock: mh-e/8.3-1.1 has caused the Debian Bug report #691971, regarding unblock: mh-e/8.3-1.1 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 this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 691971: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691971 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: mh-e/8.3-1.1
- From: Sébastien Villemot <sebastien@debian.org>
- Date: Wed, 31 Oct 2012 20:51:42 +0100
- Message-id: <87ehkea08h.fsf@brouzouf.villemot.name>
Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock X-Debbugs-CC: mh-e@packages.debian.org Please unblock package mh-e. The version in sid fixes RC bug #689806. The debdiff is attached. unblock mh-e/8.3-1.1 Thanks,diff -Nru mh-e-8.3/debian/changelog mh-e-8.3/debian/changelog --- mh-e-8.3/debian/changelog 2011-11-11 17:10:10.000000000 +0100 +++ mh-e-8.3/debian/changelog 2012-10-21 16:15:05.000000000 +0200 @@ -1,3 +1,13 @@ +mh-e (8.3-1.1) unstable; urgency=low + + * Non-maintainer upload. + * No longer create /root/.gnupg during installation of the package. This + is achieved by binding epg-gpg-home-directory to a temporary directory + during bytecode compilation (implementation in + debian/emacsen-install). (Closes: #689806) + + -- Sébastien Villemot <sebastien@debian.org> Sun, 21 Oct 2012 16:13:53 +0200 + mh-e (8.3-1) unstable; urgency=low * New upstream release. diff -Nru mh-e-8.3/debian/emacsen-install mh-e-8.3/debian/emacsen-install --- mh-e-8.3/debian/emacsen-install 2007-08-14 02:57:11.000000000 +0200 +++ mh-e-8.3/debian/emacsen-install 2012-10-21 16:13:17.000000000 +0200 @@ -59,12 +59,17 @@ done cd ${ELCDIR} +# Prevent epg from manipulating /root/.gnupg (#689806) +TMPGNUPGHOME=`mktemp -d --tmpdir gnupg.XXXXXXXXXX` + cat << EOF > path.el (setq load-path (append '("." "/usr/share/emacs/site-lisp/etc/images/mh-e") load-path) byte-compile-warnings nil) +(setq epg-gpg-home-directory "${TMPGNUPGHOME}") EOF ${FLAVOR} ${FLAGS} ${BYTECOMPILEFILES} rm -f path.el +rm -rf ${TMPGNUPGHOME} exit 0-- .''`. Sébastien Villemot : :' : Debian Developer `. `' http://www.dynare.org/sebastien `- GPG Key: 4096R/381A7594Attachment: pgpT7oOMkgH1x.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
- To: Sébastien Villemot <sebastien@debian.org>, 691971-done@bugs.debian.org
- Subject: Re: Bug#691971: unblock: mh-e/8.3-1.1
- From: Niels Thykier <niels@thykier.net>
- Date: Thu, 01 Nov 2012 11:10:50 +0100
- Message-id: <50924AAA.7030708@thykier.net>
- In-reply-to: <87ehkea08h.fsf@brouzouf.villemot.name>
- References: <87ehkea08h.fsf@brouzouf.villemot.name>
On 2012-10-31 20:51, Sébastien Villemot wrote: > > Package: release.debian.org > Severity: normal > User: release.debian.org@packages.debian.org > Usertags: unblock > X-Debbugs-CC: mh-e@packages.debian.org > > Please unblock package mh-e. The version in sid fixes RC bug #689806. > The debdiff is attached. > > unblock mh-e/8.3-1.1 > > Thanks, > > > > > Unblocked, thanks. ~Niels
--- End Message ---