summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-03-24 17:41:45 +0200
committerLars Wirzenius <liw@liw.fi>2018-03-24 19:09:18 +0200
commita3ef8c3ddfb24d78431172f84015d02422fa9f99 (patch)
treeff954dfdcaf368e23c9526cf8093262780fc9930 /debian
parent78d9c80226c52bcd70e27e7ee2a3a7754f644b53 (diff)
downloadick2-a3ef8c3ddfb24d78431172f84015d02422fa9f99.tar.gz
Change: handle up/downloads of large blobs
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control4
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index c8f0aca..9f3a0fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
ick2 (0.28+git-1) UNRELEASED; urgency=medium
* New upstream version.
+ * Depend on apifw version 0.32 or later, for dealing with large
+ blobs.
-- Lars Wirzenius <liw@liw.fi> Sat, 24 Feb 2018 20:53:00 +0200
diff --git a/debian/control b/debian/control
index 8b2cc60..ae4a4b1 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9~),
python-cliapp,
python3-cliapp,
python3-coverage-test-runner,
- python3-apifw,
+ python3-apifw (>= 0.32),
python3-slog,
python3-cryptography,
python3-requests,
@@ -28,7 +28,7 @@ Depends: ${python3:Depends}, ${misc:Depends},
python3,
python3-bottle,
python3-cliapp,
- python3-apifw,
+ python3-apifw (>= 0.32),
python3-slog,
python3-cryptography,
python3-requests,