summaryrefslogtreecommitdiff
path: root/dh_elpa.in
diff options
context:
space:
mode:
Diffstat (limited to 'dh_elpa.in')
-rwxr-xr-xdh_elpa.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/dh_elpa.in b/dh_elpa.in
index 14e7396..14a38fd 100755
--- a/dh_elpa.in
+++ b/dh_elpa.in
@@ -210,8 +210,6 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
File::Path::make_path $tempdir ||
error "creating $tempdir";
- addsubstvar($package,'misc:Built-Using',"dh-elpa (= ${helper_version})");
-
if (scalar(@files) == 1) {
my $pkg_file=$files[0];
@@ -275,11 +273,6 @@ can be used in debian/control
These are dependencies needed by every dh_elpa based package.
-=item ${misc:Built-Using}
-
-This adds a value suitable for a Built-Using header identifying the
-version of dh_elpa used at build time.
-
=item ${elpa:Depends}
These are dependencies on other ELPA packages as given in the
@@ -314,7 +307,6 @@ substvars
Package: elpa-hello
Architecture: all
Depends: ${misc:Depends}, ${elpa:Depends}
- Built-Using: ${misc:Built-Using}
Description: Emacs addon to say hello
The Emacs editor addon likes to wave and say hello.