[Pkg-voip-commits] [libpri] 01/04: Imported Debian patch 1.4.11.3-1

Victor Seva Lopez maniac-guest at moszumanska.debian.org
Sun Aug 16 11:36:38 UTC 2015


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

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

commit 78ec8b0d1f128713037bce54960c2e45b499b9ec
Author: Tzafrir Cohen <tzafrir at debian.org>
Date:   Wed Jun 30 00:53:30 2010 +0300

    Imported Debian patch 1.4.11.3-1
---
 debian/backports/etch                   |  10 +
 debian/changelog                        | 409 ++++++++++++++++++++++++++++++++
 debian/compat                           |   1 +
 debian/control                          |  31 +++
 debian/copyright                        |  33 +++
 debian/docs                             |   1 +
 debian/libpri-dev.install               |   3 +
 debian/libpri1.4.install                |   1 +
 debian/libpri1.4.symbols                | 364 ++++++++++++++++++++++++++++
 debian/patches/enable-gcc-optimizations |  33 +++
 debian/patches/series                   |   1 +
 debian/rules                            |  19 ++
 debian/source/format                    |   1 +
 debian/watch                            |   3 +
 14 files changed, 910 insertions(+)

diff --git a/debian/backports/etch b/debian/backports/etch
new file mode 100755
index 0000000..ef5a1cb
--- /dev/null
+++ b/debian/backports/etch
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# Etch has an older debhelper:
+sed -i -e '/^Build-Depends:/s/\(debhelper\) ([^)]*),/\1,/' debian/control
+echo 5 >debian/compat
+
+# The version of CDBS
+sed -i -e \
+  '/^include.*debhelper.mk/aDEB_DH_INSTALL_SOURCEDIR=$(CURDIR)/debian/tmp' \
+  debian/rules
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ac1b1b9
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,409 @@
+libpri (1.4.11.3-1) unstable; urgency=low
+
+  * New upstream bugfix release.
+
+ -- Tzafrir Cohen <tzafrir at debian.org>  Wed, 30 Jun 2010 00:53:30 +0300
+
+libpri (1.4.11.2-1) unstable; urgency=low
+
+  * New upstream bugfix release.
+  - Patch fix-inband-bri removed: merged upstream.
+  * Update my address to @debian.org.
+
+ -- Tzafrir Cohen <tzafrir at debian.org>  Tue, 08 Jun 2010 21:56:54 +0300
+
+libpri (1.4.11-1) unstable; urgency=low
+
+  * New upstream release.
+  * Drop patch osarch_hurd, merged upstream.
+  * Update enable-gcc-optimizations.
+  * Use a symbol file for library versioning since this version added lots of
+    them. Import and properly tag 1.4.10 & 1.4.11 symbols.
+  * Bump Standards-Version to 3.8.4.
+  * Switch to 3.0 (quilt) source package format and drop quilt dependency.
+  * Switch from cdbs to dh from debhelper 7.
+  * Switch to downloads.asterisk.org instead of the obsolete
+    downloads.digium.com in the watch file.
+
+ -- Faidon Liambotis <paravoid at debian.org>  Thu, 27 May 2010 04:27:05 +0300
+
+libpri (1.4.10.2-2) unstable; urgency=low
+
+  * Convert dpatch to quilt. 
+
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Thu, 03 Dec 2009 13:27:59 +0200
+
+libpri (1.4.10.2-1) unstable; urgency=low
+
+  * New upstream release (Closes: #551820)
+    - fixes improper Q.921 link operation
+  * Add basic debian/README.source
+
+ -- Mark Purcell <msp at debian.org>  Wed, 21 Oct 2009 10:03:25 +1100
+
+libpri (1.4.10.1-1) unstable; urgency=low
+
+  * New upstream release 
+
+  [ Tzafrir Cohen ]
+  * Patch osarch_hurd: Fix building on HURD.
+
+  [ Faidon Liambotis ]
+  * Add a fix for the inbanddisconnection setting on BRIs.
+
+ -- Mark Purcell <msp at debian.org>  Wed, 14 Oct 2009 07:46:11 +1100
+
+libpri (1.4.10-1) unstable; urgency=low
+
+  [ Tzafrir Cohen ]
+  * New upstream release.
+    - (Closes: #492867): "libpri - new upstream version"
+    - bug fixes related to handling of BRI PTMP links
+
+ -- Mark Purcell <msp at debian.org>  Fri, 24 Apr 2009 00:37:46 +1000
+
+libpri (1.4.9-2) unstable; urgency=low
+
+  * Upload to unstable
+    - pkg-voip transition discussed on debian-release
+  * Drop oldstable Conflicts: libpri1.2
+
+ -- Mark Purcell <msp at debian.org>  Thu, 02 Apr 2009 22:03:13 +1100
+
+libpri (1.4.9-1) experimental; urgency=low
+
+  [ Tzafrir Cohen ]
+  * New upstream version.
+  * Dropping bristuff for now.
+  * NEW package libpri1.4 SONAME is now 1.4 . Changed package name accordingly
+
+  [ Victor Seva ]
+  * debian/rules: Update upstream's URL.
+
+  [ Mark Purcell ]
+  * Update debian/watch
+  * Switch back to cdbs (allows -j2 and others)
+  * debian/compact -> 7
+  * Update debian/copyright GPL-2 only
+  * Upload to experimental while we coordinate transition debian-release & NEW
+
+ -- Mark Purcell <msp at debian.org>  Sun, 22 Mar 2009 22:00:07 +1100
+
+libpri (1.4.3-3) unstable; urgency=low
+
+  [ Tzafrir Cohen ]
+  * Fix layer 2 startup bugs (e.g. resume from cable disconnect) on BRI lines:
+    - When getting a SABME/UA after sending one, don't reset state.
+    - Don't further process an unassigned TEI event.
+  * Bump standards version to 3.8.0 .
+
+  [ Victor Seva ]
+  * debian/rules: fix get-orig-source to actually work
+
+ -- Faidon Liambotis <paravoid at debian.org>  Sun, 19 Oct 2008 20:12:39 +0300
+
+libpri (1.4.3-2) unstable; urgency=low
+
+  * Update to bristuff 0.4.0-RC1
+    - fixed "call reference exceeds 127 on BRI spans" bug in libpri
+      which caused a deadlock in chan_zap.
+    - fixed "t303 not stopped" bug in libpri.
+  * Add Junghanns.NET GmbH to the copyright holders in debian/copyright.
+  * Refer to /usr/share/common-licenses/GPL-2 to avoid ambiguity vs. GPLv3.
+
+ -- Faidon Liambotis <paravoid at debian.org>  Wed, 21 May 2008 03:33:52 +0300
+
+libpri (1.4.3-1) unstable; urgency=low
+
+  [ Mark Purcell ]
+  * New upstream release
+
+  [ Tzafrir Cohen ]
+  * Watching downloads.digium.com directly again. 
+
+ -- Mark Purcell <msp at debian.org>  Tue, 22 Apr 2008 22:49:51 +1000
+
+libpri (1.4.2-2) unstable; urgency=low
+
+  [ Faidon Liambotis ]
+  * Fix debian/watch by using a pkg-voip wrapper to avoid upstream's silly
+    redirections. (Closes: #449956)
+  * Bump Standards-Version to 3.7.3, no changed needed. 
+  * Remove Jose Carlos Garcia Sogo and Santiago Garcia Mantinan from
+    Uploaders.
+
+  [ Tzafrir Cohen ]
+  * Reset T303 timer on ALERTING and PROGRESS response to setup, from
+    bristuff 0.4.0-test6-xr2 (Closes: #473550).
+
+ -- Faidon Liambotis <paravoid at debian.org>  Tue, 01 Apr 2008 07:04:33 +0300
+
+libpri (1.4.2-1) unstable; urgency=low
+
+  [ Kilian Krause ]
+  * Add Homepage field as added in dpkg-dev 1.14.6.
+
+  [ Tzafrir Cohen ]
+  * New upstream release.
+  * Update bristuff to new upstream release.
+  * Update makefile patches to new upstream.
+  * Do build bristuffed version as well with -Werror .
+  * Fix an uninitialized variable there.
+  * BRI overlap digits were ignored - regression from 1.2 (Closes: #448118).
+
+  [ Faidon Liambotis ]
+  * Include <stddef.h> since <sys/time.h> doesn't include it anymore.
+    Fixes FTBFS (Closes: #453161).
+
+ -- Faidon Liambotis <paravoid at debian.org>  Thu, 29 Nov 2007 10:32:50 +0000
+
+libpri (1.4.1-2) unstable; urgency=low
+
+  * Enable -O2 optimizations, following Policy 10.1. (Closes: #359186)
+  * Conflict with libpri1.2 versions prior to 1.4.0-2 to ease transition for
+    testing and unstable users. (Closes: #437804)
+
+ -- Faidon Liambotis <paravoid at debian.org>  Wed, 15 Aug 2007 01:11:16 +0300
+
+libpri (1.4.1-1) unstable; urgency=low
+
+  * New Upstream Release
+
+  [ Tzafrir Cohen ]
+  * Re-Adding bristuff.
+  * Which requires re-applying and fixing libname.dpatch .
+
+  [ Faidon Liambotis ]
+  * Add myself to Uploaders.
+  * Add XS-Vcs-Svn and XS-Vcs-Browser to debian/control.
+  * Switch to dh_install from the deprecated dh_movefiles.
+  * Use ${binary:Version} instead of ${Source-Version}.
+  * Loosen up shlibs: we want to create shlibs that are >= 1.4, not the
+    specific version of libpri 1.4 (e.g. 1.4.1).
+  * Conflict/Replace libpri1.2 from etch since we're providing the same files.
+
+  [ Mark Purcell ]
+  * Bump package name to match soname libpri1.0
+
+ -- Mark Purcell <msp at debian.org>  Sat, 04 Aug 2007 09:41:50 +0100
+
+libpri (1.4.0-2) unstable; urgency=low
+
+  * unstable release
+
+ -- Mark Purcell <msp at debian.org>  Sun, 18 Mar 2007 21:41:16 +0000
+
+libpri (1.4.0-1) experimental; urgency=low
+
+  [ Tzafrir Cohen ]
+  * A new package for branch 1.4.
+  * Bristuff disabled.
+  * Standard version updated to 3.7.2. No change required.
+
+  [ Mark Purcell ]
+  * Update debian/watch for 1.4 series
+
+ -- Mark Purcell <msp at debian.org>  Sun, 18 Mar 2007 21:36:25 +0000
+
+libpri (1.2.4-1) unstable; urgency=low
+
+  * New upstream release.
+  * bristuff-0.3.0-PRE-1v
+
+ -- Mark Purcell <msp at debian.org>  Tue, 24 Oct 2006 22:21:29 +0100
+
+libpri (1.2.3-1) unstable; urgency=low
+
+  * New upstream release.
+
+  [ Tzafrir Cohen ]
+  * Patches have been applied upstream
+  * Makefile.dpatch: Remove unused fix from patches
+  * bristuff 0.3.0-PRE1p
+
+  [ Mark Purcell ]
+  * Cleanup bristuff.dpatch for Upstream 1.2.3. 
+
+ -- Mark Purcell <msp at debian.org>  Wed, 14 Jun 2006 12:11:36 +1000
+
+libpri (1.2.2-3) unstable; urgency=low
+
+  * Use CURDIR rather than PWD to make sure we can build with sudo.
+
+ -- Kilian Krause <kilian at debian.org>  Sun, 16 Apr 2006 22:55:59 +0000
+
+libpri (1.2.2-2) unstable; urgency=low
+
+  * bristuff 0.3.0-PRE-1k
+  * some changes to the libname patch (don't change links in the build dir)
+  * we no longer need to symlink manually (right?)
+
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Wed, 08 Feb 2006 00:39:46 +0200
+
+libpri (1.2.2-1) unstable; urgency=low
+
+  [ Tzafrir Cohen ]
+  * bristuff 0.3.0-PRE-1f
+
+  [ Kilian Krause ]
+  * New upstream release.
+  * New ABI since 1.2.1 without chaning SONAME. Adjusting at least the package
+    name accordingly nevertheless. (Closes: #341109)
+  * Add GNU/kFreeBSD patch to run ldconfig (Closes: #338388)
+
+ -- Kilian Krause <kilian at debian.org>  Sun,  5 Feb 2006 11:42:46 +0100
+
+libpri (1.2.1-2) unstable; urgency=low
+
+  * bristuff 0.3.0-PRE-1d
+  * bristuff is built by default, but as a separate library:
+    libpri-bristuffed.so.1 , /usr/include/bristuffed/pri.h . Thus the default
+    libpri is unmodified.
+
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Sat, 31 Dec 2005 15:28:25 +0200
+
+libpri (1.2.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Disable bristuff for new upstream
+
+ -- Mark Purcell <msp at debian.org>  Wed,  7 Dec 2005 21:25:46 +0000
+
+libpri (1.2.0-release-2) unstable; urgency=low
+
+  * bristuff 0.3.0-PRE-1 
+
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Wed, 23 Nov 2005 02:26:50 +0200
+
+libpri (1.2.0-release-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Mark Purcell <msp at debian.org>  Thu, 17 Nov 2005 17:44:28 +0000
+
+libpri (1.2.0-rc2-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Mark Purcell <msp at debian.org>  Sun, 13 Nov 2005 18:21:12 +0000
+
+libpri (1.2.0-rc1-1) unstable; urgency=low
+
+  * New upstream release
+  * Copyright audit to debian/copyright
+
+ -- Mark Purcell <msp at debian.org>  Wed,  9 Nov 2005 20:01:55 +0000
+
+libpri (1.2.0-beta2-1) experimental; urgency=low
+
+  * New upstream release
+  * Update Makefile.patch
+
+ -- Mark Purcell <msp at debian.org>  Tue,  1 Nov 2005 21:46:25 +0000
+
+libpri (1.2.0-0beta1-1) experimental; urgency=low
+
+  * New upstream release
+  * Disable bristuff for experimental upload
+  * lintian cleanup debian/copyright
+
+ -- Mark Purcell <msp at debian.org>  Tue, 30 Aug 2005 20:36:41 +0100
+
+libpri (1.0.9-4) unstable; urgency=low
+
+  * Import bristuff-0.2.0-RC8l.dpatch
+
+ -- Santiago Ruano Rincon <santiago at unicauca.edu.co>  Sat, 30 Jul 2005 11:30:30 -0500
+
+libpri (1.0.9-3) unstable; urgency=low
+
+  * Import bristuff_2.0.0-RC8j
+
+ -- Mark Purcell <msp at debian.org>  Thu, 14 Jul 2005 12:35:29 +0100
+
+libpri (1.0.9-2) unstable; urgency=low
+
+  * With bristuff_2.0.0-RC8h enabled
+
+ -- Mark Purcell <msp at debian.org>  Sat,  2 Jul 2005 09:32:21 +0100
+
+libpri (1.0.9-1) unstable; urgency=low
+
+  * New upstream release
+  * Temp disable BRI stuff to enable 1.0.9 upload
+
+ -- Mark Purcell <msp at debian.org>  Sat,  2 Jul 2005 09:03:34 +0100
+
+libpri (1.0.7-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/watch to svn-upgrade
+
+ -- Mark Purcell <msp at debian.org>  Fri, 25 Mar 2005 10:36:08 +0000
+
+libpri (1.0.6-1) unstable; urgency=low
+
+  * New upstream version. (libpri 1.0.6, bristuff RC7k)
+  * Upgraded Standards-Version to 3.6.1 after converting changelog to UTF8.
+
+ -- Kilian Krause <kk at verfaction.de>  Sat,  5 Mar 2005 13:33:10 +0100
+
+libpri (1.0.4-2) unstable; urgency=low
+
+  * Debian VoIP import.
+  * debian/patches/Makefile.dpatch, debian/patches/q931.dpatch: imported from
+    old diff.
+  * debian/patches/bristuff.dpatch: Added bristuff RC7f from junghanns.net
+    (needs disabled q931.dpatch for now) (Closes: #294184)
+
+ -- Kilian Krause <kk at verfaction.de>  Thu, 24 Feb 2005 01:25:11 +0100
+
+libpri (1.0.4-1) unstable; urgency=low
+
+  * New upstream release (Closes: Bug#288447)
+  * Apply amd64 patch from Andreas Jochens (Closes: Bug#287442)
+
+ -- Mark Purcell <msp at debian.org>  Sun,  6 Feb 2005 11:09:04 +0000
+
+libpri (1.0.2-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Mark Purcell <msp at debian.org>  Sat,  6 Nov 2004 12:17:41 +1100
+
+libpri (1.0.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Mark Purcell <msp at debian.org>  Thu,  7 Oct 2004 13:03:22 +1000
+
+libpri (1.0.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Mark Purcell <msp at debian.org>  Fri, 24 Sep 2004 22:28:02 +1000
+
+libpri (0.6.0+1.0RC1-1) unstable; urgency=low
+
+  * New upstream release (Closes: Bug#254501)
+
+ -- Mark Purcell <msp at debian.org>  Tue, 20 Jul 2004 19:14:24 +1000
+
+libpri (0.6.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Mark Purcell <msp at debian.org>  Thu, 22 Apr 2004 23:59:18 +1000
+
+libpri (0.5.2-1) unstable; urgency=low
+
+  * New Upstream Release (Closes: Bug#200188)
+
+ -- Mark Purcell <msp at debian.org>  Thu,  5 Feb 2004 16:01:49 +1100
+
+libpri (0.3.2-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Mark Purcell <msp at debian.org>  Wed,  2 Jul 2003 20:23:13 +1000
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5c37f0a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: libpri
+Priority: optional
+Section: libs
+Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
+Uploaders: Mark Purcell <msp at debian.org>, Tzafrir Cohen <tzafrir at debian.org>, Faidon Liambotis <paravoid at debian.org>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.4
+Homepage: http://www.asterisk.org/
+Vcs-Svn: svn://svn.debian.org/pkg-voip/libpri/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/libpri/?op=log
+
+Package: libpri-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends}, libpri1.4 (= ${binary:Version})
+Description: Primary Rate ISDN specification development files
+ Development files for the C implementation of the Primary Rate ISDN
+ specification.
+ .
+ It was based on the Bellcore specification SR-NWT-002343 for National
+ ISDN.  As of May 12, 2001, it has been tested work with NI-2, Nortel
+ DMS-100, and Lucent 5E Custom protocols on switches from Nortel and Lucent.
+ 
+Package: libpri1.4
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Primary Rate ISDN specification library
+ C implementation of the Primary Rate ISDN specification.  It was
+ based on the Bellcore specification SR-NWT-002343 for National ISDN.  As of
+ May 12, 2001, it has been tested work with NI-2, Nortel DMS-100, and Lucent
+ 5E Custom protocols on switches from Nortel and Lucent
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e8aa4bb
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+This package was debianized by Mark Purcell <msp at debian.org> on
+Wed,  2 Jul 2003 20:23:13 +1000.
+
+It was downloaded from htp://ftp.digum.com/pub/libpri
+
+Copyright Holder:
+
+ * Copyright (C) 2001-2005, Digium, Inc
+
+License:
+
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2 as published by the
+ * Free Software Foundation.
+ *
+ * In addition, when this program is distributed with Asterisk in
+ * any form that would qualify as a 'combined work' or as a
+ * 'derivative work' (but not mere aggregation), you can redistribute
+ * and/or modify the combination under the terms of the license
+ * provided with that copy of Asterisk, instead of the license
+ * terms granted here.
+
+   This package 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 complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/libpri-dev.install b/debian/libpri-dev.install
new file mode 100644
index 0000000..d1bffed
--- /dev/null
+++ b/debian/libpri-dev.install
@@ -0,0 +1,3 @@
+usr/include/*
+usr/lib/lib*.a
+usr/lib/lib*.so
diff --git a/debian/libpri1.4.install b/debian/libpri1.4.install
new file mode 100644
index 0000000..d0dbfd1
--- /dev/null
+++ b/debian/libpri1.4.install
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff --git a/debian/libpri1.4.symbols b/debian/libpri1.4.symbols
new file mode 100644
index 0000000..5def181
--- /dev/null
+++ b/debian/libpri1.4.symbols
@@ -0,0 +1,364 @@
+libpri.so.1.4 libpri1.4 #MINVER#
+* Build-Depends-Package: libpri-dev
+ __pri_free_tei at Base 1.4.10
+ __pri_new_tei at Base 1.4.10
+ anfpr_initiate_transfer at Base 1.4.10
+ asn1_dec_boolean at Base 1.4.11
+ asn1_dec_indef_end_fixup at Base 1.4.11
+ asn1_dec_int at Base 1.4.11
+ asn1_dec_length at Base 1.4.11
+ asn1_dec_null at Base 1.4.11
+ asn1_dec_oid at Base 1.4.11
+ asn1_dec_string_bin at Base 1.4.11
+ asn1_dec_string_max at Base 1.4.11
+ asn1_dec_tag at Base 1.4.11
+ asn1_dump at Base 1.4.10
+ asn1_enc_boolean at Base 1.4.11
+ asn1_enc_int at Base 1.4.11
+ asn1_enc_length at Base 1.4.11
+ asn1_enc_length_fixup at Base 1.4.11
+ asn1_enc_null at Base 1.4.11
+ asn1_enc_oid at Base 1.4.11
+ asn1_enc_string_bin at Base 1.4.11
+ asn1_enc_string_max at Base 1.4.11
+ asn1_tag2str at Base 1.4.11
+ att_maintenance_msgs at Base 1.4.11
+ eect_initiate_transfer at Base 1.4.10
+ fac_dec_extension_header at Base 1.4.11
+ fac_enc_extension_header at Base 1.4.11
+ facility_decode_dump at Base 1.4.11
+ facility_decode_header at Base 1.4.11
+ facility_encode_header at Base 1.4.11
+ libpri_copy_string at Base 1.4.10
+ maintenance_service at Base 1.4.11
+ maintenance_service_ack at Base 1.4.11
+ msg2str at Base 1.4.11
+ mwi_message_send at Base 1.4.10
+ national_maintenance_msgs at Base 1.4.11
+ pri_acknowledge at Base 1.4.10
+ pri_answer at Base 1.4.10
+ pri_call at Base 1.4.10
+ pri_call_add_standard_apdus at Base 1.4.10
+ pri_call_apdu_delete at Base 1.4.11
+ pri_call_apdu_queue at Base 1.4.10
+ pri_call_apdu_queue_cleanup at Base 1.4.10
+ pri_call_set_useruser at Base 1.4.10
+ pri_callrerouting_facility at Base 1.4.10
+ pri_cause2str at Base 1.4.10
+ pri_channel_bridge at Base 1.4.10
+ pri_check_event at Base 1.4.10
+ pri_connected_line_update at Base 1.4.11
+ pri_copy_party_id_to_q931 at Base 1.4.11
+ pri_copy_party_name_to_q931 at Base 1.4.11
+ pri_copy_party_number_to_q931 at Base 1.4.11
+ pri_copy_party_subaddress_to_q931 at Base 1.4.11
+ pri_dchannel_run at Base 1.4.10
+ pri_destroycall at Base 1.4.10
+ pri_dump_event at Base 1.4.10
+ pri_dump_info_str at Base 1.4.10
+ pri_enslave at Base 1.4.10
+ pri_error at Base 1.4.10
+ pri_event2str at Base 1.4.10
+ pri_facility_enable at Base 1.4.10
+ pri_fd at Base 1.4.10
+ pri_get_crv at Base 1.4.10
+ pri_get_debug at Base 1.4.10
+ pri_get_timer at Base 1.4.10
+ pri_get_userdata at Base 1.4.10
+ pri_get_version at Base 1.4.10
+ pri_hangup at Base 1.4.10
+ pri_hangup_fix_enable at Base 1.4.11
+ pri_hold at Base 1.4.11
+ pri_hold_ack at Base 1.4.11
+ pri_hold_enable at Base 1.4.11
+ pri_hold_rej at Base 1.4.11
+ pri_information at Base 1.4.10
+ pri_is_dummy_call at Base 1.4.11
+ pri_keypad_facility at Base 1.4.10
+ pri_maintenance_service at Base 1.4.11
+ pri_message at Base 1.4.10
+ pri_mkerror at Base 1.4.10
+ pri_mwi_activate at Base 1.4.10
+ pri_mwi_deactivate at Base 1.4.10
+ pri_need_more_info at Base 1.4.10
+ pri_new at Base 1.4.10
+ pri_new_bri at Base 1.4.10
+ pri_new_call at Base 1.4.10
+ pri_new_cb at Base 1.4.10
+ pri_node2str at Base 1.4.10
+ pri_notify at Base 1.4.10
+ pri_plan2str at Base 1.4.10
+ pri_pres2str at Base 1.4.10
+ pri_proceeding at Base 1.4.10
+ pri_progress at Base 1.4.10
+ pri_progress_with_cause at Base 1.4.10
+ pri_redirecting_update at Base 1.4.11
+ pri_reroute_call at Base 1.4.11
+ pri_reroute_enable at Base 1.4.11
+ pri_rerouting_rsp at Base 1.4.11
+ pri_reset at Base 1.4.10
+ pri_restart at Base 1.4.10
+ pri_retrieve at Base 1.4.11
+ pri_retrieve_ack at Base 1.4.11
+ pri_retrieve_rej at Base 1.4.11
+ pri_schedule_del at Base 1.4.10
+ pri_schedule_event at Base 1.4.10
+ pri_schedule_next at Base 1.4.10
+ pri_schedule_run at Base 1.4.10
+ pri_set_chan_mapping_logical at Base 1.4.10
+ pri_set_crv at Base 1.4.10
+ pri_set_debug at Base 1.4.10
+ pri_set_error at Base 1.4.10
+ pri_set_inbanddisconnect at Base 1.4.10
+ pri_set_message at Base 1.4.10
+ pri_set_nsf at Base 1.4.10
+ pri_set_overlapdial at Base 1.4.10
+ pri_set_service_message_support at Base 1.4.11
+ pri_set_timer at Base 1.4.10
+ pri_set_userdata at Base 1.4.10
+ pri_setup at Base 1.4.10
+ pri_sr_free at Base 1.4.10
+ pri_sr_new at Base 1.4.10
+ pri_sr_set_bearer at Base 1.4.10
+ pri_sr_set_called at Base 1.4.10
+ pri_sr_set_called_subaddress at Base 1.4.11
+ pri_sr_set_caller at Base 1.4.10
+ pri_sr_set_caller_party at Base 1.4.11
+ pri_sr_set_caller_subaddress at Base 1.4.11
+ pri_sr_set_channel at Base 1.4.10
+ pri_sr_set_connection_call_independent at Base 1.4.10
+ pri_sr_set_keypad_digits at Base 1.4.11
+ pri_sr_set_no_channel_call at Base 1.4.11
+ pri_sr_set_redirecting at Base 1.4.10
+ pri_sr_set_redirecting_parties at Base 1.4.11
+ pri_sr_set_reversecharge at Base 1.4.11
+ pri_sr_set_useruser at Base 1.4.10
+ pri_switch2str at Base 1.4.10
+ pri_timer2idx at Base 1.4.10
+ q921_dump at Base 1.4.10
+ q921_receive at Base 1.4.10
+ q921_start at Base 1.4.10
+ q921_transmit_iframe at Base 1.4.10
+ q921_transmit_uiframe at Base 1.4.11
+ q931_alerting at Base 1.4.10
+ q931_alloc_subcommand at Base 1.4.11
+ q931_call_getcrv at Base 1.4.10
+ q931_call_proceeding at Base 1.4.10
+ q931_call_progress at Base 1.4.10
+ q931_call_progress_with_cause at Base 1.4.10
+ q931_call_setcrv at Base 1.4.10
+ q931_call_state_str at Base 1.4.11
+ q931_connect at Base 1.4.10
+ q931_destroycall at Base 1.4.11
+ q931_disconnect at Base 1.4.10
+ q931_dl_indication at Base 1.4.10
+ q931_dump at Base 1.4.10
+ q931_facility at Base 1.4.10
+ q931_find_call at Base 1.4.11
+ q931_hangup at Base 1.4.10
+ q931_information at Base 1.4.10
+ q931_init_call_record at Base 1.4.11
+ q931_keypad_facility at Base 1.4.10
+ q931_master_pass_event at Base 1.4.11
+ q931_new_call at Base 1.4.10
+ q931_notify at Base 1.4.10
+ q931_notify_redirection at Base 1.4.11
+ q931_party_address_init at Base 1.4.11
+ q931_party_id_cmp at Base 1.4.11
+ q931_party_id_copy_to_pri at Base 1.4.11
+ q931_party_id_fixup at Base 1.4.11
+ q931_party_id_init at Base 1.4.11
+ q931_party_id_presentation at Base 1.4.11
+ q931_party_name_cmp at Base 1.4.11
+ q931_party_name_copy_to_pri at Base 1.4.11
+ q931_party_name_init at Base 1.4.11
+ q931_party_number_cmp at Base 1.4.11
+ q931_party_number_copy_to_pri at Base 1.4.11
+ q931_party_number_init at Base 1.4.11
+ q931_party_redirecting_copy_to_pri at Base 1.4.11
+ q931_party_redirecting_init at Base 1.4.11
+ q931_party_subaddress_cmp at Base 1.4.11
+ q931_party_subaddress_copy_to_pri at Base 1.4.11
+ q931_party_subaddress_init at Base 1.4.11
+ q931_receive at Base 1.4.10
+ q931_release at Base 1.4.10
+ q931_restart at Base 1.4.10
+ q931_send_hold at Base 1.4.11
+ q931_send_hold_ack at Base 1.4.11
+ q931_send_hold_rej at Base 1.4.11
+ q931_send_retrieve at Base 1.4.11
+ q931_send_retrieve_ack at Base 1.4.11
+ q931_send_retrieve_rej at Base 1.4.11
+ q931_setup at Base 1.4.10
+ q931_setup_ack at Base 1.4.10
+ qsig_cf_callrerouting at Base 1.4.10
+ rlt_initiate_transfer at Base 1.4.10
+ rose_called_name_encode at Base 1.4.11
+ rose_connected_name_encode at Base 1.4.11
+ rose_dec_Address at Base 1.4.11
+ rose_dec_AddressScreened at Base 1.4.11
+ rose_dec_NumberScreened at Base 1.4.11
+ rose_dec_PartyNumber at Base 1.4.11
+ rose_dec_PartySubaddress at Base 1.4.11
+ rose_dec_PresentedAddressScreened at Base 1.4.11
+ rose_dec_PresentedNumberScreened at Base 1.4.11
+ rose_dec_PresentedNumberUnscreened at Base 1.4.11
+ rose_dec_Q931ie at Base 1.4.11
+ rose_dec_dms100_RLT_OperationInd_RES at Base 1.4.11
+ rose_dec_dms100_RLT_ThirdParty_ARG at Base 1.4.11
+ rose_dec_etsi_AOCDChargingUnit_ARG at Base 1.4.11
+ rose_dec_etsi_AOCDCurrency_ARG at Base 1.4.11
+ rose_dec_etsi_AOCEChargingUnit_ARG at Base 1.4.11
+ rose_dec_etsi_AOCECurrency_ARG at Base 1.4.11
+ rose_dec_etsi_AOCSCurrency_ARG at Base 1.4.11
+ rose_dec_etsi_AOCSSpecialArr_ARG at Base 1.4.11
+ rose_dec_etsi_ActivationDiversion_ARG at Base 1.4.11
+ rose_dec_etsi_ActivationStatusNotificationDiv_ARG at Base 1.4.11
+ rose_dec_etsi_CallDeflection_ARG at Base 1.4.11
+ rose_dec_etsi_CallRerouting_ARG at Base 1.4.11
+ rose_dec_etsi_ChargingRequest_ARG at Base 1.4.11
+ rose_dec_etsi_ChargingRequest_RES at Base 1.4.11
+ rose_dec_etsi_DeactivationDiversion_ARG at Base 1.4.11
+ rose_dec_etsi_DeactivationStatusNotificationDiv_ARG at Base 1.4.11
+ rose_dec_etsi_DiversionInformation_ARG at Base 1.4.11
+ rose_dec_etsi_DivertingLegInformation1_ARG at Base 1.4.11
+ rose_dec_etsi_DivertingLegInformation2_ARG at Base 1.4.11
+ rose_dec_etsi_DivertingLegInformation3_ARG at Base 1.4.11
+ rose_dec_etsi_EctInform_ARG at Base 1.4.11
+ rose_dec_etsi_EctLinkIdRequest_RES at Base 1.4.11
+ rose_dec_etsi_EctLoopTest_ARG at Base 1.4.11
+ rose_dec_etsi_EctLoopTest_RES at Base 1.4.11
+ rose_dec_etsi_ExplicitEctExecute_ARG at Base 1.4.11
+ rose_dec_etsi_InterrogateServedUserNumbers_RES at Base 1.4.11
+ rose_dec_etsi_InterrogationDiversion_ARG at Base 1.4.11
+ rose_dec_etsi_InterrogationDiversion_RES at Base 1.4.11
+ rose_dec_etsi_SubaddressTransfer_ARG at Base 1.4.11
+ rose_dec_ni2_InformationFollowing_ARG at Base 1.4.11
+ rose_dec_ni2_InitiateTransfer_ARG at Base 1.4.11
+ rose_dec_qsig_ActivateDiversionQ_ARG at Base 1.4.11
+ rose_dec_qsig_AocComplete_ARG at Base 1.4.11
+ rose_dec_qsig_AocComplete_RES at Base 1.4.11
+ rose_dec_qsig_AocDivChargeReq_ARG at Base 1.4.11
+ rose_dec_qsig_AocFinal_ARG at Base 1.4.11
+ rose_dec_qsig_AocInterim_ARG at Base 1.4.11
+ rose_dec_qsig_AocRate_ARG at Base 1.4.11
+ rose_dec_qsig_BusyName_ARG at Base 1.4.11
+ rose_dec_qsig_CallRerouting_ARG at Base 1.4.11
+ rose_dec_qsig_CallTransferActive_ARG at Base 1.4.11
+ rose_dec_qsig_CallTransferComplete_ARG at Base 1.4.11
+ rose_dec_qsig_CallTransferIdentify_RES at Base 1.4.11
+ rose_dec_qsig_CallTransferInitiate_ARG at Base 1.4.11
+ rose_dec_qsig_CallTransferSetup_ARG at Base 1.4.11
+ rose_dec_qsig_CallTransferUpdate_ARG at Base 1.4.11
+ rose_dec_qsig_CalledName_ARG at Base 1.4.11
+ rose_dec_qsig_CallingName_ARG at Base 1.4.11
+ rose_dec_qsig_ChargeRequest_ARG at Base 1.4.11
+ rose_dec_qsig_ChargeRequest_RES at Base 1.4.11
+ rose_dec_qsig_CheckRestriction_ARG at Base 1.4.11
+ rose_dec_qsig_ConnectedName_ARG at Base 1.4.11
+ rose_dec_qsig_DeactivateDiversionQ_ARG at Base 1.4.11
+ rose_dec_qsig_DivertingLegInformation1_ARG at Base 1.4.11
+ rose_dec_qsig_DivertingLegInformation2_ARG at Base 1.4.11
+ rose_dec_qsig_DivertingLegInformation3_ARG at Base 1.4.11
+ rose_dec_qsig_DummyArg_ARG at Base 1.4.11
+ rose_dec_qsig_DummyRes_RES at Base 1.4.11
+ rose_dec_qsig_InterrogateDiversionQ_ARG at Base 1.4.11
+ rose_dec_qsig_InterrogateDiversionQ_RES at Base 1.4.11
+ rose_dec_qsig_MWIActivate_ARG at Base 1.4.11
+ rose_dec_qsig_MWIDeactivate_ARG at Base 1.4.11
+ rose_dec_qsig_MWIInterrogate_ARG at Base 1.4.11
+ rose_dec_qsig_MWIInterrogate_RES at Base 1.4.11
+ rose_dec_qsig_Name at Base 1.4.11
+ rose_dec_qsig_SubaddressTransfer_ARG at Base 1.4.11
+ rose_decode at Base 1.4.11
+ rose_diverting_leg_information1_encode at Base 1.4.11
+ rose_diverting_leg_information3_encode at Base 1.4.11
+ rose_enc_Address at Base 1.4.11
+ rose_enc_AddressScreened at Base 1.4.11
+ rose_enc_NumberScreened at Base 1.4.11
+ rose_enc_PartyNumber at Base 1.4.11
+ rose_enc_PartySubaddress at Base 1.4.11
+ rose_enc_PresentedAddressScreened at Base 1.4.11
+ rose_enc_PresentedNumberScreened at Base 1.4.11
+ rose_enc_PresentedNumberUnscreened at Base 1.4.11
+ rose_enc_Q931ie at Base 1.4.11
+ rose_enc_dms100_RLT_OperationInd_RES at Base 1.4.11
+ rose_enc_dms100_RLT_ThirdParty_ARG at Base 1.4.11
+ rose_enc_etsi_AOCDChargingUnit_ARG at Base 1.4.11
+ rose_enc_etsi_AOCDCurrency_ARG at Base 1.4.11
+ rose_enc_etsi_AOCEChargingUnit_ARG at Base 1.4.11
+ rose_enc_etsi_AOCECurrency_ARG at Base 1.4.11
+ rose_enc_etsi_AOCSCurrency_ARG at Base 1.4.11
+ rose_enc_etsi_AOCSSpecialArr_ARG at Base 1.4.11
+ rose_enc_etsi_ActivationDiversion_ARG at Base 1.4.11
+ rose_enc_etsi_ActivationStatusNotificationDiv_ARG at Base 1.4.11
+ rose_enc_etsi_CallDeflection_ARG at Base 1.4.11
+ rose_enc_etsi_CallRerouting_ARG at Base 1.4.11
+ rose_enc_etsi_ChargingRequest_ARG at Base 1.4.11
+ rose_enc_etsi_ChargingRequest_RES at Base 1.4.11
+ rose_enc_etsi_DeactivationDiversion_ARG at Base 1.4.11
+ rose_enc_etsi_DeactivationStatusNotificationDiv_ARG at Base 1.4.11
+ rose_enc_etsi_DiversionInformation_ARG at Base 1.4.11
+ rose_enc_etsi_DivertingLegInformation1_ARG at Base 1.4.11
+ rose_enc_etsi_DivertingLegInformation2_ARG at Base 1.4.11
+ rose_enc_etsi_DivertingLegInformation3_ARG at Base 1.4.11
+ rose_enc_etsi_EctInform_ARG at Base 1.4.11
+ rose_enc_etsi_EctLinkIdRequest_RES at Base 1.4.11
+ rose_enc_etsi_EctLoopTest_ARG at Base 1.4.11
+ rose_enc_etsi_EctLoopTest_RES at Base 1.4.11
+ rose_enc_etsi_ExplicitEctExecute_ARG at Base 1.4.11
+ rose_enc_etsi_InterrogateServedUserNumbers_RES at Base 1.4.11
+ rose_enc_etsi_InterrogationDiversion_ARG at Base 1.4.11
+ rose_enc_etsi_InterrogationDiversion_RES at Base 1.4.11
+ rose_enc_etsi_SubaddressTransfer_ARG at Base 1.4.11
+ rose_enc_ni2_InformationFollowing_ARG at Base 1.4.11
+ rose_enc_ni2_InitiateTransfer_ARG at Base 1.4.11
+ rose_enc_qsig_ActivateDiversionQ_ARG at Base 1.4.11
+ rose_enc_qsig_AocComplete_ARG at Base 1.4.11
+ rose_enc_qsig_AocComplete_RES at Base 1.4.11
+ rose_enc_qsig_AocDivChargeReq_ARG at Base 1.4.11
+ rose_enc_qsig_AocFinal_ARG at Base 1.4.11
+ rose_enc_qsig_AocInterim_ARG at Base 1.4.11
+ rose_enc_qsig_AocRate_ARG at Base 1.4.11
+ rose_enc_qsig_BusyName_ARG at Base 1.4.11
+ rose_enc_qsig_CallRerouting_ARG at Base 1.4.11
+ rose_enc_qsig_CallTransferActive_ARG at Base 1.4.11
+ rose_enc_qsig_CallTransferComplete_ARG at Base 1.4.11
+ rose_enc_qsig_CallTransferIdentify_RES at Base 1.4.11
+ rose_enc_qsig_CallTransferInitiate_ARG at Base 1.4.11
+ rose_enc_qsig_CallTransferSetup_ARG at Base 1.4.11
+ rose_enc_qsig_CallTransferUpdate_ARG at Base 1.4.11
+ rose_enc_qsig_CalledName_ARG at Base 1.4.11
+ rose_enc_qsig_CallingName_ARG at Base 1.4.11
+ rose_enc_qsig_ChargeRequest_ARG at Base 1.4.11
+ rose_enc_qsig_ChargeRequest_RES at Base 1.4.11
+ rose_enc_qsig_CheckRestriction_ARG at Base 1.4.11
+ rose_enc_qsig_ConnectedName_ARG at Base 1.4.11
+ rose_enc_qsig_DeactivateDiversionQ_ARG at Base 1.4.11
+ rose_enc_qsig_DivertingLegInformation1_ARG at Base 1.4.11
+ rose_enc_qsig_DivertingLegInformation2_ARG at Base 1.4.11
+ rose_enc_qsig_DivertingLegInformation3_ARG at Base 1.4.11
+ rose_enc_qsig_DummyArg_ARG at Base 1.4.11
+ rose_enc_qsig_DummyRes_RES at Base 1.4.11
+ rose_enc_qsig_InterrogateDiversionQ_ARG at Base 1.4.11
+ rose_enc_qsig_InterrogateDiversionQ_RES at Base 1.4.11
+ rose_enc_qsig_MWIActivate_ARG at Base 1.4.11
+ rose_enc_qsig_MWIDeactivate_ARG at Base 1.4.11
+ rose_enc_qsig_MWIInterrogate_ARG at Base 1.4.11
+ rose_enc_qsig_MWIInterrogate_RES at Base 1.4.11
+ rose_enc_qsig_Name at Base 1.4.11
+ rose_enc_qsig_SubaddressTransfer_ARG at Base 1.4.11
+ rose_encode at Base 1.4.11
+ rose_encode_error at Base 1.4.11
+ rose_encode_invoke at Base 1.4.11
+ rose_encode_reject at Base 1.4.11
+ rose_encode_result at Base 1.4.11
+ rose_error2str at Base 1.4.11
+ rose_handle_error at Base 1.4.11
+ rose_handle_invoke at Base 1.4.11
+ rose_handle_reject at Base 1.4.11
+ rose_handle_result at Base 1.4.11
+ rose_operation2str at Base 1.4.11
+ rose_reject2str at Base 1.4.11
+ send_call_transfer_complete at Base 1.4.11
+ send_reroute_request at Base 1.4.11
diff --git a/debian/patches/enable-gcc-optimizations b/debian/patches/enable-gcc-optimizations
new file mode 100644
index 0000000..1838577
--- /dev/null
+++ b/debian/patches/enable-gcc-optimizations
@@ -0,0 +1,33 @@
+Don't discard CFLAGS of the environment and turn off all optimizations as
+those are handled by our build system.
+
+Author: Faidon Liambotis <paravoid at debian.org>
+
+--- a/Makefile
++++ b/Makefile
+@@ -83,7 +83,7 @@
+ 	rose_qsig_mwi.lo \
+ 	rose_qsig_name.lo \
+ 	version.lo
+-CFLAGS=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC $(ALERTING) $(LIBPRI_COUNTERS) $(LIBPRI_OPT)
++CFLAGS += -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC $(ALERTING) $(LIBPRI_COUNTERS)
+ INSTALL_PREFIX=$(DESTDIR)
+ INSTALL_BASE=/usr
+ libdir?=$(INSTALL_BASE)/lib
+@@ -109,16 +109,6 @@
+ 
+ PRIVERSION:=$(shell GREP=$(GREP) AWK=$(AWK) build_tools/make_version .)
+ 
+-#The problem with sparc is the best stuff is in newer versions of gcc (post 3.0) only.
+-#This works for even old (2.96) versions of gcc and provides a small boost either way.
+-#A ultrasparc cpu is really v9 but the stock debian stable 3.0 gcc doesnt support it.
+-ifeq ($(PROC),sparc64)
+-PROC=ultrasparc
+-LIBPRI_OPT = -mtune=$(PROC) -O3 -pipe -fomit-frame-pointer -mcpu=v8
+-else
+-LIBPRI_OPT = -O2
+-endif
+-
+ ifeq ($(CPUARCH),i686)
+ CFLAGS += -m32
+ SOFLAGS += -m32
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e23e42d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+enable-gcc-optimizations
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..480bf4a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+# stolen from cdbs...
+DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
+DEB_NOEPOCH_VERSION := $(shell echo $(DEB_VERSION) | cut -d: -f2-)
+DEB_UPSTREAM_VERSION := $(shell echo $(DEB_NOEPOCH_VERSION) | sed 's/-[^-]*$$//')
+FILENAME := libpri_$(DEB_UPSTREAM_VERSION).orig.tar.gz
+URL := http://downloads.digium.com/pub/libpri/releases/libpri-$(DEB_UPSTREAM_VERSION).tar.gz
+
+get-orig-source:
+	@@dh_testdir
+	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
+	@@echo Downloading $(FILENAME) from $(URL) ...
+	@@wget -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
+
+.PHONY: get-orig-source
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..3f8ddff
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=dversionmangle=s/\~dfsg//,downloadurlmangle=s/.*ref=// \
+	http://downloads.asterisk.org/pub/telephony/libpri/releases/ libpri-([0-9.]*)\.tar\.gz debian svn-upgrade

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/libpri.git



More information about the Pkg-voip-commits mailing list