summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas D Steeves <nsteeves@gmail.com>2021-07-28 18:58:34 -0400
committerNicholas D Steeves <nsteeves@gmail.com>2021-07-28 18:58:34 -0400
commitb6e13db2672d45fdc4e580e93f84c46c9c421a6c (patch)
treebb3df037636b2f6ed5c6840db1f9d5cad4ce64fa
parent29576b06310bbbb3c4f182f1a69e1f5e33f8f1c6 (diff)
Drop emacs24 from Enhances…
(package does not exist in bullseye).
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 5a13a75..a0ff3bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+seq-el (2.22-2) UNRELEASED; urgency=medium
+
+ * Drop emacs24 from Enhances (package does not exist in bullseye).
+
+ -- Nicholas D Steeves <sten@debian.org> Wed, 28 Jul 2021 18:58:26 -0400
+
seq-el (2.22-1) unstable; urgency=medium
[ Sean Whitton ]
diff --git a/debian/control b/debian/control
index 9618ecd..f28fc42 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Architecture: all
Depends: ${misc:Depends}
Built-Using: ${misc:Built-Using}
Recommends: emacs (>= 46.0)
-Enhances: emacs, emacs24
+Enhances: emacs
Description: sequence manipulation functions for Emacs Lisp
This library provides sequence-manipulation functions that complement
basic functions provided by subr.el.