notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 676fcd70ff5aa5d88943a5982a4187cc5699aa4b (patch)
   parent 93d91641 debian: changelog for 0.33-1
     tree cb567df35bc63812cac48468531e8277dcbca8f7
   author David Bremner <david@tethera.net>  2021-09-03 12:51:39 -0700
committer David Bremner <david@tethera.net>  2021-09-03 13:12:52 -0700

debian: add priorversion to removal of obsolete conffile

The conffile in question is long gone, no need to retry removing it
forever.
---
 debian/notmuch-emacs.maintscript | 2 +-
 debian/notmuch.maintscript       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/notmuch-emacs.maintscript b/debian/notmuch-emacs.maintscript
index 6f93feb7..8e3004ec 100644
--- a/debian/notmuch-emacs.maintscript
+++ b/debian/notmuch-emacs.maintscript
@@ -1 +1 @@
-rm_conffile /etc/emacs/site-start.d/50notmuch.el
+rm_conffile /etc/emacs/site-start.d/50notmuch.el 0.33-1~
diff --git a/debian/notmuch.maintscript b/debian/notmuch.maintscript
index 6f93feb7..8e3004ec 100644
--- a/debian/notmuch.maintscript
+++ b/debian/notmuch.maintscript
@@ -1 +1 @@
-rm_conffile /etc/emacs/site-start.d/50notmuch.el
+rm_conffile /etc/emacs/site-start.d/50notmuch.el 0.33-1~


glossary
--------
Commit objects reference one tree, and zero or more parents.

Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.

Multiple parents means the commit is a merge.

Root commits have no ancestor.  Note that it is
possible to have multiple root commits when merging independent histories.

Every commit references one top-level tree object.

git clone https://yhetil.org/notmuch.git