diff --git a/debian/control b/debian/control index ef833f2..33d9609 100644 --- a/debian/control +++ b/debian/control @@ -18,12 +18,13 @@ emacs Recommends: emacs (>= 46.0) Enhances: emacs, - emacs24 + emacs24, + emacs25 Built-Using: ${misc:Built-Using} Description: simple asynchronous functions for Emacs Lisp It is a simple library for asynchronous tasks. . - The API is almost the same as JSDeferred (by cho45) and Mochikit.Async + The API is almost the same as JSDeferred (by cho45) and Mochikit.Async (by Bob Ippolito) in JavaScript. Package: elpa-concurrent @@ -34,10 +35,11 @@ elpa-deferred (= ${binary:Version}) Recommends: emacs (>= 46.0) Enhances: emacs, - emacs24 + emacs24, + emacs25 Built-Using: ${misc:Built-Using} Description: higher level library for concurrent tasks - It is a higher level library for concurrent tasks based on deferred.el. This + It is a higher level library for concurrent tasks based on deferred.el. This library has following features: . - Generator