aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules3
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 09c4e4b..fc8af44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,7 @@ wallet (1.1-1) UNRELEASED; urgency=medium
* Document in the wallet-server package description that a DBD::* module
and corresponding DateTime::Format::* module are required. (There
isn't a way to fully represent the required dependency.)
+ * Define AUTOMATED_TESTING to enable some additional Perl tests.
* Update standards version to 3.9.5 (no changes required).
-- Russ Allbery <rra@debian.org> Wed, 16 Jul 2014 13:51:23 -0700
diff --git a/debian/rules b/debian/rules
index 9df5a93..cf90fab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
# Add hardening build flags.
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow,+pie
+# Enable some additional Perl tests.
+export AUTOMATED_TESTING = 1
+
%:
dh $@ --parallel