summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-03-06 09:18:14 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-03-06 09:18:14 -0700
commit22189d571292bf8fa8b3177d5c9d7c2b9b2b0481 (patch)
tree61d73a04edfa32500c9997abeca709545681e8e3 /debian
parenta655a647b7246abff0ab31380c427b29b4193b4d (diff)
stop conflicting with emacs25
People might have emacs24 and emacs25 both installed
Diffstat (limited to 'debian')
-rw-r--r--debian/README.Debian8
-rw-r--r--debian/control1
2 files changed, 0 insertions, 9 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index a2e795c..0000000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,8 +0,0 @@
-let-alist for Debian
---------------------
-
-let-alist.el will be included in Emacs 25. So elpa-let-alist is
-marked as conflicting with emacs25. Packages that requires let-alist
-functionality should Depend: on something like "emacs25 | elpa-let-alist".
-
- -- Sean Whitton <spwhitton@spwhitton.name>, Tue, 19 Jan 2016 20:10:31 -0700
diff --git a/debian/control b/debian/control
index 319c525..30d9225 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,6 @@ Depends: ${misc:Depends}
Built-Using: ${misc:Built-Using}
Recommends: emacs (>= 46.0)
Enhances: emacs, emacs24
-Conflicts: emacs25
Description: let-bind values of an assoc-list by their names in Emacs Lisp
This package provides the let-alist macro for use in Emacs Lisp.
.