]> git.proxmox.com Git - ceph.git/commitdiff
patch build-dependencies for bullseye
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 6 May 2021 16:07:48 +0000 (18:07 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 6 May 2021 16:07:52 +0000 (18:07 +0200)
no cython (python2) anymore and dh-systemd merged already into
debhelper in version 10, it was just a transitional package in buster
anyway.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
patches/0015-d-control-drop-outdated-build-dependencies-and-bump-.patch [new file with mode: 0644]
patches/series

diff --git a/patches/0015-d-control-drop-outdated-build-dependencies-and-bump-.patch b/patches/0015-d-control-drop-outdated-build-dependencies-and-bump-.patch
new file mode 100644 (file)
index 0000000..075acb3
--- /dev/null
@@ -0,0 +1,41 @@
+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
+@@ -12,13 +12,11 @@ Build-Depends: automake,
+                cmake (>= 3.10.2),
+                cpio,
+                cryptsetup-bin | cryptsetup,
+-               cython,
+                cython3,
+-               debhelper (>= 9),
++               debhelper (>= 10),
+                default-jdk,
+                dh-exec,
+                dh-python,
+-               dh-systemd,
+ # Jaeger       flex,
+                git,
+                gperf,
+-- 
+2.29.2
+
index d918c9818b13d65e765d0135d9bff8f34c414058..f451b8d6c38f1b80ddba91ecde48e9ff43a932b8 100644 (file)
@@ -8,3 +8,4 @@
 0012-Remove-failing-actions-from-prerm.patch
 0013-d-control-move-python-dependencies-over-to-python3.patch
 0014-fix-service-ordering-avoid-Before-remote-fs-pre.targ.patch
+0015-d-control-drop-outdated-build-dependencies-and-bump-.patch