notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 45ff3d96c0701eacaacc1d22a2ad79b612fb5a76 (patch)
   parent 6c48c399 changelog stanza for backports
     tree 87ee1f7d4ce4773476da789fe57971f1d1665ef2
   author David Bremner <david@tethera.net>  2014-09-14 21:07:41 +0200
committer David Bremner <david@tethera.net>  2014-09-14 21:07:41 +0200

debian: downgrade dependency on emacsen-common

According to Rob Browning, this _should_ be more or less ok.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2469b728..45c16de3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 notmuch (0.18.1-2~bpo70+1) wheezy-backports; urgency=medium
 
+  * Downgrade dependency on emacsen-common to 2.0.5
   * Rebuild for wheezy-backports.
 
  -- David Bremner <bremner@debian.org>  Tue, 26 Aug 2014 10:57:51 -0700
diff --git a/debian/control b/debian/control
index 6fa1fa7b..e8810a39 100644
--- a/debian/control
+++ b/debian/control
@@ -113,7 +113,7 @@ Replaces: notmuch (<<0.6~254~)
 Depends: ${misc:Depends}, notmuch (>= ${source:Version}),
  emacs23 (>= 23~) | emacs23-nox (>=23~) | emacs23-lucid (>=23~) |
  emacs24 (>= 24~) | emacs24-nox (>=24~) | emacs24-lucid (>=24~),
- emacsen-common (>= 2.0.8)
+ emacsen-common (>= 2.0.5)
 Description: thread-based email index, search and tagging (emacs interface)
  Notmuch is a system for indexing, searching, reading, and tagging
  large collections of email messages in maildir or mh format. It uses


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