]> git.proxmox.com Git - ceph.git/blob - patches/0015-d-control-drop-outdated-build-dependencies-and-bump-.patch
patch build-dependencies for bullseye
[ceph.git] / patches / 0015-d-control-drop-outdated-build-dependencies-and-bump-.patch
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 Date: Thu, 6 May 2021 18:04:45 +0200
4 Subject: [PATCH] d/control: drop outdated build dependencies and bump compat
5 to 10
6
7 Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
8 ---
9 debian/compat | 2 +-
10 debian/control | 4 +---
11 2 files changed, 2 insertions(+), 4 deletions(-)
12
13 diff --git a/debian/compat b/debian/compat
14 index ec635144f60..f599e28b8ab 100644
15 --- a/debian/compat
16 +++ b/debian/compat
17 @@ -1 +1 @@
18 -9
19 +10
20 diff --git a/debian/control b/debian/control
21 index 4ca0caa76de..360e8d3ace9 100644
22 --- a/debian/control
23 +++ b/debian/control
24 @@ -12,13 +12,11 @@ Build-Depends: automake,
25 cmake (>= 3.10.2),
26 cpio,
27 cryptsetup-bin | cryptsetup,
28 - cython,
29 cython3,
30 - debhelper (>= 9),
31 + debhelper (>= 10),
32 default-jdk,
33 dh-exec,
34 dh-python,
35 - dh-systemd,
36 # Jaeger flex,
37 git,
38 gperf,
39 --
40 2.29.2
41