debian/rules: Sync loaded systems with Makefile.

Cf. 25c937879a
This commit is contained in:
Christoph Berg 2019-01-22 10:42:56 +01:00
parent 398802a1f0
commit a6df4e9807
2 changed files with 5 additions and 1 deletions

1
debian/changelog vendored
View File

@ -1,6 +1,7 @@
pgloader (3.6.1-2) UNRELEASED; urgency=medium
* debian/tests/ssl: Add --debug to get backtraces.
* debian/rules: Sync loaded systems with Makefile.
-- Christoph Berg <myon@debian.org> Mon, 21 Jan 2019 22:02:50 +0100

5
debian/rules vendored
View File

@ -33,8 +33,11 @@ override_dh_auto_build-arch:
--asdf-tree /usr/share/common-lisp/systems \
--load-system asdf-finalizers \
--load-system asdf-system-connections \
--load-system pgloader \
--load-system cffi \
--load-system cl+ssl \
--load-system mssql \
--load src/hooks.lisp \
--load-system pgloader \
--entry pgloader:main \
--dynamic-space-size $(SIZE) \
--compress-core \