summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas D Steeves <nsteeves@gmail.com>2021-07-28 18:29:09 -0400
committerNicholas D Steeves <nsteeves@gmail.com>2021-07-28 18:29:09 -0400
commit00b8ebaa2db5949c6f6f6619fb0888400a27ad4d (patch)
treed7049124df5e30f8f884f70d6b2d82957015b916
parent049c9867380e41dd58f304e8a58fcc7da755acf8 (diff)
Drop emacs24 and emacs25 from Enhances…
(packages do not exist in bullseye).
-rw-r--r--debian/changelog7
-rw-r--r--debian/control4
2 files changed, 8 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 125e56f..c172901 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+emacs-kv (0.0.19+git20140108.7211484-5) UNRELEASED; urgency=medium
+
+ * Drop emacs24 and emacs25 from Enhances (packages do not exist in
+ bullseye).
+
+ -- Nicholas D Steeves <sten@debian.org> Wed, 28 Jul 2021 18:28:57 -0400
+
emacs-kv (0.0.19+git20140108.7211484-4) unstable; urgency=medium
* Team upload
diff --git a/debian/control b/debian/control
index cc61251..564221d 100644
--- a/debian/control
+++ b/debian/control
@@ -14,9 +14,7 @@ Package: elpa-kv
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs (>= 46.0)
-Enhances: emacs,
- emacs24,
- emacs25
+Enhances: emacs
Description: key/value data structure functions for Emacs Lisp
This library provides some routines for working with key/value data
structures, like hash-tables and alists and plists, in Emacs Lisp.