[Pkg-voip-commits] [starpy] 17/40: Properly build using python2

tzafrir at debian.org tzafrir at debian.org
Sat Jul 9 21:26:26 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 f235e058902a86ee94fccd6554cffe0bbe289264
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>
---
 debian/changelog | 15 +--------------
 debian/control   |  2 +-
 debian/rules     |  2 +-
 3 files changed, 3 insertions(+), 16 deletions(-)

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)"

-- 
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