diff --git a/debian/changelog b/debian/changelog index bd02614..6601810 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 21 Jan 2019 22:02:50 +0100 diff --git a/debian/rules b/debian/rules index 05f78fc..5bb77bc 100755 --- a/debian/rules +++ b/debian/rules @@ -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 \