Debian: Run tests at build-time as well.

This commit is contained in:
Christoph Berg 2022-06-26 23:31:54 +02:00
parent 05282173d4
commit 7c0d478064
3 changed files with 8 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
pgloader (3.6.4-2) UNRELEASED; urgency=medium
* Run tests at build-time as well.
-- Christoph Berg <myon@debian.org> Sun, 26 Jun 2022 23:25:07 +0200
pgloader (3.6.4-1) unstable; urgency=medium
* New upstream version.

1
debian/control vendored
View File

@ -49,6 +49,7 @@ Build-Depends:
debhelper-compat (= 13),
gawk,
help2man,
postgresql-14-ip4r <!nocheck> | postgresql-ip4r <!nocheck>,
python3-sphinx-rtd-theme,
python3-sphinx,
sbcl (>= 1.1.13),

2
debian/rules vendored
View File

@ -49,7 +49,7 @@ override_dh_auto_build-arch:
$(MAKE) -C docs html
override_dh_auto_test:
# do nothing
PATH=$(CURDIR)/build/bin:$(PATH) debian/tests/testsuite
override_dh_strip override_dh_dwz:
# do nothing, sbcl doesn't write any debug info