summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.