[Pkg-voip-commits] [starpy] 02/02: Imported Debian patch 1.0.1.0.git.20140806-1

Victor Seva Lopez maniac-guest at moszumanska.debian.org
Fri Aug 14 13:00:28 UTC 2015


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

maniac-guest pushed a commit to branch master
in repository starpy.

commit b4ee7b8f1d5d0f0d7e5150251ec6c7c3c0255785
Merge: 6b11f4a dcf7627
Author: Tzafrir Cohen <tzafrir at debian.org>
Date:   Sun Aug 31 12:05:34 2014 -0700

    Imported Debian patch 1.0.1.0.git.20140806-1

 .travis.yml                       |   6 +
 ChangeLog                         | 724 --------------------------------------
 MANIFEST.in                       |  27 +-
 README                            |   1 -
 README.rst                        |  18 +
 debian/changelog                  |  10 +
 debian/compat                     |   2 +-
 debian/control                    |   7 +-
 debian/watch                      |   3 +-
 CHANGES.txt => doc/CHANGES.txt    |   0
 UPGRADE.txt => doc/UPGRADE.txt    |   0
 doc/index.html                    |  18 +-
 requirements.txt                  |   1 +
 setup.py                          | 123 ++-----
 __init__.py => starpy/__init__.py |   0
 error.py => starpy/error.py       |   0
 fastagi.py => starpy/fastagi.py   |  22 +-
 manager.py => starpy/manager.py   | 176 +++++++--
 tools/pip-requires                |   0
 tools/test-requires               |   2 +
 tox.ini                           |  11 +
 21 files changed, 255 insertions(+), 896 deletions(-)

diff --cc debian/changelog
index 75cb7f0,0000000..6275bdd
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,6 -1,0 +1,16 @@@
++starpy (1.0.1.0.git.20140806-1) unstable; urgency=low
++
++  * New upstream git snapshot (needed for the Asterisk test suite).
++  * Depend on setuptools
++  * Compat level 9
++  * Standards version 3.9.5: no change needed.
++  * Github project moved: s/asterisk-org/asterisk/.
++
++ -- Tzafrir Cohen <tzafrir at debian.org>  Sun, 31 Aug 2014 12:05:34 -0700
++
 +starpy (1.0.1-1) unstable; urgency=low
 +
 +  [ Paul Belanger ]
 +  * Initial release. (Closes: #625216)
 +
 + -- Tzafrir Cohen <tzafrir at debian.org>  Thu, 16 Feb 2012 00:34:25 +0200
diff --cc debian/compat
index 7f8f011,0000000..ec63514
mode 100644,000000..100644
--- a/debian/compat
+++ b/debian/compat
@@@ -1,1 -1,0 +1,1 @@@
- 7
++9
diff --cc debian/control
index 654d2f2,0000000..cad69d4
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,24 -1,0 +1,25 @@@
 +Source: starpy
 +Section: python
 +Priority: optional
 +Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 +# Add Paul Belanger as an uploaded, for now.
 +Uploaders: Tzafrir Cohen <tzafrir at debian.org>, Paul Belanger <paul.belanger at polybeacon.com>
- Build-Depends: debhelper (>= 7.0.50~),
++Build-Depends: debhelper (>= 9),
 + python,
++ python-setuptools,
 + python-twisted-core
 +X-Python-Version: >= 2.4
- Standards-Version: 3.9.2
- Homepage: https://github.com/asterisk-org/starpy
++Standards-Version: 3.9.5
++Homepage: https://github.com/asterisk/starpy
 +Vcs-Git: git://anonscm.debian.org/pkg-voip/starpy.git
 +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-voip/starpy.git
 +
 +Package: python-starpy
 +Architecture: all
 +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
 + Interface (AMI) and Fast Asterisk Gateway Interface (FastAGI). Together these
 + allow you to write both command-and-control interfaces (used, for example to
 + generate new calls) and to customize user interactions from the dial-plan.
diff --cc debian/watch
index 9d9581f,0000000..4c1f4f4
mode 100644,000000..100644
--- a/debian/watch
+++ b/debian/watch
@@@ -1,2 -1,0 +1,3 @@@
 +version=3
- https://github.com/asterisk-org/starpy/downloads .*/starpy/starpy-(1.0.[0-9.]*).tar.gz
++opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)\d*)$/$1~$2/,dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$// \
++https://github.com/asterisk/starpy/tags .*/v?(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))

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