summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@debian.org>2019-03-20 12:37:52 +0000
committerDmitry Bogatov <KAction@debian.org>2019-03-20 13:08:44 +0000
commit74a6d5310707d0056dc90b7a76c421cc3cf75599 (patch)
treef96bcdf3c8d3845aeee090858fa177efb5f4b6ee
parentce920b176349198414396a23698345c41e2565ef (diff)
Run testsuite during package build.
-rw-r--r--debian/changelog1
-rw-r--r--debian/control6
-rwxr-xr-xdebian/rules3
3 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 39a5ce8..bdfa2a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ dh-runit (2.8.10) UNRELEASED; urgency=medium
2 2
3 * Make permissions of supervise directories 0700, as created by sv(8). 3 * Make permissions of supervise directories 0700, as created by sv(8).
4 (Closes: #924903) 4 (Closes: #924903)
5 * Run testsuite during package build.
5 6
6 -- Dmitry Bogatov <KAction@debian.org> Wed, 20 Mar 2019 12:33:02 +0000 7 -- Dmitry Bogatov <KAction@debian.org> Wed, 20 Mar 2019 12:33:02 +0000
7 8
diff --git a/debian/control b/debian/control
index d3f8428..946f548 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,11 @@ Source: dh-runit
2Section: admin 2Section: admin
3Priority: optional 3Priority: optional
4Maintainer: Dmitry Bogatov <KAction@debian.org> 4Maintainer: Dmitry Bogatov <KAction@debian.org>
5Build-Depends: debhelper-compat (= 12), perl, perl-doc 5Build-Depends:
6 debhelper-compat (= 12),
7 perl,
8 perl-doc,
9 libfile-copy-recursive-perl,
6Standards-Version: 4.3.0 10Standards-Version: 4.3.0
7Vcs-Browser: https://salsa.debian.org/runit-team/dh-runit 11Vcs-Browser: https://salsa.debian.org/runit-team/dh-runit
8Vcs-Git: https://salsa.debian.org/runit-team/dh-runit.git 12Vcs-Git: https://salsa.debian.org/runit-team/dh-runit.git
diff --git a/debian/rules b/debian/rules
index 6f65fce..55acc2a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,3 +6,6 @@
6override_dh_installman: 6override_dh_installman:
7 pod2man dh_runit dh_runit.1 7 pod2man dh_runit dh_runit.1
8 dh_installman 8 dh_installman
9
10override_dh_auto_test:
11 prove