]> git.proxmox.com Git - corosync-pve.git/blame - patches/0001-add-Provides-Replaces-corosync-pve.patch
rebase and re-format patches
[corosync-pve.git] / patches / 0001-add-Provides-Replaces-corosync-pve.patch
CommitLineData
e17b446b 1From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2a8fc658
FG
2From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
3Date: Tue, 7 Mar 2017 13:29:31 +0100
e17b446b 4Subject: [PATCH] add Provides/Replaces: corosync-pve
2a8fc658
FG
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
10---
11 debian/control | 7 +++++++
12 1 file changed, 7 insertions(+)
13
14diff --git a/debian/control b/debian/control
e77cc04e 15index e105b0b2..8a2ed29e 100644
2a8fc658
FG
16--- a/debian/control
17+++ b/debian/control
e77cc04e
FG
18@@ -44,6 +44,11 @@ X-Common-Description: The Corosync Cluster Engine is a Group Communication
19 * A quorum system that notifies applications when quorum is achieved
20 or lost.
2a8fc658
FG
21
22+Package: corosync-pve
23+Architecture: all
24+Depends: corosync (= ${binary:Version})
25+Description: Transitional package.
26+
27 Package: corosync
28 Architecture: any
29 Pre-Depends: ${misc:Pre-Depends}
e77cc04e 30@@ -52,6 +57,8 @@ Depends: ${shlibs:Depends},
2a8fc658
FG
31 lsb-base (>= 3.0-6),
32 adduser,
33 xsltproc
34+Provides: corosync-pve (= ${binary:Version})
35+Replaces: corosync-pve (<< 2.4.2-2)
36 Description: cluster engine daemon and utilities
e77cc04e
FG
37 ${S:X-Common-Description}
38 .