Your message dated Thu, 01 Nov 2012 11:10:50 +0100
with message-id <[email protected]>
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 [email protected]
immediately.)
--
691971: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691971
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
X-Debbugs-CC: [email protected]
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 <[email protected]> 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/381A7594
pgpHmTVsUc0va.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
On 2012-10-31 20:51, Sébastien Villemot wrote:
>
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> Usertags: unblock
> X-Debbugs-CC: [email protected]
>
> 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 ---