[Pkg-voip-commits] r9433 - in /py-asterisk/trunk/debian: changelog control patches/00list watch

msp at alioth.debian.org msp at alioth.debian.org
Fri Jan 20 01:43:52 UTC 2012


Author: msp
Date: Fri Jan 20 01:43:52 2012
New Revision: 9433

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9433
Log:
* lca2012 release
* New upstream release
  - Fixes "Please package version 0.2" (Closes: #656440)
  - Fixes "fails to work with current version of Asterisk" (Closes: #650245)
  - Fixes "fails to detect the configuration in $HOME" (Closes: #559236)
* Update debian/watch -> code.google.com
* Updated Homepage:
* Add myself to Uploaders

Modified:
    py-asterisk/trunk/debian/changelog
    py-asterisk/trunk/debian/control
    py-asterisk/trunk/debian/patches/00list
    py-asterisk/trunk/debian/watch

Modified: py-asterisk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/py-asterisk/trunk/debian/changelog?rev=9433&op=diff
==============================================================================
--- py-asterisk/trunk/debian/changelog (original)
+++ py-asterisk/trunk/debian/changelog Fri Jan 20 01:43:52 2012
@@ -1,6 +1,11 @@
-py-asterisk (0.1a4-1) UNRELEASED; urgency=low
+py-asterisk (0.2-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * lca2012 release
+
+  * New upstream release
+    - Fixes "Please package version 0.2" (Closes: #656440)
+    - Fixes "fails to work with current version of Asterisk" (Closes: #650245)
+    - Fixes "fails to detect the configuration in $HOME" (Closes: #559236)
 
   [ Julien BLACHE ]
   * Acknowledge NMU (closes: #559237).
@@ -11,7 +16,12 @@
   * Add myself to Uploaders.
   * get-orig-source target. 
 
- -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Sun, 17 Jan 2010 16:08:19 +0200
+  [ Mark Purcell ]
+  * Update debian/watch -> code.google.com
+  * Updated Homepage:
+  * Add myself to Uploaders
+
+ -- Mark Purcell <msp at debian.org>  Fri, 20 Jan 2012 12:43:13 +1100
 
 py-asterisk (0.1a3+r160-4.1) unstable; urgency=low
 

Modified: py-asterisk/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/py-asterisk/trunk/debian/control?rev=9433&op=diff
==============================================================================
--- py-asterisk/trunk/debian/control (original)
+++ py-asterisk/trunk/debian/control Fri Jan 20 01:43:52 2012
@@ -2,10 +2,10 @@
 Section: comm
 Priority: extra
 Maintainer: Debian VoIP Maintainers <pkg-voip-maintainers at lists.alioth.debian.org>
-Uploaders: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
-Build-Depends: debhelper (>= 5), dpatch, python-support (>= 0.4), python-all-dev
+Uploaders: Mark Purcell <msp at debian.org>, Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+Build-Depends: debhelper (>= 5), dpatch, python-support (>= 0.4), python-all
 Standards-Version: 3.7.3
-Homepage: http://py-asterisk.berlios.de/
+Homepage: http://code.google.com/p/py-asterisk/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/py-asterisk/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/py-asterisk/?op=log
 
@@ -14,14 +14,21 @@
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
 Description: Asterisk Manager API interface module for Python
- This module provides an object oriented interface to the Asterisk Manager API,
- whilst embracing some applicable Python concepts:
-  o Functionality is split into separate mix-in classes
-  o Asterisk PBX errors cause fairly granular exceptions
-  o Docstrings are provided for all objects
-  o The module may be used asynchronously if required. It should be suitable
-    for inclusion in a single-threaded GUI
-  o Asterisk data is translated into data stored using Python types, so
-    working with it should be trivial. Through the use of XMLRPCServer or
-    similar, it should be trivial to expose this conversion to other
-    languages
+ The Python Asterisk package (codenamed py-Asterisk) is an attempt to produce
+ high quality, well documented Python bindings for the Asterisk Manager API.
+ .
+ The eventual goal of the package is to allow rich specification of the
+ Asterisk configuration in Python rather than in the quirky, unstructured,
+ undocumented mess that we call the Asterisk configuration files.
+ .
+ Working Functionality
+ .
+  Python package implementing a manager client and event dispatcher.
+  User-oriented command line interface to manager API.
+ .
+ Work In Progress
+ .
+  Introductary documentation for developers.
+  Asterisk module allowing dialplan configuration via the manager AP
+ I (see my pbx_config_mgr page).
+  Objects to represent the standard applications, for specification of

Modified: py-asterisk/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-voip/py-asterisk/trunk/debian/patches/00list?rev=9433&op=diff
==============================================================================
--- py-asterisk/trunk/debian/patches/00list (original)
+++ py-asterisk/trunk/debian/patches/00list Fri Jan 20 01:43:52 2012
@@ -1,3 +1,3 @@
 10_remove_shebang
-11_read_response
+#11_read_response
 #path_join

Modified: py-asterisk/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-voip/py-asterisk/trunk/debian/watch?rev=9433&op=diff
==============================================================================
--- py-asterisk/trunk/debian/watch (original)
+++ py-asterisk/trunk/debian/watch Fri Jan 20 01:43:52 2012
@@ -1,4 +1,6 @@
 version=3
-opts=downloadurlmangle=s/prdownload/download/,dversionmangle=s/\+r\d+// \
-http://developer.berlios.de/project/showfiles.php?group_id=3749 \
-http://prdownload.berlios.de/py-asterisk/py-asterisk-(.*)\.tar\.bz2
+
+opts=\
+downloadurlmangle=s|.*[?]name=(.*?)&.*|http://py-asterisk.googlecode.com/files/$1|,\
+filenamemangle=s|[^/]+[?]name=(.*?)&.*|$1| \
+http://code.google.com/p/py-asterisk/downloads/detail[?]name=py-asterisk-([0-9.]+).tar.bz2&.* debian svn-upgrade




More information about the Pkg-voip-commits mailing list