--- libasterisk-chan-capi-0.3.5.orig/debian/dirs +++ libasterisk-chan-capi-0.3.5/debian/dirs @@ -0,0 +1 @@ +/usr/lib/asterisk/modules/ --- libasterisk-chan-capi-0.3.5.orig/debian/docs +++ libasterisk-chan-capi-0.3.5/debian/docs @@ -0,0 +1 @@ +README --- libasterisk-chan-capi-0.3.5.orig/debian/control +++ libasterisk-chan-capi-0.3.5/debian/control @@ -0,0 +1,15 @@ +Source: libasterisk-chan-capi +Section: comm +Priority: optional +Maintainer: Martin List-Petersen +Build-Depends: debhelper (>= 4.0.0), asterisk-dev, libcapi20-2 +Standards-Version: 3.6.0 + +Package: libasterisk-chan-capi +Architecture: any +Depends: ${shlibs:Depends} +Description: capi channel driver for the asterisk (*) PBX + This package adds the capi channel driver to the asterisk (*) PBX, + enabling it to receive and submit calls through any isdn cards that + support capi. + --- libasterisk-chan-capi-0.3.5.orig/debian/rules +++ libasterisk-chan-capi-0.3.5/debian/rules @@ -0,0 +1,88 @@ +#!/usr/bin/make -f + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) clean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/libasterisk-chan-capi. + $(MAKE) install INSTALL_PREFIX=$(CURDIR)/debian/libasterisk-chan-capi + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs +# dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo +# dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_python +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- libasterisk-chan-capi-0.3.5.orig/debian/changelog +++ libasterisk-chan-capi-0.3.5/debian/changelog @@ -0,0 +1,30 @@ +libasterisk-chan-capi (0.3.5-1) unstable; urgency=low + + * New upstream release. + + -- Martin List-Petersen Thu, 14 Aug 2004 22:11:00 +0100 + +libasterisk-chan-capi (0.3.4a-1) unstable; urgency=low + + * New upstream release. + + -- Martin List-Petersen Thu, 26 Jun 2004 11:36:00 +0100 + +libasterisk-chan-capi (0.3.1-3) unstable; urgency=low + + * Package cleanup, prepare to get it into unstable. + + -- Martin List-Petersen Thu, 28 Mar 2004 12:51:00 +0000 + +libasterisk-chan-capi (0.3.1-2) unstable; urgency=low + + * Recompile on newer asterisk (20040324). + + -- Martin List-Petersen Thu, 25 Mar 2004 19:17:00 +0000 + +libasterisk-chan-capi (0.3.1-1) unstable; urgency=low + + * Initial Release. + + -- Martin List-Petersen Thu, 11 Mar 2004 13:00:00 +0000 + --- libasterisk-chan-capi-0.3.5.orig/debian/compat +++ libasterisk-chan-capi-0.3.5/debian/compat @@ -0,0 +1 @@ +4 --- libasterisk-chan-capi-0.3.5.orig/debian/README.Debian +++ libasterisk-chan-capi-0.3.5/debian/README.Debian @@ -0,0 +1,13 @@ +libasterisk-chan-capi for Debian +-------------------------------- + +In /etc/asterisk/modules.conf insert the line: + load => chan_capi.so + + and in the [global] section: + chan_capi.so=yes + +That should basically get you up and running if asterisk doesn't pick up the +module automatically. The [global] thing is quite important. + + -- Martin List-Petersen , Thu, 11 Mar 2004 13:00:00 +0000 --- libasterisk-chan-capi-0.3.5.orig/debian/copyright +++ libasterisk-chan-capi-0.3.5/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by Martin List-Petersen on +Thu, 11 Mar 2004 13:00:00 +0000. + +It was downloaded from http://www.junghanns.net/asterisk + +Upstream Author: Klaus-Peter Junghanns + +Copyright: + + This package 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; version 2 dated June, 1991. + + 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., 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. +