Skip to content

Commit 5bfa543

Browse files
committed
debian/rules: Print actual compiler log.
1 parent 164726e commit 5bfa543

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

debian/changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pgloader (3.6.2-1) UNRELEASED; urgency=medium
33
* New upstream version.
44
* debian/tests/ssl: Add --debug to get backtraces.
55
* debian/rules: Sync loaded systems with Makefile.
6+
* debian/rules: Print actual compiler log.
67
* Bump required cl-db3 version to 20200212.
78
* DH 13.
89

debian/rules

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@ override_dh_auto_build-arch:
4141
--entry pgloader:main \
4242
--dynamic-space-size $(SIZE) \
4343
--compress-core \
44-
--output build/bin/pgloader
44+
--logfile buildapp.log \
45+
--output build/bin/pgloader \
46+
|| echo $$? > buildapp.fail
47+
cat buildapp.log
48+
test ! -f buildapp.fail
4549
$(MAKE) -C docs html
4650

4751
override_dh_auto_test:

0 commit comments

Comments
 (0)