summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control65
1 files changed, 46 insertions, 19 deletions
diff --git a/debian/control b/debian/control
index f75c294..5544d0b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian HA Maintainers <debian-ha-maintainers@alioth-lists.debian.net
Uploaders:
Ferenc Wágner <wferi@debian.org>,
Adrian Vondendriesch <adrian.vondendriesch@credativ.de>,
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
cluster-glue-dev,
debhelper-compat (= 13),
dh-exec,
@@ -179,7 +179,10 @@ Description: cluster resource manager HTML documentation
* the Pacemaker Explained book and
* the Pacemaker Remote book.
-Package: libcib27
+Package: libcib27t64
+Provides: ${t64:Provides}
+Replaces: libcib27
+Breaks: libcib27 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
@@ -191,7 +194,10 @@ Description: cluster resource manager CIB library
.
This package contains the Cluster Information Base library.
-Package: libcrmcluster29
+Package: libcrmcluster29t64
+Provides: ${t64:Provides}
+Replaces: libcrmcluster29
+Breaks: libcrmcluster29 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
@@ -203,7 +209,10 @@ Description: cluster resource manager cluster library
.
This package contains the cluster library.
-Package: libcrmcommon34
+Package: libcrmcommon34t64
+Provides: ${t64:Provides}
+Replaces: libcrmcommon34
+Breaks: libcrmcommon34 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
@@ -215,7 +224,10 @@ Description: cluster resource manager common library
.
This package contains the common library.
-Package: libcrmservice28
+Package: libcrmservice28t64
+Provides: ${t64:Provides}
+Replaces: libcrmservice28
+Breaks: libcrmservice28 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
@@ -227,7 +239,10 @@ Description: cluster resource manager service library
.
This package contains the service library.
-Package: liblrmd28
+Package: liblrmd28t64
+Provides: ${t64:Provides}
+Replaces: liblrmd28
+Breaks: liblrmd28 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
@@ -239,7 +254,10 @@ Description: cluster resource manager LRMD library
.
This package contains the Local Resource Manager Daemon library.
-Package: libpacemaker1
+Package: libpacemaker1t64
+Provides: ${t64:Provides}
+Replaces: libpacemaker1
+Breaks: libpacemaker1 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
@@ -252,7 +270,10 @@ Description: cluster resource manager utility library
This package contains the utility library resulting from the merge
of libpengine and libtransitioner.
-Package: libpe-rules26
+Package: libpe-rules26t64
+Provides: ${t64:Provides}
+Replaces: libpe-rules26
+Breaks: libpe-rules26 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
@@ -264,7 +285,10 @@ Description: cluster resource manager Policy Engine rules library
.
This package contains the Policy Engine rules library.
-Package: libpe-status28
+Package: libpe-status28t64
+Provides: ${t64:Provides}
+Replaces: libpe-status28
+Breaks: libpe-status28 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
@@ -276,7 +300,10 @@ Description: cluster resource manager Policy Engine status library
.
This package contains the Policy Engine status library.
-Package: libstonithd26
+Package: libstonithd26t64
+Provides: ${t64:Provides}
+Replaces: libstonithd26
+Breaks: libstonithd26 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
@@ -311,15 +338,15 @@ Multi-Arch: same
Section: libdevel
Depends:
${misc:Depends},
- libcib27 (= ${binary:Version}),
- libcrmcluster29 (= ${binary:Version}),
- libcrmcommon34 (= ${binary:Version}),
- libcrmservice28 (= ${binary:Version}),
- liblrmd28 (= ${binary:Version}),
- libpacemaker1 (= ${binary:Version}),
- libpe-rules26 (= ${binary:Version}),
- libpe-status28 (= ${binary:Version}),
- libstonithd26 (= ${binary:Version}),
+ libcib27t64 (= ${binary:Version}),
+ libcrmcluster29t64 (= ${binary:Version}),
+ libcrmcommon34t64 (= ${binary:Version}),
+ libcrmservice28t64 (= ${binary:Version}),
+ liblrmd28t64 (= ${binary:Version}),
+ libpacemaker1t64 (= ${binary:Version}),
+ libpe-rules26t64 (= ${binary:Version}),
+ libpe-status28t64 (= ${binary:Version}),
+ libstonithd26t64 (= ${binary:Version}),
# we include headers from these:
libcpg-dev,
libglib2.0-dev,