]> git.proxmox.com Git - corosync-pve.git/blob - patches/0001-add-Provides-Replaces-corosync-pve.patch
3b467f955e0e80ff23524c82db58bb43d868537b
[corosync-pve.git] / patches / 0001-add-Provides-Replaces-corosync-pve.patch
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
3 Date: Tue, 7 Mar 2017 13:29:31 +0100
4 Subject: [PATCH] add Provides/Replaces: corosync-pve
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
10 ---
11 debian/control | 7 +++++++
12 1 file changed, 7 insertions(+)
13
14 diff --git a/debian/control b/debian/control
15 index fad56353..d11dc18c 100644
16 --- a/debian/control
17 +++ b/debian/control
18 @@ -31,6 +31,11 @@ Homepage: http://corosync.github.io/corosync/
19 Vcs-Git: https://anonscm.debian.org/git/debian-ha/corosync.git
20 Vcs-Browser: https://anonscm.debian.org/cgit/debian-ha/corosync.git
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}
30 @@ -39,6 +44,8 @@ Depends: ${shlibs:Depends},
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
37 ${DESCRIPTION}
38 This package contains the Corosync daemon and some administration tools.
39 --
40 2.14.2
41