mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
Debian: Run tests at build-time as well.
This commit is contained in:
parent
05282173d4
commit
7c0d478064
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
1
debian/control
vendored
@ -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
2
debian/rules
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user