From 477820c743fb6aab0fd8515fb0d5fbf6029bd4a5 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 19 Jul 2016 12:19:12 -0700 Subject: document DEB_* functionality in dh_elpa(1) --- dh_elpa.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'dh_elpa.in') diff --git a/dh_elpa.in b/dh_elpa.in index 94fa94f..67cd9d8 100755 --- a/dh_elpa.in +++ b/dh_elpa.in @@ -320,3 +320,20 @@ substvars =back +=head1 HINTS + +=head2 Specifying the package version + +If dh_elpa can't determine the package version by looking at *.el +files (usually because upstream has failed to include the proper +headers), it will fallback to the DEB_UPSTREAM_VERSION and +DEB_VERSION_UPSTREAM environment variables. An easy way to set one of +these is just to prepend the following to your rules file: + +=over 4 + + include /usr/share/dpkg/pkg-info.mk + export DEB_VERSION_UPSTREAM + +=back + -- cgit v1.2.1