debian/rules: Print actual compiler log.

This commit is contained in:
Christoph Berg 2020-07-13 16:30:12 +02:00
parent 164726eab9
commit 5bfa5430cf
2 changed files with 6 additions and 1 deletions

1
debian/changelog vendored
View File

@ -3,6 +3,7 @@ pgloader (3.6.2-1) UNRELEASED; urgency=medium
* New upstream version.
* debian/tests/ssl: Add --debug to get backtraces.
* debian/rules: Sync loaded systems with Makefile.
* debian/rules: Print actual compiler log.
* Bump required cl-db3 version to 20200212.
* DH 13.

6
debian/rules vendored
View File

@ -41,7 +41,11 @@ override_dh_auto_build-arch:
--entry pgloader:main \
--dynamic-space-size $(SIZE) \
--compress-core \
--output build/bin/pgloader
--logfile buildapp.log \
--output build/bin/pgloader \
|| echo $$? > buildapp.fail
cat buildapp.log
test ! -f buildapp.fail
$(MAKE) -C docs html
override_dh_auto_test: