diff -Nru pacemaker-1.0.8+hg15494/debian/changelog pacemaker-1.0.8+hg15494/debian/changelog --- pacemaker-1.0.8+hg15494/debian/changelog 2010-03-30 11:08:10.000000000 -0400 +++ pacemaker-1.0.8+hg15494/debian/changelog 2010-04-14 00:22:51.000000000 -0400 @@ -1,3 +1,12 @@ +pacemaker (1.0.8+hg15494-2ubuntu1) lucid; urgency=low + + * Sync from debian unstable (LP: #562712). + * debian/pacemaker-dev.install: Changed 'python2.5/site-packages' to + 'python*/*-packages'. + * debian/control: Add missing Build-Depends on libcluster-glue-dev. + + -- Andres Rodriguez Wed, 14 Apr 2010 00:22:35 -0400 + pacemaker (1.0.8+hg15494-2) unstable; urgency=low * Fix support of python file handling for CRM shell diff -Nru pacemaker-1.0.8+hg15494/debian/control pacemaker-1.0.8+hg15494/debian/control --- pacemaker-1.0.8+hg15494/debian/control 2010-03-30 06:27:29.000000000 -0400 +++ pacemaker-1.0.8+hg15494/debian/control 2010-04-13 21:06:55.000000000 -0400 @@ -1,9 +1,10 @@ Source: pacemaker Section: admin Priority: optional -Maintainer: Debian HA Maintainers +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, 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), 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+hg20090821), libcluster-glue-dev (>= 1.0+hg20090821), libxslt1-dev, libesmtp-dev Standards-Version: 3.8.4 Homepage: http://clusterlabs.org/ XS-Python-Version: current diff -Nru pacemaker-1.0.8+hg15494/debian/pacemaker-dev.install pacemaker-1.0.8+hg15494/debian/pacemaker-dev.install --- pacemaker-1.0.8+hg15494/debian/pacemaker-dev.install 2010-03-30 06:03:02.000000000 -0400 +++ pacemaker-1.0.8+hg15494/debian/pacemaker-dev.install 2010-04-13 21:05:57.000000000 -0400 @@ -54,5 +54,5 @@ usr/share/pacemaker/tests/cts/*.pyc usr/include/pacemaker/crm/common/mainloop.h usr/share/pacemaker/tests/* -usr/lib/python2.5/site-packages/crm/*.pyo -usr/lib/python2.5/site-packages/crm/*.pyc +usr/lib/python*/*-packages/crm/*.pyo +usr/lib/python*/*-packages/crm/*.pyc