diff -Nru pacemaker-1.1.6/debian/changelog pacemaker-1.1.6/debian/changelog --- pacemaker-1.1.6/debian/changelog 2012-04-03 16:44:11.000000000 +0000 +++ pacemaker-1.1.6/debian/changelog 2012-04-16 16:55:19.000000000 +0000 @@ -1,3 +1,11 @@ +pacemaker (1.1.6-2ubuntu3) precise; urgency=low + + * Build with cman support (LP: #983091) + - debian/rules: --with-cman. + - Depends on libcman-dev and libfence-dev. + + -- Andres Rodriguez Mon, 16 Apr 2012 12:55:17 -0400 + pacemaker (1.1.6-2ubuntu2) precise; urgency=low * No change upload to fix new FTBFS (LP: #972600) diff -Nru pacemaker-1.1.6/debian/control pacemaker-1.1.6/debian/control --- pacemaker-1.1.6/debian/control 2012-02-23 05:20:55.000000000 +0000 +++ pacemaker-1.1.6/debian/control 2012-04-16 16:30:26.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian HA Maintainers Uploaders: Martin Loschwitz , Anibal Monsalve Salazar , Simon Horman , Frederik Schüler -Build-Depends: debhelper (>= 7), automake, autoconf, chrpath, libsnmp-dev, libglib2.0-dev, perl, net-tools, python (>= 2.6.6-3~), libtool, libcurl4-openssl-dev | libcurl3-openssl-dev, libxml2-dev, bison, flex, uuid-dev, libbz2-dev, zlib1g-dev, libltdl3-dev, openssh-client, libgnutls-dev, libpam0g-dev, libncurses5-dev, libcorosync-dev (>= 1.4.1), libheartbeat2-dev (>= 3.0), libxslt1-dev, libesmtp-dev, cluster-glue-dev (>= 1.0.7+hg2618), liblrm2-dev, libpils2-dev, libplumb2-dev, libplumbgpl2-dev, libstonith1-dev, help2man, libxml2-utils, xsltproc, docbook-xsl, resource-agents-dev, libcorosync4 +Build-Depends: debhelper (>= 7), automake, autoconf, chrpath, libsnmp-dev, libglib2.0-dev, perl, net-tools, python (>= 2.6.6-3~), libtool, libcurl4-openssl-dev | libcurl3-openssl-dev, libxml2-dev, bison, flex, uuid-dev, libbz2-dev, zlib1g-dev, libltdl3-dev, openssh-client, libgnutls-dev, libpam0g-dev, libncurses5-dev, libcorosync-dev (>= 1.4.1), libheartbeat2-dev (>= 3.0), libxslt1-dev, libesmtp-dev, cluster-glue-dev (>= 1.0.7+hg2618), liblrm2-dev, libpils2-dev, libplumb2-dev, libplumbgpl2-dev, libstonith1-dev, help2man, libxml2-utils, xsltproc, docbook-xsl, resource-agents-dev, libcorosync4, libcman-dev (>= 3.1), libfence-dev (>= 3.1) Standards-Version: 3.9.2 Homepage: http://clusterlabs.org/ Vcs-Hg: http://hg.debian.org/hg/debian-ha/pacemaker diff -Nru pacemaker-1.1.6/debian/rules pacemaker-1.1.6/debian/rules --- pacemaker-1.1.6/debian/rules 2012-02-23 05:27:45.000000000 +0000 +++ pacemaker-1.1.6/debian/rules 2012-04-16 16:16:50.000000000 +0000 @@ -26,7 +26,7 @@ --enable-snmp-subagent --with-mibsdir=/usr/share/snmp/mibs \ --disable-fatal-warnings --enable-glib-malloc --with-esmtp \ --with-snmp --with-ais --with-heartbeat --libdir=/usr/lib \ - --with-lcrso-dir=/usr/lib/lcrso + --with-cman --with-lcrso-dir=/usr/lib/lcrso # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already)