[Pkg-voip-commits] r5415 - in /asterisk-chan-capi/trunk/debian: changelog control patches/00list patches/asterisk_1.4.3.dpatch patches/use-systems-libcapi.dpatch patches/verbose-build.dpatch

paravoid at alioth.debian.org paravoid at alioth.debian.org
Tue Apr 1 05:12:23 UTC 2008


Author: paravoid
Date: Tue Apr  1 05:12:22 2008
New Revision: 5415

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5415
Log:
* New upstream release.
  - Removed debian/patches/asterisk_1.4.3.dpatch, merged upstream.
  - Patch upstream's Makefile to use system's libcapi instead of the shipped
    one.
* Enable "noisy build", so that gcc arguments are visible on build logs.
* Remove isdn4linux and OpenPBX references in the long description.

Added:
    asterisk-chan-capi/trunk/debian/patches/use-systems-libcapi.dpatch   (with props)
    asterisk-chan-capi/trunk/debian/patches/verbose-build.dpatch   (with props)
Removed:
    asterisk-chan-capi/trunk/debian/patches/asterisk_1.4.3.dpatch
Modified:
    asterisk-chan-capi/trunk/debian/changelog
    asterisk-chan-capi/trunk/debian/control
    asterisk-chan-capi/trunk/debian/patches/00list

Modified: asterisk-chan-capi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-chan-capi/trunk/debian/changelog?rev=5415&op=diff
==============================================================================
--- asterisk-chan-capi/trunk/debian/changelog (original)
+++ asterisk-chan-capi/trunk/debian/changelog Tue Apr  1 05:12:22 2008
@@ -1,11 +1,17 @@
-asterisk-chan-capi (1.0.2-2) UNRELEASED; urgency=low
-
+asterisk-chan-capi (1.1.1-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+    - Removed debian/patches/asterisk_1.4.3.dpatch, merged upstream.
+    - Patch upstream's Makefile to use system's libcapi instead of the shipped
+      one.
+  * Enable "noisy build", so that gcc arguments are visible on build logs.
   * Bump Standards-Version to 3.7.3, no changes.
   * Switch to asterisk-1.4 dependency, hopefully depending on a frozen ABI.
   * Update Uploaders to reflect the truth about the maintainers
     of the package.
-
- -- Faidon Liambotis <paravoid at debian.org>  Tue, 01 Apr 2008 07:41:59 +0300
+  * Remove isdn4linux and OpenPBX references in the long description.
+
+ -- Faidon Liambotis <paravoid at debian.org>  Tue, 01 Apr 2008 08:11:46 +0300
 
 asterisk-chan-capi (1.0.2-1) unstable; urgency=low
 

Modified: asterisk-chan-capi/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-chan-capi/trunk/debian/control?rev=5415&op=diff
==============================================================================
--- asterisk-chan-capi/trunk/debian/control (original)
+++ asterisk-chan-capi/trunk/debian/control Tue Apr  1 05:12:22 2008
@@ -13,6 +13,6 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, asterisk-1.4
 Description: Common ISDN API 2.0 implementation for Asterisk
- A channel driver for the Asterisk (and OpenPBX) software telephony
- using the Common ISDN API 2.0. Provides core ISDN functionality which
- is not provided by the native Asterisk isdn4linux channel.
+ A channel driver for the Asterisk software telephony PBX using the
+ Common ISDN API (CAPI) 2.0. It is intended to be used with ISDN hardware that
+ provide such an interface.

Modified: asterisk-chan-capi/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-chan-capi/trunk/debian/patches/00list?rev=5415&op=diff
==============================================================================
--- asterisk-chan-capi/trunk/debian/patches/00list (original)
+++ asterisk-chan-capi/trunk/debian/patches/00list Tue Apr  1 05:12:22 2008
@@ -1,3 +1,4 @@
 01_debian-patch
+use-systems-libcapi
+verbose-build
 asterisk.h
-asterisk_1.4.3

Added: asterisk-chan-capi/trunk/debian/patches/use-systems-libcapi.dpatch
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-chan-capi/trunk/debian/patches/use-systems-libcapi.dpatch?rev=5415&op=file
==============================================================================
--- asterisk-chan-capi/trunk/debian/patches/use-systems-libcapi.dpatch (added)
+++ asterisk-chan-capi/trunk/debian/patches/use-systems-libcapi.dpatch Tue Apr  1 05:12:22 2008
@@ -1,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## use-systems-libcapi.dpatch by Faidon Liambotis <paravoid at debian.org>
+##
+## DP: Upstream ships own libcapi; we use the one provided by isdnutils instead.
+
+ at DPATCH@
+diff -urNad asterisk-chan-capi-1.1.1~/Makefile asterisk-chan-capi-1.1.1/Makefile
+--- asterisk-chan-capi-1.1.1~/Makefile	2008-03-13 13:02:41.000000000 +0200
++++ asterisk-chan-capi-1.1.1/Makefile	2008-04-01 07:59:55.000000000 +0300
+@@ -18,7 +18,7 @@
+ 
+ OSNAME=${shell uname}
+ 
+-USE_OWN_LIBCAPI=yes
++USE_OWN_LIBCAPI=no
+ 
+ .EXPORT_ALL_VARIABLES:
+ 

Propchange: asterisk-chan-capi/trunk/debian/patches/use-systems-libcapi.dpatch
------------------------------------------------------------------------------
    svn:executable = *

Added: asterisk-chan-capi/trunk/debian/patches/verbose-build.dpatch
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-chan-capi/trunk/debian/patches/verbose-build.dpatch?rev=5415&op=file
==============================================================================
--- asterisk-chan-capi/trunk/debian/patches/verbose-build.dpatch (added)
+++ asterisk-chan-capi/trunk/debian/patches/verbose-build.dpatch Tue Apr  1 05:12:22 2008
@@ -1,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## verbose-build.dpatch by Faidon Liambotis <paravoid at debian.org>
+##
+## DP: It's useful to see gcc arguments on build logs
+
+ at DPATCH@
+diff -urNad asterisk-chan-capi-1.1.1~/Makefile asterisk-chan-capi-1.1.1/Makefile
+--- asterisk-chan-capi-1.1.1~/Makefile	2008-04-01 08:05:24.000000000 +0300
++++ asterisk-chan-capi-1.1.1/Makefile	2008-04-01 08:05:27.000000000 +0300
+@@ -22,7 +22,7 @@
+ 
+ .EXPORT_ALL_VARIABLES:
+ 
+-V=0
++V=1
+ 
+ INSTALL_PREFIX=
+ 

Propchange: asterisk-chan-capi/trunk/debian/patches/verbose-build.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-voip-commits mailing list