From 5ba9ac84fd9bdc69f84bbb54ac1a6fe33f7b489c Mon Sep 17 00:00:00 2001 From: Steve Davies Date: Fri, 25 Jul 2008 14:47:55 +0100 Subject: [PATCH] Updated to Debian packaging directory. This update needs more work. Notably the copyright file needs to be corrected. --- debian/README.Debian | 6 ------ debian/changelog | 35 +++++++++++++++++++++++++++++++++++ debian/compat | 2 +- debian/conffiles | 1 + debian/control | 16 ++++++++++------ 5 files changed, 47 insertions(+), 13 deletions(-) delete mode 100644 debian/README.Debian diff --git a/debian/README.Debian b/debian/README.Debian deleted file mode 100644 index a5d7f45..0000000 --- a/debian/README.Debian +++ /dev/null @@ -1,6 +0,0 @@ -astmanproxy for Debian ----------------------- - - - - -- Tzafrir Cohen , Tue, 7 Jun 2005 20:27:34 +0300 diff --git a/debian/changelog b/debian/changelog index e8deb96..6a90bf8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,38 @@ +astmanproxy (1.21.90) unstable; urgency=low + + * Correcting the attribution in this file as it was never + intended to be published. + * Update code to very latest GIT based code with all + contributions merged. + * NOTE: This is effectively 1.22rc1 + + -- Steve Davies Fri, 25 Jul 2008 14:34:15 +0100 + +astmanproxy (1.21-4) unstable; urgency=low + + * Bug fix update to 1.21e + + -- Steve Davies Wed, 31 Mar 2008 12:32:14 +0100 + +astmanproxy (1.21-3) unstable; urgency=low + + * Enhance and fix the filtering code to remember NewChannel events in + case they are needed later + + -- Steve Davies Wed, 23 Jan 2008 16:51:56 +0000 + +astmanproxy (1.21-2) unstable; urgency=low + + * Apply 1.21d patch to source tree + + -- Steve Davies Wed, 23 Jan 2008 16:51:56 +0000 + +astmanproxy (1.21-1) unstable; urgency=low + + * Initial IPCortex build + + -- Steve Davies Tue, 11 Sep 2007 18:03:17 +0100 + astmanproxy (1.0-1) unstable; urgency=low * Initial Release. diff --git a/debian/compat b/debian/compat index b8626c4..7ed6ff8 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 +5 diff --git a/debian/conffiles b/debian/conffiles index 17d440b..7c5305b 100644 --- a/debian/conffiles +++ b/debian/conffiles @@ -1 +1,2 @@ /etc/asterisk/astmanproxy.conf +/etc/asterisk/astmanproxy.users diff --git a/debian/control b/debian/control index af4c21e..df4d7e2 100644 --- a/debian/control +++ b/debian/control @@ -1,12 +1,16 @@ Source: astmanproxy Section: unknown -Priority: optional -Maintainer: Tzafrir Cohen -Build-Depends: debhelper (>= 4.0.0) -Standards-Version: 3.6.1 +Priority: extra +Maintainer: Steve Davies +Build-Depends: debhelper (>= 5) +Standards-Version: 3.7.2 Package: astmanproxy Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: - +Description: Proxy daemon for Asterisk Manager Protocol + Proxy daemon for Asterisk Manager Protocol. Its primary purpose is + to offload the use of many threads to handle multiple AMP connections + into a far more lightweight external daemon to improve stability and + scaleability. It also adds authentication, filtering, and multi-server + support.