[Pkg-voip-commits] r1562 - asterisk-chan-capi/trunk/debian

Lionel Elie Mamane lmamane at costa.debian.org
Sun Apr 9 19:23:31 UTC 2006


Author: lmamane
Date: 2006-04-09 19:23:30 +0000 (Sun, 09 Apr 2006)
New Revision: 1562

Modified:
   asterisk-chan-capi/trunk/debian/changelog
   asterisk-chan-capi/trunk/debian/control
   asterisk-chan-capi/trunk/debian/copyright
   asterisk-chan-capi/trunk/debian/rules
   asterisk-chan-capi/trunk/debian/watch
Log:
 - Fix a few typos and other minor text inefficiencies
 - Fix all the places referring to http://www.junghanns.net/ and
   sourceforge to refer to new upstream web (and download) site at
   chan-capi.org.
 - copyright file claims license is GNU GPLv2 and no later, so point
   to the Debian copy of the GPLv2, not the latest GPL.


Modified: asterisk-chan-capi/trunk/debian/changelog
===================================================================
--- asterisk-chan-capi/trunk/debian/changelog	2006-04-09 18:57:41 UTC (rev 1561)
+++ asterisk-chan-capi/trunk/debian/changelog	2006-04-09 19:23:30 UTC (rev 1562)
@@ -1,6 +1,6 @@
 asterisk-chan-capi (0.6.4-1) unstable; urgency=low
 
-  * New upstream relase (closes: #352245)
+  * New upstream release (closes: #352245)
 
  -- Lionel Elie Mamane <lmamane at debian.org>  Fri, 10 Feb 2006 19:45:13 +0100
 

Modified: asterisk-chan-capi/trunk/debian/control
===================================================================
--- asterisk-chan-capi/trunk/debian/control	2006-04-09 18:57:41 UTC (rev 1561)
+++ asterisk-chan-capi/trunk/debian/control	2006-04-09 19:23:30 UTC (rev 1562)
@@ -31,7 +31,7 @@
   * overlap sending (dialtone)
   * DID on P2P
   * call progress (INFO_IND)
-  * RX/TX gains 
+  * RX/TX gains
   * call deflection on circuit busy
  .
- Website: http://www.junghanns.net/asterisk/page1.html
+ Website: http://www.chan-capi.org/

Modified: asterisk-chan-capi/trunk/debian/copyright
===================================================================
--- asterisk-chan-capi/trunk/debian/copyright	2006-04-09 18:57:41 UTC (rev 1561)
+++ asterisk-chan-capi/trunk/debian/copyright	2006-04-09 19:23:30 UTC (rev 1562)
@@ -1,14 +1,15 @@
 This package was debianized by Mark Purcell <msp at debian.org> on
-Sat, 24 Apr 2004 09:12:09 +1000.
+Sat, 24 Apr 2004 09:12:09 +1000 and is since maintained by members of
+the pkg-voip team.
 
-It was downloaded from http://sourceforge.net/projects/chan-capi/
+It was downloaded from ftp://ftp.chan-capi.org/chan-capi/
 
 Upstream Author: Armin Schindler <armin at melware.de>
  based on the work of: Klaus-Peter Junghanns <kpj at junghanns.net>
 
 Copyright:
 (C) 2005 Cytronics & Melware, Armin Schindler <armin at melware.de>
-(C) 2002-2005 Junghanns.NET GmbH , Klaus-Peter Junghanns <kpj at junghanns.net>
+(C) 2002-2005 Junghanns.NET GmbH, Klaus-Peter Junghanns <kpj at junghanns.net>
 
 This program is free software and may be modified and distributed under
 the terms of the GNU Public License. There is _NO_ warranty for this!
@@ -23,10 +24,10 @@
    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 
+   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 GNU/Linux systems, the complete text of the GNU General
-   Public License can be found in `/usr/share/common-licenses/GPL'.
+   Public License can be found in `/usr/share/common-licenses/GPL-2'.

Modified: asterisk-chan-capi/trunk/debian/rules
===================================================================
--- asterisk-chan-capi/trunk/debian/rules	2006-04-09 18:57:41 UTC (rev 1561)
+++ asterisk-chan-capi/trunk/debian/rules	2006-04-09 19:23:30 UTC (rev 1562)
@@ -28,9 +28,9 @@
 UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/.dfsg$$//')
 
 FILENAME := asterisk-chan-capi_$(UPVERSION).orig.tar.gz
-URL := http://ovh.dl.sourceforge.net/chan-capi/chan_capi-cm-$(UPVERSION).tar.gz
+URL := ftp://ftp.chan-capi.org/chan-capi/chan_capi-cm-$(UPVERSION).tar.gz
 
-configure: configure-stamp 
+configure: configure-stamp
 configure-stamp:
 	dh_testdir
 	# Add here commands to configure the package.
@@ -40,7 +40,7 @@
 
 build: patch build-stamp
 
-build-stamp: configure-stamp 
+build-stamp: configure-stamp
 	dh_testdir
 
 	# Add here commands to compile the package.
@@ -58,12 +58,12 @@
 	# Add here commands to clean up after the build process.
 	-$(MAKE) clean
 
-	dh_clean 
+	dh_clean
 
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_clean -k
 	dh_installdirs
 
 	# Add here commands to install the package into debian/chan-capi.
@@ -78,12 +78,12 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs 
+	dh_installchangelogs
 	dh_installdocs
 	dh_installexamples
 #	dh_install
 #	dh_installmenu
-#	dh_installdebconf	
+#	dh_installdebconf
 #	dh_installlogrotate
 #	dh_installemacsen
 #	dh_installpam

Modified: asterisk-chan-capi/trunk/debian/watch
===================================================================
--- asterisk-chan-capi/trunk/debian/watch	2006-04-09 18:57:41 UTC (rev 1561)
+++ asterisk-chan-capi/trunk/debian/watch	2006-04-09 19:23:30 UTC (rev 1562)
@@ -3,4 +3,4 @@
 # to check for upstream updates and more.
 # Site		Directory		Pattern			Version	Script
 version=2
-http://prdownloads.sourceforge.net/chan-capi/	chan_capi-cm-(.*)\.tar\.gz	debian	svn-upgrade
+ftp://ftp.chan-capi.org/chan-capi/	chan_capi-cm-(.*)\.tar\.gz	debian	svn-upgrade




More information about the Pkg-voip-commits mailing list