[Debian-ha-maintainers] [PATCH] debian: require cluster-glue >= 1.0.6

Florian Haas florian.haas at linbit.com
Wed Jul 14 07:13:35 UTC 2010


# HG changeset patch
# User Florian Haas <florian.haas at linbit.com>
# Date 1279091534 -7200
# Branch sid
# Node ID c113ba597109a92cfb6de755e0dbcf2ff49ab326
# Parent  795a2b76d7c7601cf174882e0ede21cf797d6ed1
debian: require cluster-glue >= 1.0.6

cluster-glue 1.0.6 contains a change in the crmd-lrmd resource removal
protocol. Bump the Depends list to require at least that version of
cluster-glue.

diff -r 795a2b76d7c7 -r c113ba597109 debian/control
--- a/debian/control	Tue Jul 06 22:30:44 2010 +0900
+++ b/debian/control	Wed Jul 14 09:12:14 2010 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian HA Maintainers <debian-ha-maintainers at lists.alioth.debian.org>
 Uploaders: Martin Loschwitz <madkiss at debian.org>, Anibal Monsalve Salazar <anibal at debian.org>, Simon Horman <horms at debian.org>, Frederik Schüler <fs at debian.org>
-Build-Depends: debhelper (>= 7), automake, autoconf, chrpath, libsnmp-dev, libglib2.0-dev, perl, net-tools, python, libtool, libcurl4-openssl-dev | libcurl3-openssl-dev, libxml2-dev, bison, flex, uuid-dev, libbz2-dev, zlib1g-dev, libltdl3-dev, openssh-client, libgnutls-dev, python-central (>= 0.5), python-dev, libpam0g-dev, libncurses5-dev, libcorosync-dev (>= 1.1.2), libheartbeat2-dev (>= 3.0), cluster-glue-dev (>= 1.0+hg20090821), libcluster-glue-dev (>= 1.0+hg20090821), libxslt1-dev, libesmtp-dev
+Build-Depends: debhelper (>= 7), automake, autoconf, chrpath, libsnmp-dev, libglib2.0-dev, perl, net-tools, python, libtool, libcurl4-openssl-dev | libcurl3-openssl-dev, libxml2-dev, bison, flex, uuid-dev, libbz2-dev, zlib1g-dev, libltdl3-dev, openssh-client, libgnutls-dev, python-central (>= 0.5), python-dev, libpam0g-dev, libncurses5-dev, libcorosync-dev (>= 1.1.2), libheartbeat2-dev (>= 3.0), cluster-glue-dev (>= 1.0.6), libcluster-glue-dev (>= 1.0.6), libxslt1-dev, libesmtp-dev
 Standards-Version: 3.8.4
 Homepage: http://clusterlabs.org/
 Vcs-Hg: http://hg.debian.org/hg/debian-ha/pacemaker
@@ -31,7 +31,7 @@
 Architecture: any
 Replaces: pacemaker-heartbeat-dev, pacemaker-openais-dev
 Conflicts: pacemaker-heartbeat-dev, pacemaker-openais-dev
-Depends: ${shlibs:Depends}, ${misc:Depends}, pacemaker (>= ${source:Version}), python, libcorosync-dev (>= 1.1.2+svn20091102), libheartbeat2-dev (>= 3.0) , libglib2.0-dev, libxml2-dev, libcluster-glue-dev (>= 1.0+hg20090821)
+Depends: ${shlibs:Depends}, ${misc:Depends}, pacemaker (>= ${source:Version}), python, libcorosync-dev (>= 1.1.2+svn20091102), libheartbeat2-dev (>= 3.0) , libglib2.0-dev, libxml2-dev, libcluster-glue-dev (>= 1.0.6)
 XB-Python-Version: ${python:Versions}
 Description: HA cluster resource manager (development files)
  High-Availability cluster resource manager for Heartbeat.


More information about the Debian-ha-maintainers mailing list