summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f1a323f..6b0555b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
dh-elpa (1.14) UNRELEASED; urgency=medium
+ [ Nicholas D Steeves ]
* Update Maintainer team name and email address.
* Update Vcs links to point to salsa project.
* Update watch file to check salsa instead of anonscm.debian.org
- -- Nicholas D Steeves <nsteeves@gmail.com> Tue, 22 May 2018 15:01:48 -0400
+ [ David Bremner ]
+ * Add support for ELPA_NAME environment variable (Closes: #905464).
+
+ -- David Bremner <bremner@debian.org> Sat, 18 Aug 2018 16:55:37 -0300
dh-elpa (1.13) unstable; urgency=medium
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 $@