notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 5e44b7444635ac7ed8c287e9d797c50705d29518 (patch)
   parent c864b599 NEWS: set release date for 0.37
     tree c19bc2913cb9356644351a7a896d56d0c9a8be43
   author David Bremner <david@tethera.net>  2022-08-24 09:10:02 -0700
committer David Bremner <david@tethera.net>  2022-08-24 09:10:02 -0700

debian: build-depend on emacs-el

This is hopefully temporary, to work around some bugs related to emacs
28 in Debian.
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 0ffe958c..2dcb8cc7 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Build-Depends:
  dpkg-dev (>= 1.17.14),
  dtach (>= 0.8) <!nocheck>,
  emacs-nox | emacs-gtk | emacs-lucid | emacs25-nox | emacs25 (>=25~) | emacs25-lucid (>=25~) | emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~),
+ emacs-el,
  gdb [!ia64 !mips !mips64el !kfreebsd-any !alpha !hppa] <!nocheck>,
  git <!nocheck>,
  gnupg <!nocheck>,


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