]> git.proxmox.com Git - ceph.git/blame - patches/0005-Revert-debian-drop-boost-build-dependencies.patch
bump version to 12.0.2-pve1
[ceph.git] / patches / 0005-Revert-debian-drop-boost-build-dependencies.patch
CommitLineData
90bff8c2 1From 088b229bb647c406170b0214b29c32a617f99bdc Mon Sep 17 00:00:00 2001
a2294743
FG
2From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
3Date: Wed, 29 Mar 2017 09:10:54 +0200
5dace8f8 4Subject: [PATCH 5/6] Revert "debian: drop boost build dependencies"
a2294743
FG
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9we build with system boost currently, so those are actually
10valid for us.
11
12This reverts commit 0d43b76268a41989dc0e285bfcf78b9f98386aaf.
13
14Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
15---
16 debian/control | 8 ++++++++
17 1 file changed, 8 insertions(+)
18
19diff --git a/debian/control b/debian/control
20index 1ae3a8a..8974d32 100644
21--- a/debian/control
22+++ b/debian/control
23@@ -28,6 +28,14 @@ Build-Depends: bc,
24 libbabeltrace-ctf-dev,
25 libbabeltrace-dev,
26 libblkid-dev (>= 2.17),
27+ libboost-dev (>= 1.42),
28+ libboost-program-options-dev (>= 1.42),
29+ libboost-system-dev (>= 1.42),
30+ libboost-thread-dev (>= 1.42),
31+ libboost-regex-dev,
32+ libboost-random-dev,
33+ libboost-iostreams-dev (>= 1.42),
34+ libboost-python-dev,
35 libcurl4-gnutls-dev,
36 libexpat1-dev,
37 libfcgi-dev,
38--
392.1.4
40