[Debian-ha-commits] [crmsh] 01/09: Updated build depends

Richard Winters devrik-guest at moszumanska.debian.org
Fri May 1 00:34:56 UTC 2015


This is an automated email from the git hooks/post-receive script.

devrik-guest pushed a commit to branch master
in repository crmsh.

commit 8cfdc59a15a7dff5591247662bbe566fd3d2724b
Author: Richard B Winters <rik at mmogp.com>
Date:   Wed Apr 22 05:23:20 2015 -0400

    Updated build depends
    
     - Added individual cluster-glue libraries with relationship >=
       1.0.12
     - Updated relationship of shared pacemaker libs to be >= 1.1.12
     - Changed python-support to dh_python2 as recommended by lintian
    
    Change-Id: I333c391acf35e22ba0f3424232de3b7272bf645e
    Signed-off-by: Richard B Winters <rik at mmogp.com>
---
 debian/control | 36 ++++++++++++++++++++----------------
 1 file changed, 20 insertions(+), 16 deletions(-)

diff --git a/debian/control b/debian/control
index 80e1b17..d587c95 100644
--- a/debian/control
+++ b/debian/control
@@ -9,24 +9,28 @@ Build-Depends: debhelper (>= 9.0.0),
  autotools-dev,
  cluster-glue-dev,
  dh-autoreconf,
- dh-python,
+ dh-python2,
  docbook-xml,
  docbook-xsl,
- libcib3-dev,
- libcrmcluster4-dev,
- libcrmcommon3-dev (>= 1.1.8+git20121010),
- libcrmservice1-dev,
- liblrmd1-dev,
- libpe-rules2-dev,
- libpe-status4-dev,
- libpengine4-dev (>= 1.1.8+git20121010),
- libstonithd2-dev,
- libtransitioner2-dev,
+ libcib4-dev (>= 1.1.12),
+ libcrmcluster4-dev (>= 1.1.12),
+ libcrmcommon3-dev (>= 1.1.12),
+ libcrmservice1-dev (>= 1.1.12),
+ liblrm2-dev (>= 1.0.12),
+ liblrmd1-dev (>= 1.1.12),
+ libpe-rules2-dev (>= 1.1.12),
+ libpe-status4-dev (>= 1.1.12),
+ libpengine4-dev (>= 1.1.12),
+ libpils2-dev (>= 1.0.12),
+ libplumb2-dev (>= 1.0.12),
+ libplumbgpl2-dev (>= 1.0.12),
+ libstonith1-dev (>= 1.0.12),
+ libstonithd2-dev (>= 1.1.12),
+ libtransitioner2-dev (>= 1.1.12),
  libxml2-utils,
  pkg-config,
  python-all (>= 2.6.6-3~),
  python-all-dev,
- python-support,
  python-setuptools,
  xsltproc
 Standards-Version: 3.9.6
@@ -40,12 +44,12 @@ Depends: ${shlibs:Depends},
  ${python:Depends},
  ${misc:Depends},
  python2.7 (>=2.7.9),
- python-support (>= 0.90),
+ dh_python2,
  python-lxml,
  python-yaml
-Recommends: pacemaker (>= 1.1.8-1)
-Replaces: pacemaker (<< 1.1.8-1)
-Breaks: pacemaker (<< 1.1.8-1)
+Recommends: pacemaker (>= 1.1.12)
+Replaces: pacemaker (<< 1.1.12)
+Breaks: pacemaker (<< 1.1.12)
 Description: CRM shell for the pacemaker cluster manager
  This package contains the famous CRM shell (crmsh) written by Dejan 
  Muhamedagic. Use it to manipulate the cluster information base (CIB)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/crmsh.git



More information about the Debian-HA-Commits mailing list