summaryrefslogtreecommitdiff
path: root/elpa.pm
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-05-01 09:44:26 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-05-01 09:44:26 -0700
commit02ccabee22c11eb38a777b82740398dd795a616f (patch)
tree6d6d23ba228f1ffca17a6faf6e3a4a21259f2459 /elpa.pm
parent307fa3abdb45c07547e67bea072f72c363ddf8f1 (diff)
Revert "ensure that dh_auto_build is before dh_elpa_test"
This reverts commit 307fa3abdb45c07547e67bea072f72c363ddf8f1.
Diffstat (limited to 'elpa.pm')
-rwxr-xr-xelpa.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/elpa.pm b/elpa.pm
index 796c4ad..dc64e33 100755
--- a/elpa.pm
+++ b/elpa.pm
@@ -10,7 +10,6 @@ insert_after("dh_install", "dh_elpa");
unless ( defined $ENV{ 'DH_ELPA_TEST_DISABLE' } ) {
# insert_after("dh_auto_test", "dh_elpa_test"); # test suite gets run more than once
add_command("dh_elpa_test", "build");
- add_command("dh_auto_build", "build");
remove_command("dh_auto_test");
}