debian/0000755000000000000000000000000011717030247007170 5ustar debian/changelog0000644000000000000000000000025411717031511011036 0ustar starpy (1.0.1-1) unstable; urgency=low [ Paul Belanger ] * Initial release. (Closes: #625216) -- Tzafrir Cohen Thu, 16 Feb 2012 00:34:25 +0200 debian/watch0000644000000000000000000000014111717031511010210 0ustar version=3 https://github.com/asterisk-org/starpy/downloads .*/starpy/starpy-(1.0.[0-9.]*).tar.gz debian/source/0000755000000000000000000000000011717031511010463 5ustar debian/source/format0000644000000000000000000000001411717031511011671 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211717031511010361 0ustar 7 debian/gbp.conf0000644000000000000000000000021411717031511010577 0ustar [DEFAULT] [git-buildpackage] export-dir = ../build-area/ tarball-dir = ../tarballs/ overlay = True pristine-tar = False compression = gzip debian/control0000644000000000000000000000203211717031511010563 0ustar Source: starpy Section: python Priority: optional Maintainer: Debian VoIP Team # Add Paul Belanger as an uploaded, for now. Uploaders: Tzafrir Cohen , Paul Belanger Build-Depends: debhelper (>= 7.0.50~), python, 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 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. debian/rules0000755000000000000000000000140611717031511010244 0ustar #!/usr/bin/make -f DEBVERSION:=$(shell dpkg-parsechangelog | sed -n -e 's/Version: //p') DEB_SRC_VERSION:=$(shell echo $(DEBVERSION) | sed -e 's/-[^-]\+$$//') UPVERSION:=$(shell echo $(DEB_SRC_VERSION) | sed -e 's/[.~]dfsg//' -e 's/~\(\(rc\|beta\)[0-9]\)/-\1/') FILENAME := starpy_$(DEB_SRC_VERSION).orig.tar.gz URL := https://github.com/downloads/asterisk-org/starpy/starpy-$(UPVERSION).tar.gz %: dh $@ --with python2 print-version: @@echo "Debian version: $(DEBVERSION)" @@echo "Upstream version: $(UPVERSION)" get-orig-source: @@dh_testdir @@[ -d ../tarballs/. ] || mkdir -p ../tarballs @@if [ ! -f ../tarballs/$(FILENAME) ]; then \ echo Downloading $(FILENAME) from $(URL) ...; \ wget -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL); \ fi debian/copyright0000644000000000000000000000573511717031511011130 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174 Upstream-Name: StarPy Source: https://github.com/asterisk-org/starpy/ Upstream-Contact: Paul Belanger Comment: Previously maintained by: Upstream-Contact: Michael C. Fletcher Source: http://www.vrplumber.com/programming/starpy/ Files: * Copyright: Copyright 2006 Michael C. Fletcher License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . The name of Michael C. Fletcher, or the name of any Contributor, may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS NOT FAULT TOLERANT AND SHOULD NOT BE USED IN ANY SITUATION ENDANGERING HUMAN LIFE OR PROPERTY. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: Copyright 2011 Paul Belanger Copyright 2011 Tzafrir Cohen License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.