summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Braud-Santoni <nicoo@debian.org>2019-07-18 14:26:51 +0200
committerAndrej Shadura <andrewsh@debian.org>2021-01-02 16:22:11 +0000
commit0bdfe87d209dd58a31ccd33b294fa7b29c9b2b4d (patch)
tree4e7fbb29f6ebfaf64ec61da8e720bac764a8862e
parent5333874fe2cd1b3e243901880703891ca561ad30 (diff)
Enable upstream's testsuite
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
2 files changed, 1 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 7cfbf3c..2ed687a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
Priority: optional
Maintainer: Andrej Shadura <andrewsh@debian.org>
Build-Depends:
- debhelper-compat (= 12)
+ debhelper-compat (= 12), kyua
Homepage: https://git.sr.ht/~kaniini/pkgconf
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/debian/pkgconf.git
diff --git a/debian/rules b/debian/rules
index eb21125..65439c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,6 +43,4 @@ override_dh_auto_install:
override_dh_installchangelogs:
dh_installchangelogs NEWS
-override_dh_auto_test:
-
.PHONY: override_dh_auto_configure override_dh_auto_install