[Debian-ha-svn-commits] [SCM] cluster suite Debian packaging branch, master, updated. debian/3.0.4-3-3-g4b17839

Guido Günther agx at sigxcpu.org
Tue Nov 17 16:42:49 UTC 2009


The following commit has been merged in the master branch:
commit d5c283a064308a2c97b1d03f548376c8cd870ca2
Merge: e825aa08a8a2b085561cc96a29ad18e0450ea941 8e80d8591c927d56f55c5076842444f934adb8b3
Author: Guido Günther <agx at sigxcpu.org>
Date:   Mon Nov 16 18:34:27 2009 +0100

    Merge branch 'experimental'
    
    Conflicts:
    	debian/changelog
    	debian/cman.templates
    	debian/control
    	debian/patches/series

diff --combined debian/changelog
index bba95fd,c648e4e..401276d
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,10 -1,32 +1,34 @@@
+ redhat-cluster (3.0.4-2) experimental; urgency=low
+ 
+   * [8e18d30] Description and Template maintenance (Closes: #553452) - thanks
+     to Christian Perrier
+   * [b7d066a] make sure we find liblogthread Fixes build without liblogthread
+     installed.
+ 
+  -- Guido Günther <agx at sigxcpu.org>  Mon, 02 Nov 2009 19:52:36 +0100
+ 
+ redhat-cluster (3.0.4-1) experimental; urgency=low
+ 
+   * [497185a] Imported Upstream version 3.0.4
+   * [2b6f1ac] Imported Upstream version 3.0.3
+   * [a90ebea] {build-,}depend on newer corosync and openais
+   * [3a7fbbd] redo patches
+   * [1b77baf] drop nonexistant lib dirs
+   * [fb39470] build-depend xsltproc for manpage generation
+   * [45369b9] python-pexpect now needed during the build
+   * [ec89202] Tighten dependencies for cman
+   * [c09b3b1] install pkg-config files
+   * [54f57ab] install missing binaries
+ 
+  -- Guido Günther <agx at sigxcpu.org>  Sun, 25 Oct 2009 23:50:21 +0100
+ 
 -redhat-cluster (3.0.2-5) UNRELEASED; urgency=low
 +redhat-cluster (3.0.2-5) unstable; urgency=low
  
 -  * [2deb213] add watch file
 +  * [2deb213] Add watch file
 +  * [a121c74] Fix dependency based boot based on a patch by Peter
 +    Reinholdtsen Closes; #541980
  
 - -- Guido Günther <agx at sigxcpu.org>  Sun, 25 Oct 2009 23:50:04 +0100
 + -- Guido Günther <agx at sigxcpu.org>  Tue, 13 Oct 2009 22:29:22 +0200
  
  redhat-cluster (3.0.2-4) unstable; urgency=low
  
diff --combined debian/control
index caa4523,4e48d2b..ae2f310
--- a/debian/control
+++ b/debian/control
@@@ -5,9 -5,12 +5,14 @@@ Maintainer: Debian HA Maintainers <debi
  Uploaders: Bastian Blank <waldi at debian.org>, Frederik Schüler <fs at debian.org>,
   Guido Günther <agx at sigxcpu.org> 
  Standards-Version: 3.8.3
 +Vcs-Browser: http://git.debian.org/?p=debian-ha/redhat-cluster.git;a=summary
 +Vcs-Git: git://git.debian.org/debian-ha/redhat-cluster.git
- Build-Depends: quilt, debhelper (>= 5), libxml2-dev, libncurses5-dev, libcorosync-dev (>= 1.0.0), libopenais-dev (>= 1.0.0), linux-libc-dev, libvirt-dev (>= 0.3.0), libnss3-dev, libnspr4-dev, bzip2, libslang2-dev, libldap2-dev, perl-modules
+ Build-Depends: quilt, debhelper (>= 5), libxml2-dev, libncurses5-dev,
+  linux-libc-dev, libvirt-dev (>= 0.3.0), libnss3-dev, libnspr4-dev, bzip2, libslang2-dev, libldap2-dev, perl-modules,
+  libcorosync-dev (>= 1.1.0),
+  libopenais-dev (>= 1.1.0),
+  xsltproc,
+  python-pexpect
  
  Package: redhat-cluster-suite
  Section: admin
@@@ -20,23 -23,23 +25,23 @@@ Description: Red Hat cluster suite - me
   top of shared Fibre Channel/iSCSI storage devices.
   .
   The only scope for this package is to install the full Red Hat Cluster Suite
-  in one shot. It is safe to remove it.
+  in one operation. It is safe to remove it.
  
  Package: cman
  Architecture: any
  Section: admin
  Pre-Depends: debconf | debconf-2.0
- Depends: ${misc:Depends}, ${shlibs:Depends}, corosync (>= 1.0.0),
-  openais (>= 1.0.0), python, openipmi, sg3-utils, python-pexpect,
+ Depends: ${misc:Depends}, ${shlibs:Depends}, corosync (>= 1.1.0),
+  openais (>= 1.1.0), python, openipmi, sg3-utils, python-pexpect,
   libnet-snmp-perl, libnet-telnet-perl, snmp, telnet, openssh-client,
   python-openssl
  Conflicts: libdlm-dev (<= 2.20090112-0ubuntu3)
  Description: Red Hat cluster suite - cluster manager
-  This package is part of the Red Hat Cluster Suite, a complete         
-  high-availability solution.         
+  This package is part of the Red Hat Cluster Suite, a complete
+  high-availability solution.
   .
-  CMAN is a symmetric general-purpose cluster manager. It provides a 
-  service manager that handles service groups, plus a connection 
+  CMAN is a symmetric general-purpose cluster manager. It provides a
+  service manager that handles service groups, plus a connection
   manager that handles cluster membership management, messaging among
   the cluster nodes, event notification, quorum and state transitions.
   .
@@@ -48,8 -51,8 +53,8 @@@ Section: lib
  Architecture: any
  Depends: ${misc:Depends}, ${shlibs:Depends}
  Description: Red Hat cluster suite - cluster logging libraries
-  This package is part of the Red Hat Cluster Suite, a complete         
-  high-availability solution.         
+  This package is part of the Red Hat Cluster Suite, a complete
+  high-availability solution.
   .
   The logthread library provides a simple logging API designed for
   cluster applications.
@@@ -61,8 -64,8 +66,8 @@@ Section: libdeve
  Architecture: any
  Depends: ${misc:Depends}, liblogthread3 (= ${binary:Version})
  Description: Red Hat cluster suite - cluster logging development files
-  This package is part of the Red Hat Cluster Suite, a complete         
-  high-availability solution.         
+  This package is part of the Red Hat Cluster Suite, a complete
+  high-availability solution.
   .
   The logthread library provides a simple logging API designed for
   cluster applications.
@@@ -74,8 -77,8 +79,8 @@@ Section: lib
  Architecture: any
  Depends: ${misc:Depends}, ${shlibs:Depends}
  Description: Red Hat cluster suite - cluster configuration libraries
-  This package is part of the Red Hat Cluster Suite, a complete         
-  high-availability solution.         
+  This package is part of the Red Hat Cluster Suite, a complete
+  high-availability solution.
   .
   The ccs library provides a simplified XPath implementation to access
   CMAN/Corosync configuration data via the same API as the old and
@@@ -88,8 -91,8 +93,8 @@@ Section: libdeve
  Architecture: any
  Depends: ${misc:Depends}, libccs3 (= ${binary:Version})
  Description: Red Hat cluster suite - cluster manager development files
-  This package is part of the Red Hat Cluster Suite, a complete         
-  high-availability solution.         
+  This package is part of the Red Hat Cluster Suite, a complete
+  high-availability solution.
   .
   The ccs library provides a simplified XPath implementation to access
   CMAN/Corosync configuration data via the same API as the old and
@@@ -103,8 -106,8 +108,8 @@@ Section: per
  Architecture: any
  Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
  Description: Red Hat cluster suite - cluster configuration module
-  This package is part of the Red Hat Cluster Suite, a complete         
-  high-availability solution.         
+  This package is part of the Red Hat Cluster Suite, a complete
+  high-availability solution.
   .
   The ccs library provides a simplified XPath implementation to access
   CMAN/Corosync configuration data via the same API as the old and
@@@ -119,8 -122,8 +124,8 @@@ Section: lib
  Architecture: any
  Depends: ${misc:Depends}, ${shlibs:Depends}
  Description: Red Hat cluster suite - cluster manager libraries
-  This package is part of the Red Hat Cluster Suite, a complete         
-  high-availability solution.         
+  This package is part of the Red Hat Cluster Suite, a complete
+  high-availability solution.
   .
   CMAN provides a general-purpose Corosync/OpenAIS-based cluster manager.
   .
@@@ -131,8 -134,8 +136,8 @@@ Section: libdeve
  Architecture: any
  Depends: ${misc:Depends}, libcman3 (= ${binary:Version})
  Description: Red Hat cluster suite - cluster manager development files
-  This package is part of the Red Hat Cluster Suite, a complete         
-  high-availability solution.         
+  This package is part of the Red Hat Cluster Suite, a complete
+  high-availability solution.
   .
   CMAN provides a general-purpose Corosync/OpenAIS-based cluster manager.
   .
@@@ -144,8 -147,8 +149,8 @@@ Architecture: an
  Depends: ${misc:Depends}, ${shlibs:Depends}
  Breaks: udev (<< 0.136-1)
  Description: Red Hat cluster suite - distributed lock manager library
-  This package is part of the Red Hat Cluster Suite, a complete         
-  high-availability solution.         
+  This package is part of the Red Hat Cluster Suite, a complete
+  high-availability solution.
   .
   DLM is a symmetric general-purpose distributed lock manager. It is
   used for example by GFS and the distributed volume manager.
@@@ -158,8 -161,8 +163,8 @@@ Section: libdeve
  Architecture: any
  Depends: ${misc:Depends}, ${shlibs:Depends}, libdlm3 (= ${binary:Version})
  Description: Red Hat cluster suite - distributed lock manager development files
-  This package is part of the Red Hat Cluster Suite, a complete         
-  high-availability solution.         
+  This package is part of the Red Hat Cluster Suite, a complete
+  high-availability solution.
   .
   DLM is a symmetric general-purpose distributed lock manager. It is
   used for example by GFS and the distributed volume manager.
@@@ -172,8 -175,8 +177,8 @@@ Section: lib
  Architecture: any
  Depends: ${misc:Depends}, ${shlibs:Depends}
  Description: Red Hat cluster suite - distributed lock manager library
-  This package is part of the Red Hat Cluster Suite, a complete         
-  high-availability solution.         
+  This package is part of the Red Hat Cluster Suite, a complete
+  high-availability solution.
   .
   DLM is a symmetric general-purpose distributed lock manager. It is
   used for example by GFS and the distributed volume manager.
@@@ -186,8 -189,8 +191,8 @@@ Section: libdeve
  Architecture: any
  Depends: ${misc:Depends}, libdlmcontrol3 (= ${binary:Version})
  Description: Red Hat cluster suite - distributed lock manager development files
-  This package is part of the Red Hat Cluster Suite, a complete         
-  high-availability solution.         
+  This package is part of the Red Hat Cluster Suite, a complete
+  high-availability solution.
   .
   DLM is a symmetric general-purpose distributed lock manager. It is
   used for example by GFS and the distributed volume manager.
@@@ -200,8 -203,8 +205,8 @@@ Section: lib
  Architecture: any
  Depends: ${misc:Depends}, ${shlibs:Depends}
  Description: Red Hat cluster suite - fence client library
-  This package is part of the Red Hat Cluster Suite, a complete         
-  high-availability solution.         
+  This package is part of the Red Hat Cluster Suite, a complete
+  high-availability solution.
   .
   fenced is the daemon in charge of controlling cluster node fencing.
   .
@@@ -212,8 -215,8 +217,8 @@@ Section: libdeve
  Architecture: any
  Depends: ${misc:Depends}, libfence4 (= ${binary:Version})
  Description: Red Hat cluster suite - fence server development files
-  This package is part of the Red Hat Cluster Suite, a complete         
-  high-availability solution.         
+  This package is part of the Red Hat Cluster Suite, a complete
+  high-availability solution.
   .
   fenced is the daemon in charge of controlling cluster node fencing.
   .
@@@ -247,7 -250,7 +252,7 @@@ Depends: ${misc:Depends}, ${shlibs:Depe
  Section: admin
  Description: Red Hat cluster suite - global file system 2 tools
   This package is part of the Red Hat Cluster Suite, a complete
-  high-availability solution.         
+  high-availability solution.
   .
   The Global File System allows a cluster of machines to concurrently access
   shared storage hardware like SANs or iSCSI and network block devices. GFS
@@@ -267,8 -270,8 +272,8 @@@ Depends: ${misc:Depends}, ${shlibs:Depe
   perl, gawk, net-tools
  Conflicts: nfs-user-server
  Description: Red Hat cluster suite - clustered resource group manager
-  This package is part of the Red Hat Cluster Suite, a complete         
-  high-availability solution.         
+  This package is part of the Red Hat Cluster Suite, a complete
+  high-availability solution.
   .
   Resource Group Manager provides high availability of critical server
   applications in the event of planned or unplanned system downtime.
@@@ -277,8 -280,8 +282,8 @@@ Package: redhat-cluster-sourc
  Architecture: all
  Depends: ${misc:Depends}, bzip2
  Description: Red Hat cluster suite - kernel module source
-  This package is part of the Red Hat Cluster Suite, a complete         
-  high-availability solution.         
+  This package is part of the Red Hat Cluster Suite, a complete
+  high-availability solution.
   .
   This package contains the source necessary for compiling the Red Hat
   Cluster Suite out-of-tree kernel module gfs against the Linux kernel
diff --combined debian/patches/series
index 8e29619,bcf3405..8d40398
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,2 -1,2 +1,3 @@@
  0001-add-dlm-kernel-headers.patch
 +0002-Fix-Default-Start-Stop-for-dependency-based-boot.patch
+ 0002-add-LD_LIBRARY_PATH-so-we-find-liblogthread.patch

-- 
cluster suite Debian packaging



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