diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 65 |
1 files changed, 19 insertions, 46 deletions
diff --git a/debian/control b/debian/control index 6fd60fe..32af3ed 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ XSBC-Original-Uploaders: Ferenc Wágner <wferi@debian.org>, Adrian Vondendriesch <adrian.vondendriesch@credativ.de>, Bugs: mailto:maintainers@lists.progress-linux.org -Build-Depends: dpkg-dev (>= 1.22.5), +Build-Depends: cluster-glue-dev, debhelper-compat (= 13), dh-exec, @@ -184,10 +184,7 @@ Description: cluster resource manager HTML documentation * the Pacemaker Explained book and * the Pacemaker Remote book. -Package: libcib27t64 -Provides: ${t64:Provides} -Replaces: libcib27 -Breaks: libcib27 (<< ${source:Version}) +Package: libcib27 Architecture: any Multi-Arch: same Section: libs @@ -199,10 +196,7 @@ Description: cluster resource manager CIB library . This package contains the Cluster Information Base library. -Package: libcrmcluster29t64 -Provides: ${t64:Provides} -Replaces: libcrmcluster29 -Breaks: libcrmcluster29 (<< ${source:Version}) +Package: libcrmcluster29 Architecture: any Multi-Arch: same Section: libs @@ -214,10 +208,7 @@ Description: cluster resource manager cluster library . This package contains the cluster library. -Package: libcrmcommon34t64 -Provides: ${t64:Provides} -Replaces: libcrmcommon34 -Breaks: libcrmcommon34 (<< ${source:Version}) +Package: libcrmcommon34 Architecture: any Multi-Arch: same Section: libs @@ -229,10 +220,7 @@ Description: cluster resource manager common library . This package contains the common library. -Package: libcrmservice28t64 -Provides: ${t64:Provides} -Replaces: libcrmservice28 -Breaks: libcrmservice28 (<< ${source:Version}) +Package: libcrmservice28 Architecture: any Multi-Arch: same Section: libs @@ -244,10 +232,7 @@ Description: cluster resource manager service library . This package contains the service library. -Package: liblrmd28t64 -Provides: ${t64:Provides} -Replaces: liblrmd28 -Breaks: liblrmd28 (<< ${source:Version}) +Package: liblrmd28 Architecture: any Multi-Arch: same Section: libs @@ -259,10 +244,7 @@ Description: cluster resource manager LRMD library . This package contains the Local Resource Manager Daemon library. -Package: libpacemaker1t64 -Provides: ${t64:Provides} -Replaces: libpacemaker1 -Breaks: libpacemaker1 (<< ${source:Version}) +Package: libpacemaker1 Architecture: any Multi-Arch: same Section: libs @@ -275,10 +257,7 @@ Description: cluster resource manager utility library This package contains the utility library resulting from the merge of libpengine and libtransitioner. -Package: libpe-rules26t64 -Provides: ${t64:Provides} -Replaces: libpe-rules26 -Breaks: libpe-rules26 (<< ${source:Version}) +Package: libpe-rules26 Architecture: any Multi-Arch: same Section: libs @@ -290,10 +269,7 @@ Description: cluster resource manager Policy Engine rules library . This package contains the Policy Engine rules library. -Package: libpe-status28t64 -Provides: ${t64:Provides} -Replaces: libpe-status28 -Breaks: libpe-status28 (<< ${source:Version}) +Package: libpe-status28 Architecture: any Multi-Arch: same Section: libs @@ -305,10 +281,7 @@ Description: cluster resource manager Policy Engine status library . This package contains the Policy Engine status library. -Package: libstonithd26t64 -Provides: ${t64:Provides} -Replaces: libstonithd26 -Breaks: libstonithd26 (<< ${source:Version}) +Package: libstonithd26 Architecture: any Multi-Arch: same Section: libs @@ -343,15 +316,15 @@ Multi-Arch: same Section: libdevel Depends: ${misc:Depends}, - 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}), + 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}), # we include headers from these: libcpg-dev, libglib2.0-dev, |