Merge lp:~logan/ubuntu/raring/emacs-goodies-el/debian-merge into lp:ubuntu/raring/emacs-goodies-el

Proposed by Logan Rosen
Status: Merged
Merged at revision: 18
Proposed branch: lp:~logan/ubuntu/raring/emacs-goodies-el/debian-merge
Merge into: lp:ubuntu/raring/emacs-goodies-el
Diff against target: 57 lines (+35/-0)
2 files modified
debian/changelog (+23/-0)
debian/emacsen-install.template (+12/-0)
To merge this branch: bzr merge lp:~logan/ubuntu/raring/emacs-goodies-el/debian-merge
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Ubuntu branches Pending
Review via email: mp+135034@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Uploaded, thanks.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2012-10-22 10:36:14 +0000
+++ debian/changelog 2012-11-20 02:20:26 +0000
@@ -1,3 +1,26 @@
1emacs-goodies-el (35.2+nmu1ubuntu1) raring; urgency=low
2
3 * Merge from Debian unstable. Remaining changes:
4 - Add {hardy,jaunty,karmic,lucid,maverick,oneiric,precise}-proposed
5 distribution targets to dpkg-dev-el.
6 - Add precise{,-proposed} distribution targets; drop out the oneieric
7 non-proposed target, since uploads to the release pocket are not
8 permitted for stable releases.
9 - Teach emacs-goodies-el about quantal and quantal-proposed.
10 - Teach debian-changelog-mode.el about raring and raring-proposed.
11
12 -- Logan Rosen <logatronico@gmail.com> Mon, 19 Nov 2012 21:16:17 -0500
13
14emacs-goodies-el (35.2+nmu1) unstable; urgency=low
15
16 * Non-maintainer upload.
17 * No longer create /root/.gnupg during installation of gnus-bonus-el.
18 This is achieved by binding epg-gpg-home-directory to a temporary
19 directory during bytecode compilation (implementation in
20 debian/emacsen-install.template). (Closes: #689807)
21
22 -- Sébastien Villemot <sebastien@debian.org> Sun, 21 Oct 2012 11:30:47 +0200
23
1emacs-goodies-el (35.2ubuntu3) raring; urgency=low24emacs-goodies-el (35.2ubuntu3) raring; urgency=low
225
3 * Teach debian-changelog-mode.el about raring and raring-proposed.26 * Teach debian-changelog-mode.el about raring and raring-proposed.
427
=== modified file 'debian/emacsen-install.template'
--- debian/emacsen-install.template 2011-06-24 12:37:31 +0000
+++ debian/emacsen-install.template 2012-11-20 02:20:26 +0000
@@ -101,10 +101,22 @@
101EOF101EOF
102fi102fi
103103
104# Prevent epg from manipulating /root/.gnupg (#689807)
105if [ ${PACKAGE} = gnus-bonus-el ]; then
106 TMPGNUPGHOME=`mktemp -d --tmpdir gnupg.XXXXXXXXXX`
107 cat << EOF >> path.el
108(setq epg-gpg-home-directory "${TMPGNUPGHOME}")
109EOF
110fi
111
104echo ${FLAVOR} ${FLAGS} ${FILES} >> ${LOG}112echo ${FLAVOR} ${FLAGS} ${FILES} >> ${LOG}
105"${FLAVOR}" ${FLAGS} ${FILES} >> ${LOG} 2>&1113"${FLAVOR}" ${FLAGS} ${FILES} >> ${LOG} 2>&1
106egrep -s -e "While compiling|\*\*" ${LOG} || /bin/true114egrep -s -e "While compiling|\*\*" ${LOG} || /bin/true
107echo install/${PACKAGE}: Deleting ${LOG}115echo install/${PACKAGE}: Deleting ${LOG}
108rm -f path.el ${LOG}116rm -f path.el ${LOG}
109117
118if [ ${PACKAGE} = gnus-bonus-el ]; then
119 rm -rf ${TMPGNUPGHOME}
120fi
121
110exit 0122exit 0

Subscribers

People subscribed via source and target branches

to all changes: