mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
debian/rules: Print actual compiler log.
This commit is contained in:
parent
164726eab9
commit
5bfa5430cf
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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
6
debian/rules
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user