summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-09-23 08:13:34 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-09-23 08:13:34 -0700
commit3715f10e52908e9a76aab4558ffa3a3bc1c379e2 (patch)
tree36aab82179f6f34eefb7bff4dfbd67cef80f175d
parent5cbe6a9f0915696f0d315f939e188fa81be9a230 (diff)
downloadmailscripts-3715f10e52908e9a76aab4558ffa3a3bc1c379e2.tar.gz
mailscripts.el: add missing Package-Requires
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--debian/changelog6
-rw-r--r--mailscripts.el3
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 84214da..96fd001 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mailscripts (0.3-1) UNRELEASED; urgency=medium
+
+ * Add "Package-Requires: (notmuch)" (Closes: #909376).
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sun, 23 Sep 2018 08:12:36 -0700
+
mailscripts (0.2-2) unstable; urgency=medium
* Upload to unstable.
diff --git a/mailscripts.el b/mailscripts.el
index 9d80eac..68a59ad 100644
--- a/mailscripts.el
+++ b/mailscripts.el
@@ -1,7 +1,8 @@
;;; mailscripts.el --- functions to access tools in the mailscripts package
;; Author: Sean Whitton <spwhitton@spwhitton.name>
-;; Version: 0.2
+;; Version: 0.3
+;; Package-Requires: (notmuch)
;; Copyright (C) 2018 Sean Whitton