[Debian-ha-maintainers] Bug#586787: pacemaker-dev: missing dependencies

Simon Horman horms at verge.net.au
Tue Jul 6 13:33:09 UTC 2010


I have added the following patch to hg which should resolve this
problem and be included in the next upload.

http://hg.debian.org/hg/debian-ha/pacemaker/rev/795a2b76d7c7

# HG changeset patch
# User Simon Horman <horms at verge.net.au>
# Date 1278423044 -32400
# Branch sid
# Node ID 795a2b76d7c7601cf174882e0ede21cf797d6ed1
# Parent  a20982db2cc58a650973159b217075020969bcc5
low: Add dependencies on libglib2.0-dev, libxml2-dev and libcluster-glue-dev

Debian bug #586787

Signed-off-by: Simon Horman <horms at verge.net.au>

diff -r a20982db2cc5 -r 795a2b76d7c7 debian/changelog
--- a/debian/changelog	Tue Jul 06 22:13:21 2010 +0900
+++ b/debian/changelog	Tue Jul 06 22:30:44 2010 +0900
@@ -1,3 +1,11 @@
+pacemaker (1.0.9.1-2) UNRELEASED; urgency=low
+
+  * Add dependencies on libglib2.0-dev, libxml2-dev and libcluster-glue-dev
+    to pacemaker-dev.
+    Closes: #586787
+
+ -- Simon Horman <horms at debian.org>  Tue, 06 Jul 2010 22:28:48 +0900
+
 pacemaker (1.0.9.1-1) unstable; urgency=low
 
   * New Upstream
diff -r a20982db2cc5 -r 795a2b76d7c7 debian/control
--- a/debian/control	Tue Jul 06 22:13:21 2010 +0900
+++ b/debian/control	Tue Jul 06 22:30:44 2010 +0900
@@ -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) 
+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)
 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