summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-12-24 12:07:00 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-12-24 12:07:00 -0700
commit6a6053e5acbfd2cc24c4251e357608ff8cb8b6fa (patch)
tree0b863b6431cdd2cc849bb20cb353bd00840a846c
parentb0a42bf5fb4ded45cdd151e691f1ceffdb124a80 (diff)
downloadmailscripts-6a6053e5acbfd2cc24c4251e357608ff8cb8b6fa.tar.gz
Tighten build-dep on python3-pgpy to require >= 0.5.4-4.1
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 8fe34ce..1ecdf0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ mailscripts (28-1) UNRELEASED; urgency=medium
* debian/control: update Description: for elpa-mailscripts.
Use the new short description and commentary from mailscripts.el.
* Add & install a README, to both binary packages.
+ * Tighten build-dep on python3-pgpy to require >= 0.5.4-4.1.
-- Sean Whitton <spwhitton@spwhitton.name> Sun, 18 Dec 2022 10:40:55 -0700
diff --git a/debian/control b/debian/control
index 62e29b9..a85a1b6 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends:
perl,
python3 <!nocheck>,
python3-argcomplete,
- python3-pgpy <!nocheck>,
+ python3-pgpy (>= 0.5.4-4.1) <!nocheck>,
Vcs-Git: https://git.spwhitton.name/mailscripts
Vcs-Browser: https://git.spwhitton.name/mailscripts
Homepage: https://git.spwhitton.name/mailscripts