[Debian-ha-svn-commits] [SCM] cluster suite Debian packaging branch, experimental, updated. debian/3.0.11-1

Guido Günther agx at sigxcpu.org
Wed May 5 16:08:51 UTC 2010


The following commit has been merged in the experimental branch:
commit c14c8949b8669f28a1525da0416521e8ab6dae6e
Author: Guido Günther <agx at sigxcpu.org>
Date:   Mon Apr 26 22:30:56 2010 +0200

    Enable pacemaker support
    
    Thanks: Jörg Bachmann for testing

diff --git a/debian/control b/debian/control
index 5e16d7c..565f424 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,11 @@ Build-Depends: quilt, debhelper (>= 5), libxml2-dev, libncurses5-dev,
  libopenais-dev (>= 1.1.1),
  xsltproc,
  python-pexpect,
- po-debconf
+ po-debconf,
+ libcluster-glue-dev,
+ libglib2.0-dev,
+ libbz2-dev,
+ pacemaker-dev
 
 Package: redhat-cluster-suite
 Section: admin
@@ -291,3 +295,22 @@ Description: Red Hat cluster suite - kernel module source
  This package contains the source necessary for compiling the Red Hat
  Cluster Suite out-of-tree kernel module gfs against the Linux kernel
  source tree.
+
+Package: dlm-pcmk
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Red Hat cluster suite - DLM pacemaker module
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
+ This package contains the DLM module for pacemaker.
+
+Package: gfs-pcmk
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Red Hat cluster suite - GFS pacemaker module
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
+ This package contains the GFS module for pacemaker.
+
diff --git a/debian/dlm-pcmk.install b/debian/dlm-pcmk.install
new file mode 100644
index 0000000..8a04258
--- /dev/null
+++ b/debian/dlm-pcmk.install
@@ -0,0 +1 @@
+/usr/sbin/dlm_controld.pcmk
diff --git a/debian/gfs-pcmk.install b/debian/gfs-pcmk.install
new file mode 100644
index 0000000..6740a95
--- /dev/null
+++ b/debian/gfs-pcmk.install
@@ -0,0 +1 @@
+/usr/sbin/gfs_controld.pcmk
diff --git a/debian/rules b/debian/rules
index ee58cb8..3b7918b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,7 @@ configure-stamp:
 		    --libexecdir=/usr/lib \
 		    --disable_kernel_check \
 		    --enable_gfs \
+		    --enable_pacemaker \
 		    --without_kernel_modules
 
 	touch $@

-- 
cluster suite Debian packaging



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