summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/clean1
-rwxr-xr-xdebian/rules5
3 files changed, 3 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 02c3834..c25da5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ dh-elpa (2.0) experimental; urgency=medium
* move bulk of maintainer scripts to a helper package that can be updated (Closes: #935766).
* add binary package dh-elpa-helper
* add dependency on dh-elpa-helper packages built with dh_elpa
+ * stop embedding version in dh_elpa, elpa.pm
- -- David Bremner <bremner@debian.org> Mon, 02 Sep 2019 12:06:06 -0300
+ -- David Bremner <bremner@debian.org> Mon, 02 Sep 2019 12:51:33 -0300
dh-elpa (1.16) unstable; urgency=high
diff --git a/debian/clean b/debian/clean
index 3c63b62..a0c81d1 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1,3 +1,2 @@
dh_elpa.1
dh_elpa_test.1
-dh_elpa
diff --git a/debian/rules b/debian/rules
index 232b01a..c93d80f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,11 +10,8 @@ ELPA_NAME_dh-elpa=dh-elpa
dh $@
override_dh_auto_build:
- pod2man -c Debhelper --section=1 dh_elpa.in > dh_elpa.1
+ pod2man -c Debhelper --section=1 dh_elpa > dh_elpa.1
pod2man -c Debhelper --section=1 dh_elpa_test > dh_elpa_test.1
- sed s/@HELPER_VERSION@/${DEB_VERSION_UPSTREAM}/ < dh_elpa.in > dh_elpa
- sed s/@HELPER_VERSION@/${DEB_VERSION_UPSTREAM}/ < elpa.pm.in > elpa.pm
- chmod 755 dh_elpa dh_elpa_test
override_dh_install:
dh_install