[Pkg-voip-commits] [SCM] StarPy branch, master, updated. debian/1.0.1-1-2-gceb101d

Paul Belanger paul.belanger at polybeacon.com
Wed Feb 15 21:34:37 UTC 2012


The following commit has been merged in the master branch:
commit ceb101d45ee36f23d9d66f6a5f2bbabf6f79656c
Author: Paul Belanger <paul.belanger at polybeacon.com>
Date:   Wed Feb 15 16:33:59 2012 -0500

    Properly build using python2
    
    Thanks to tzafrir for the help
    
    Signed-off-by: Paul Belanger <paul.belanger at polybeacon.com>

diff --git a/debian/changelog b/debian/changelog
index bae891c..18f708e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,19 +1,6 @@
 starpy (1.0.1-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
-
- -- Paul Belanger <paul.belanger at polybeacon.com>  Wed, 15 Feb 2012 11:44:07 -0500
-
-starpy (1.0.1-1) unstable; urgency=low
-
-  * New upstream release
-  * patches/extra-license-file:
-    - Removed; merged upstream.
-
- -- Paul Belanger <paul.belanger at polybeacon.com>  Wed, 15 Feb 2012 10:57:39 -0500
-
-starpy (1.0.0-1) unstable; urgency=low
-
   * Initial release. (Closes: #625216)
 
- -- Paul Belanger <paul.belanger at polybeacon.com>  Sat, 11 Feb 2012 14:55:53 -0500
+ -- Paul Belanger <paul.belanger at polybeacon.com>  Wed, 15 Feb 2012 16:33:50 -0500
diff --git a/debian/control b/debian/control
index cccf538..306cc55 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-voip/starpy.git
 
 Package: python-starpy
 Architecture: all
-Depends: python-twisted-core, ${misc:Depends}
+Depends: python-twisted-core, ${misc:Depends}, ${python:Depends}
 Recommends: asterisk
 Description: Asterisk (AMI) protocols for Twisted Python
  A Twisted Python protocol that provides access to the Asterisk PBX's Manager
diff --git a/debian/rules b/debian/rules
index d84b5fc..39929f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ FILENAME := starpy_$(DEB_SRC_VERSION).orig.tar.gz
 URL := https://github.com/downloads/asterisk-org/starpy/starpy-$(UPVERSION).tar.gz
 
 %:
-	dh $@
+	dh $@ --with python2
 
 print-version:
 	@@echo "Debian version:          $(DEBVERSION)"

-- 
StarPy



More information about the Pkg-voip-commits mailing list