summaryrefslogtreecommitdiff
path: root/dh_elpa.in
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-08-12 11:55:42 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-08-12 11:55:42 -0700
commit6e6dbbf995e42fc068dc166647cd6b3d9b85f888 (patch)
tree4d0bcd132dcae6277101d393e35b83fbc4320e43 /dh_elpa.in
parent4463598539505296153de0e323652e57165dd723 (diff)
document when version sanitising can fail
Diffstat (limited to 'dh_elpa.in')
-rwxr-xr-xdh_elpa.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/dh_elpa.in b/dh_elpa.in
index 67cd9d8..d260e48 100755
--- a/dh_elpa.in
+++ b/dh_elpa.in
@@ -337,3 +337,6 @@ these is just to prepend the following to your rules file:
=back
+Note that this will fail in certain cases where the Debian upstream
+version cannot be translated into an adequate Emacs version string.
+See the documentation for the `dhelpa-sanitise-version' function.