summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAymeric Agon-Rambosson <aymeric.agon@yandex.com>2023-11-19 00:39:14 +0100
committerAymeric Agon-Rambosson <aymeric.agon@yandex.com>2023-11-19 00:39:14 +0100
commit036bd4af2177620f84db738702f5488c3022d13d (patch)
treed692409167c5ec5f8bd238b0e7594a572fbe7eb2
parentf50e1f316034f58e1ffb85fe46e435c0984b7a59 (diff)
d/control: Remove version in Recommends
Every emacs version in the archive satisfies (>= 46.0), let us remove the constraint.
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index e361a97..e256ce4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ xml-rpc-el (1.6.17-1) UNRELEASED; urgency=medium
* d/control:
- Remove hardcoded emacsen-common from Depends (let dh-elpa add it for
us if needed).
+ - Remove version in Recommends (redundant with the current state of
+ the archive).
-- Aymeric Agon-Rambosson <aymeric.agon@yandex.com> Sun, 19 Nov 2023 00:23:36 +0100
diff --git a/debian/control b/debian/control
index 9e6c563..287cacd 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Testsuite: autopkgtest-pkg-elpa
Package: elpa-xml-rpc
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends},
-Recommends: emacs (>= 46.0)
+Recommends: emacs
Enhances: emacs
Description: Emacs Lisp XML-RPC client
This is an XML-RPC client library for Emacs Lisp, capable of both