summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdh_elpa.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/dh_elpa.in b/dh_elpa.in
index 8353b3f..ccf5eea 100755
--- a/dh_elpa.in
+++ b/dh_elpa.in
@@ -321,10 +321,13 @@ Package-Requires: line of the package's main Emacs Lisp file.
Note that Emacs Lisp dependencies packaged outside the elpa-* dpkg
namespace must be specified manually. For example, the s.el library
-is provided by the binary package s-el. If dh_elpa adds dependency
-elpa-x where x is an Emacs Lisp binary package outside the elpa-*
-namespace, please file a bug against dh_elpa to have an exclusion
-added.
+was once provided by the binary package s-el, and at that time packages
+depending on it required an explicit dependency on s-el. A dependency
+on s.el is now fulfilled automaticaly by elpa-s via ${elpa:Depends}.
+
+If dh_elpa adds dependency elpa-x where x is an Emacs Lisp binary
+package outside the elpa-* namespace, please file a bug against
+dh_elpa to have an exclusion added.
=back