File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
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
+ * Bump required cl-db3 version to 20200212.
6
7
7
8
-- Christoph Berg <myon@debian.org> Mon, 21 Jan 2019 22:02:50 +0100
8
9
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Build-Depends:
14
14
cl-cffi (>= 1:0.12.0),
15
15
cl-command-line-arguments,
16
16
cl-csv,
17
- cl-db3,
17
+ cl-db3 (>= 20200212) ,
18
18
cl-drakma,
19
19
cl-esrap,
20
20
cl-fad,
@@ -87,7 +87,7 @@ Depends:
87
87
cl-cffi (>= 1:0.12.0),
88
88
cl-command-line-arguments,
89
89
cl-csv,
90
- cl-db3,
90
+ cl-db3 (>= 20200212) ,
91
91
cl-drakma,
92
92
cl-esrap,
93
93
cl-fad,
You can’t perform that action at this time.
0 commit comments