From 99f56dd4166586cdb4be4a0e1a561d1cf51c0557 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Wed, 6 Jan 2016 14:19:57 +0600 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=98LibZip=E2=80=99,=20bindings=20to?= =?UTF-8?q?=20=E2=80=98libzip=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 4 ++++ debian-bootstrap.sh | 1 + 2 files changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44a76d2f..397ab9ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1864,6 +1864,10 @@ packages: - simple-session - simple-postgresql-orm + "Sergey Astanin @astanin": + - bindings-libzip < 0.11 + - LibZip < 0.11 + # If you stop mainaining a package you can move it here. # It will then be disabled if it starts causing problems. "Abandoned packages": diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 80f33361..cfb95edc 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -66,6 +66,7 @@ apt-get install -y \ libxml2-dev \ libxss-dev \ libyaml-dev \ + libzip-dev \ libzmq3-dev \ llvm \ m4 \