[Debian-ha-svn-commits] [SCM] corosync Debian packaging branch, master, updated. debian/1.2.0-3-2-gd4bd86b

Guido Günther agx at sigxcpu.org
Sat Mar 13 11:04:08 UTC 2010


The following commit has been merged in the master branch:
commit d4bd86b5f1c99811c03ed0b8d78169c6aec5dfab
Author: Guido Günther <agx at sigxcpu.org>
Date:   Sat Mar 13 12:03:07 2010 +0100

    Add ${misc:Depends} dependencies

diff --git a/debian/control b/debian/control
index 2e67799..891210a 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,8 @@ Vcs-Browser: http://git.debian.org/?p=debian-ha/corosync.git;a=summary
 Package: corosync
 Section: admin
 Architecture: any
-Depends: ${shlibs:Depends}, lsb-base (>= 3.0-6), libcorosync4 (>= ${binary:Version}), adduser
+Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.0-6),
+ libcorosync4 (>= ${binary:Version}), adduser
 Conflicts: openais (<< 0.85), openais-legacy (<< 1.0.0)
 Description: Standards-based cluster framework (daemon and modules)
  The corosync project is a project to implement a production quality
@@ -31,8 +32,8 @@ Package: corosync-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: ${shlibs:Depends}, libcorosync4 (= ${binary:Version}) |
- corosync (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ libcorosync4 (= ${binary:Version}) | corosync (= ${binary:Version})
 Description: Standards-based cluster framework (debugging symbols)
  The corosync project is a project to implement a production quality
  "Revised BSD" licensed implementation of all core functionalities
@@ -50,7 +51,7 @@ Description: Standards-based cluster framework (debugging symbols)
 Package: libcorosync4
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: libopenais2 (<< 0.85)
 Description: Standards-based cluster framework (libraries)
  The corosync project is a project to implement a production quality
@@ -69,7 +70,7 @@ Description: Standards-based cluster framework (libraries)
 Package: libcorosync-dev
 Section: libdevel
 Architecture: any
-Depends: libcorosync4 (= ${binary:Version})
+Depends: libcorosync4 (= ${binary:Version}), ${misc:Depends}
 Conflicts: libopenais-dev (<< 0.85), libopenais-legacy-dev (<< 1.0.0)
 Description: Standards-based cluster framework (developer files)
  The corosync project is a project to implement a production quality

-- 
corosync Debian packaging



More information about the Debian-ha-svn-commits mailing list