File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ pgloader (3.6.2-1) UNRELEASED; urgency=medium
3
3
* New upstream version.
4
4
* debian/tests/ssl: Add --debug to get backtraces.
5
5
* debian/rules: Sync loaded systems with Makefile.
6
+ * debian/rules: Print actual compiler log.
6
7
* Bump required cl-db3 version to 20200212.
7
8
* DH 13.
8
9
Original file line number Diff line number Diff line change @@ -41,7 +41,11 @@ override_dh_auto_build-arch:
41
41
--entry pgloader:main \
42
42
--dynamic-space-size $(SIZE ) \
43
43
--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
45
49
$(MAKE ) -C docs html
46
50
47
51
override_dh_auto_test :
You can’t perform that action at this time.
0 commit comments