[Debian-ha-svn-commits] [SCM] openais Debian packaging branch, master, updated. debian/1.1.2-1-3-gf952b1a

Guido Günther agx at sigxcpu.org
Mon Mar 8 13:16:46 UTC 2010


The following commit has been merged in the master branch:
commit c208fc1ebf6d0dca6d3042d5c55708c11fc780f6
Author: Guido Günther <agx at sigxcpu.org>
Date:   Mon Mar 8 14:12:35 2010 +0100

    Add ${misc:Depends} to packages using debhelper

diff --git a/debian/control b/debian/control
index 92013e5..757aa4e 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,8 @@ Package: openais
 Section: admin
 Architecture: any
 Breaks: cman (<< 3.0.0)
-Depends: ${shlibs:Depends}, libopenais3 (= ${binary:Version}), corosync
+Depends: ${shlibs:Depends}, ${misc:Depends}, libopenais3 (= ${binary:Version}),
+ corosync
 Description: Standards-based cluster framework (daemon and modules)
  The openais project is a project to implement a production quality
  "Revised BSD" licensed implementation of the SA Forum's Application
@@ -36,7 +37,7 @@ Package: openais-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: ${shlibs:Depends}, libopenais3 (= ${binary:Version}),
+Depends: ${shlibs:Depends}, ${misc:Depends}, libopenais3 (= ${binary:Version}),
  openais (= ${binary:Version})
 Description: Standards-based cluster framework (daemon and modules)
  The openais project is a project to implement a production quality
@@ -59,7 +60,7 @@ Description: Standards-based cluster framework (daemon and modules)
 Package: libopenais3
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Standards-based cluster framework (libraries)
  The openais project is a project to implement a production quality
  "Revised BSD" licensed implementation of the SA Forum's Application
@@ -81,7 +82,7 @@ Description: Standards-based cluster framework (libraries)
 Package: libopenais-dev
 Section: libdevel
 Architecture: any
-Depends: libopenais3 (= ${binary:Version})
+Depends: ${misc:Depends}, libopenais3 (= ${binary:Version})
 Description: Standards-based cluster framework (developer files)
  The openais project is a project to implement a production quality
  "Revised BSD" licensed implementation of the SA Forum's Application

-- 
openais Debian packaging



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