summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..b5196d3
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,21 @@
+dh-elpa (0.0.20) unstable; urgency=medium
+
+ This version of dh_elpa will try to run any ERT and Buttercup test
+ suites that it can find. If you are currently running your
+ package's test suite with a override_dh_auto_test stanza in
+ debian/rules, or if there exists an upstream test suite that you are
+ not running, dh_elpa will override any override_dh_auto_test stanza
+ and try to run the test suite. If it can't run it in its default
+ configuration, this will lead to your package failing to build from
+ source.
+
+ The easy fix is to add a line like this to the top of your debian/rules:
+
+ export DH_AUTO_TEST_DISABLE
+
+ If instead you would like to migrate to have dh_elpa run your test
+ suite and it fails to do so in its default configuration, see
+ dh_elpa_test(1) for how to configure dh_elpa_test to run the test
+ suite successfully.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Mon, 11 Apr 2016 07:39:26 -0700