summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2018-08-18 16:59:25 -0300
committerDavid Bremner <david@tethera.net>2018-08-18 17:14:00 -0300
commit85f9e790a4c381af2449ae933ba0dd168837223e (patch)
tree9d2c41de1eab7f79ecfc5c1d3d3d9d22aab60a8c /debian/rules
parent9de5204ee197de4ffb2f977e617d690b1140f561 (diff)
initial support for ELPA_NAME
This should allow non elpa-$foo binary packages. It needs to be documented.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index b5558f4..232b01a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
include /usr/share/dpkg/pkg-info.mk
export DEB_VERSION_UPSTREAM
DESTDIR=$(CURDIR)/debian/tmp
+# this is not needed, and only included as a test of the feature.
+ELPA_NAME_dh-elpa=dh-elpa
%:
dh $@