[Pkg-voip-commits] [SCM] StarPy branch, master, updated. a6b2bb166069a78ca304a4c043b9fd0d54fd3881

Paul Belanger paul.belanger at polybeacon.com
Sat Feb 11 19:05:02 UTC 2012


The following commit has been merged in the master branch:
commit a6b2bb166069a78ca304a4c043b9fd0d54fd3881
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>

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

-- 
StarPy



More information about the Pkg-voip-commits mailing list