mirror of
https://git.proxmox.com/git/ceph.git
synced 2025-04-28 16:34:15 +00:00

As not available in bullseye anymore, and with the bumped d/compat level to 10 we get it automatically enabled anyway. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
42 lines
1.1 KiB
Diff
42 lines
1.1 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Thomas Lamprecht <t.lamprecht@proxmox.com>
|
|
Date: Thu, 6 May 2021 18:04:45 +0200
|
|
Subject: [PATCH] d/control: drop outdated build dependencies and bump compat
|
|
to 10
|
|
|
|
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
|
|
---
|
|
debian/compat | 2 +-
|
|
debian/control | 4 +---
|
|
2 files changed, 2 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/debian/compat b/debian/compat
|
|
index ec635144f60..f599e28b8ab 100644
|
|
--- a/debian/compat
|
|
+++ b/debian/compat
|
|
@@ -1 +1 @@
|
|
-9
|
|
+10
|
|
diff --git a/debian/control b/debian/control
|
|
index 4ca0caa76de..360e8d3ace9 100644
|
|
--- a/debian/control
|
|
+++ b/debian/control
|
|
@@ -10,13 +10,11 @@ Uploaders: Ken Dreyer <kdreyer@redhat.com>,
|
|
Build-Depends: cmake (>= 3.5),
|
|
cpio,
|
|
cryptsetup-bin | cryptsetup,
|
|
- cython,
|
|
cython3,
|
|
- debhelper (>= 9),
|
|
+ debhelper (>= 10),
|
|
default-jdk,
|
|
dh-exec,
|
|
dh-python,
|
|
- dh-systemd,
|
|
git,
|
|
gperf,
|
|
g++ (>= 7),
|
|
--
|
|
2.29.2
|
|
|