[Debian-ha-commits] [pcs] 09/14: d/control: update dependencies for python3

Valentin Vidic vvidic-guest at moszumanska.debian.org
Sat Oct 14 11:56:44 UTC 2017


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

vvidic-guest pushed a commit to branch master
in repository pcs.

commit 1973a09430334089a842e17f93fc65b84f55c3a8
Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
Date:   Fri Oct 13 19:14:29 2017 +0200

    d/control: update dependencies for python3
---
 debian/control | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 5b35e34..b55b2f5 100644
--- a/debian/control
+++ b/debian/control
@@ -5,12 +5,13 @@ Maintainer: Debian HA Maintainers <debian-ha-maintainers at lists.alioth.debian.org
 Uploaders: Richard B Winters <rik at mmogp.com>,
  Christoph Berg <myon at debian.org>,
  Valentin Vidic <Valentin.Vidic at CARNet.hr>
-Build-Depends: debhelper (>= 10),
+Build-Depends:
+ debhelper (>= 10),
  dh-python,
  fontconfig,
  libpam0g-dev,
- python-all (>= 2.6.6-3~),
- python-setuptools
+ python3-all,
+ python3-setuptools
 Standards-Version: 4.0.0
 Homepage: https://github.com/ClusterLabs/pcs
 Vcs-Git: https://alioth.debian.org/anonscm/git/debian-ha/pcs.git
@@ -18,15 +19,16 @@ Vcs-Browser: https://anonscm.debian.org/cgit/debian-ha/pcs.git
 
 Package: pcs
 Architecture: all
-Depends: ${python:Depends},
+Depends:
  ${misc:Depends},
  lsb-base (>= 3.0-6),
  psmisc,
  fonts-dejavu-core,
  fonts-liberation,
- python2.7 (>=2.7.9),
- python-lxml,
- python-pkg-resources,
+ ${python3:Depends},
+ python3-lxml,
+ python3-pkg-resources,
+ python3-pycurl,
  ruby,
  ruby-activesupport,
  ruby-backports,
@@ -47,7 +49,7 @@ Replaces: pacemaker (<< 1.1.12)
 Breaks: pacemaker (<< 1.1.12)
 # unrelated python module that installs files in the same location;
 # conflict with it so it isn't loaded accidentally
-Conflicts: python-pcs
+Conflicts: python3-pcs
 Description: Pacemaker Configuration System
  pcs is a corosync and pacemaker configuration tool. It permits
  users to easily view, modify and create pacemaker based clusters.

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



More information about the Debian-HA-Commits mailing list