]> git.proxmox.com Git - corosync-pve.git/commitdiff
allow building on stretch with compat level 10
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 23 May 2019 18:58:21 +0000 (20:58 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 23 May 2019 18:58:21 +0000 (20:58 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
patches/0009-d-control-switch-back-to-comapt-level-10-for-stretch.patch [new file with mode: 0644]
patches/series

diff --git a/patches/0009-d-control-switch-back-to-comapt-level-10-for-stretch.patch b/patches/0009-d-control-switch-back-to-comapt-level-10-for-stretch.patch
new file mode 100644 (file)
index 0000000..beb3b11
--- /dev/null
@@ -0,0 +1,34 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: Thomas Lamprecht <t.lamprecht@proxmox.com>
+Date: Thu, 23 May 2019 20:37:06 +0200
+Subject: [PATCH] d/control: switch back to comapt level 11 for stretch
+
+Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
+---
+ debian/compat  | 2 +-
+ debian/control | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/debian/compat b/debian/compat
+index 48082f72..b4de3947 100644
+--- a/debian/compat
++++ b/debian/compat
+@@ -1 +1 @@
+-12
++10
+diff --git a/debian/control b/debian/control
+index 8a0855ce..903241ce 100644
+--- a/debian/control
++++ b/debian/control
+@@ -5,9 +5,9 @@ Maintainer: Debian HA Maintainers <debian-ha-maintainers@lists.alioth.debian.org
+ Uploaders:
+  Adrian Vondendriesch <adrian.vondendriesch@credativ.de>,
+  Ferenc Wágner <wferi@debian.org>,
+-Standards-Version: 4.3.0
++Standards-Version: 4.1.3
+ Build-Depends:
+- debhelper (>= 12~),
++ debhelper (>= 10~),
+  dctrl-tools,
+  groff,
+  libdbus-1-dev,
index 18e0ab46efd7cea42c1bf912a9a10404ecebbf2d..92e405c0786901444d5999e6de0ec59607401570 100644 (file)
@@ -6,3 +6,4 @@
 0006-Revert-init-Enable-StopWhenUnneeded.patch
 0007-add-crypto-patches.patch
 0008-CPG-callback-merging.patch
+0009-d-control-switch-back-to-comapt-level-10-for-stretch.patch