[Pkg-voip-commits] [starpy] 08/40: Transition to dh_python2

tzafrir at debian.org tzafrir at debian.org
Sat Jul 9 21:26:24 UTC 2016


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

tzafrir pushed a commit to branch master
in repository starpy.

commit 3177dde69710abf477fc2b96fa2aac4563be3611
Author: Paul Belanger <paul.belanger at polybeacon.com>
Date:   Sat Feb 11 14:03:05 2012 -0500

    Transition to dh_python2
    
    The two traditionally popular Python helpers, python-support and
    python-central have both been deprecated in favor of dh_python2.
    
    URL: http://wiki.debian.org/Python/TransitionToDHPython2
    
    Signed-off-by: Paul Belanger <paul.belanger at polybeacon.com>
---
 debian/control | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index fa7ed1c..97405b2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Tzafrir Cohen <tzafrir at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
- python-support (>= 0.6),
  python-twisted-core
+X-Python-Version: >= 2.4
 Standards-Version: 3.9.2
 Homepage: https://github.com/asterisk-org/starpy
 Vcs-Git: git://anonscm.debian.org/pkg-voip/starpy.git
@@ -13,8 +13,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-voip/starpy.git
 
 Package: python-starpy
 Architecture: all
-Provides: ${python:Provides}
-Depends: python-twisted-core, ${misc:Depends}, ${python:Depends}
+Depends: python-twisted-core, ${misc:Depends}
 Recommends: asterisk
 Description: Asterisk (AMI) protocols for Twisted Python
  A Twisted Python protocol that provides access to the Asterisk PBX's Manager

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/starpy.git



More information about the Pkg-voip-commits mailing list