[Pkg-voip-commits] r3959 - asterisk-addons/trunk/debian

paravoid at alioth.debian.org paravoid at alioth.debian.org
Tue Aug 7 09:04:37 UTC 2007


Author: paravoid
Date: 2007-08-07 09:04:37 +0000 (Tue, 07 Aug 2007)
New Revision: 3959

Modified:
   asterisk-addons/trunk/debian/changelog
   asterisk-addons/trunk/debian/control
   asterisk-addons/trunk/debian/rules
Log:
* Fix debian/copyright.
* Don't ignore "make clean" errors (fixes a lintian warning).

Modified: asterisk-addons/trunk/debian/changelog
===================================================================
--- asterisk-addons/trunk/debian/changelog	2007-08-07 08:53:15 UTC (rev 3958)
+++ asterisk-addons/trunk/debian/changelog	2007-08-07 09:04:37 UTC (rev 3959)
@@ -20,9 +20,10 @@
   * Patch configure script to check for asterisk.h in /usr/include/asterisk/.
   * debian/control: fix Descriptions, add dependency on the main asterisk
     package. Add suggestion of chan-h323 and chan-oh323 to chan-ooh323.
-  * Fix debian/copyright. 
+  * Fix debian/copyright.
+  * Don't ignore "make clean" errors (fixes a lintian warning).
 
- -- Faidon Liambotis <paravoid at debian.org>  Tue, 07 Aug 2007 11:53:05 +0300
+ -- Faidon Liambotis <paravoid at debian.org>  Tue, 07 Aug 2007 12:04:31 +0300
 
 asterisk-addons (1.2.5-1) UNRELEASED; urgency=low
 

Modified: asterisk-addons/trunk/debian/control
===================================================================
--- asterisk-addons/trunk/debian/control	2007-08-07 08:53:15 UTC (rev 3958)
+++ asterisk-addons/trunk/debian/control	2007-08-07 09:04:37 UTC (rev 3959)
@@ -5,8 +5,8 @@
 Uploaders: Tzafrir Cohen <tzafrir.cohen at xorcom.com>, Mark Purcell <msp at debian.org>, Kilian Krause <kilian at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Santiago Garcia Mantinan <manty at debian.org>, Simon Richter <sjr at debian.org>, Faidon Liambotis <paravoid at debian.org>
 Build-Depends: debhelper (>= 5), libmysqlclient15-dev, asterisk-dev (>= 1:1.4.0-1), dpatch, autotools-dev
 Standards-Version: 3.7.2
-XS-Vcs-Svn: svn://svn.debian.org/pkg-voip/
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/
+XS-Vcs-Svn: svn://svn.debian.org/pkg-voip/asterisk-addons/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/asterisk-addons/
 
 Package: asterisk-mysql
 Architecture: any
@@ -14,11 +14,13 @@
 Description: MySQL support for the Asterisk PBX (cdr mainly)
  This package provides the following modules for basic MySQL support for the 
  Asterisk PBX: 
- * cdr_addon_mysql.so for logging call detail records (CDR) into a MySQL database
- * app_addon_sql_mysql.so for querying a MySQL database from your dialplan
- * res_config_mysql.so for configuring Asterisk using a MySQL database
+   * cdr_addon_mysql.so for logging call detail records (CDR) into a MySQL
+     database
+   * app_addon_sql_mysql.so for querying a MySQL database from your dialplan
+   * res_config_mysql.so for configuring Asterisk using a MySQL database
  .
- For more information about the Asterisk PBX, have a look at the Asterisk package.
+ For more information about the Asterisk PBX, have a look at the Asterisk
+ package.
 
 Package: asterisk-mp3
 Architecture: any
@@ -28,7 +30,8 @@
  PBX.  This should allow you to, e.g, play MP3 files using Playback() or
  Background() from the dialplan.
  .
- For more information about the Asterisk PBX, have a look at the Asterisk package.
+ For more information about the Asterisk PBX, have a look at the Asterisk
+ package.
 
 Package: asterisk-ooh323c
 Architecture: any
@@ -36,11 +39,12 @@
 Depends: asterisk (>= 1:1.4.0-1), ${shlibs:Depends}, ${misc:Depends}
 Suggests: asterisk-h323, asterisk-oh323
 Description: Asterisk H.323 channel (ooh323c stack)
- This channel (chan_ooh323) is a re-implementation of the H.323 protocol for
- Asterisk, independent of the OpenH323 library.
+ This channel (chan_ooh323) is a re-implementation of the H.323 channel driver
+ for Asterisk, independent of the OpenH323 library.
  .
  This is one of many H.323 channel implementations for Asterisk with others
  being chan_h323 (asterisk-chan-h323) and chan_oh323 (asterisk-chan-oh323).
  You should choose the one that fits you.
  .
- For more information about the Asterisk PBX, have a look at the Asterisk package.
+ For more information about the Asterisk PBX, have a look at the Asterisk
+ package.

Modified: asterisk-addons/trunk/debian/rules
===================================================================
--- asterisk-addons/trunk/debian/rules	2007-08-07 08:53:15 UTC (rev 3958)
+++ asterisk-addons/trunk/debian/rules	2007-08-07 09:04:37 UTC (rev 3959)
@@ -90,7 +90,8 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-arch-stamp build-indep-stamp config.status
-	-$(MAKE) clean
+	$(MAKE) distclean
+	rm -f menuselect/mxml/Makefile menuselect/mxml/mxml.list
 	dh_clean 
 
 install: install-indep install-arch




More information about the Pkg-voip-commits mailing list