summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-05-05 09:02:03 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-05-05 09:08:58 -0700
commit544d136c398c6cbd18c3b295bc9778f188db4bb4 (patch)
tree9dfceaa8b58d857a490f76f188b5fbef9d7208fd /debian
parent392b879521bccd908e5b85dcaa21346f46988659 (diff)
downloadmailscripts-544d136c398c6cbd18c3b295bc9778f188db4bb4.tar.gz
add libgit-wrapper-perl to Recommends
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 324f261..aa2df03 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ mailscripts (0.20-1) UNRELEASED; urgency=medium
option to be passed on to git-format-patch(1).
This makes patches generated by this script more easily
distinguishable from patches really received by e-mail.
+ - Add libgit-wrapper-perl to Recommends.
* Add mailing list & IRC channel info to CONTRIBUTING.rst.
-- Sean Whitton <spwhitton@spwhitton.name> Fri, 27 Mar 2020 11:50:27 -0700
diff --git a/debian/control b/debian/control
index ffe889d..739d073 100644
--- a/debian/control
+++ b/debian/control
@@ -49,6 +49,7 @@ Depends:
Recommends:
devscripts,
git,
+ libgit-wrapper-perl,
notmuch,
python3-argcomplete,
python3-gssapi,