From 0187785414332e115500861ca1c78c664b7fb499 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Thu, 3 Aug 2017 09:20:37 -0400 Subject: [PATCH 1/2] debian: add maintainer scripts to remove old startup file We do it for notmuch and notmuch-emacs because the history is a bit unclear. It seems to be safe to call when that conffile is not owned by a given package --- debian/notmuch-emacs.maintscript | 1 + debian/notmuch.maintscript | 1 + 2 files changed, 2 insertions(+) create mode 100644 debian/notmuch-emacs.maintscript create mode 100644 debian/notmuch.maintscript diff --git a/debian/notmuch-emacs.maintscript b/debian/notmuch-emacs.maintscript new file mode 100644 index 00000000..6f93feb7 --- /dev/null +++ b/debian/notmuch-emacs.maintscript @@ -0,0 +1 @@ +rm_conffile /etc/emacs/site-start.d/50notmuch.el diff --git a/debian/notmuch.maintscript b/debian/notmuch.maintscript new file mode 100644 index 00000000..6f93feb7 --- /dev/null +++ b/debian/notmuch.maintscript @@ -0,0 +1 @@ +rm_conffile /etc/emacs/site-start.d/50notmuch.el From 479b14570b9d81dc6697bd58137a59a161ac654c Mon Sep 17 00:00:00 2001 From: David Bremner Date: Thu, 3 Aug 2017 09:26:34 -0400 Subject: [PATCH 2/2] debian: changelog stanza for 0.25-3 --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2c04cb3b..ae426452 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +notmuch (0.25-3) unstable; urgency=medium + + * Remove old startup file /etc/emacs/site-start.d/50notmuch.el + + -- David Bremner Thu, 03 Aug 2017 09:26:00 -0400 + notmuch (0.25-2) unstable; urgency=medium * Drop build-dep on libgmime-2.4-dev, long unsupported upstream