From a6df4e98071792f06229aa6018326e000e6ec756 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Tue, 22 Jan 2019 10:42:56 +0100 Subject: [PATCH] debian/rules: Sync loaded systems with Makefile. Cf. 25c937879a --- debian/changelog | 1 + debian/rules | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) 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 \