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

paravoid at alioth.debian.org paravoid at alioth.debian.org
Tue Aug 7 08:35:47 UTC 2007


Author: paravoid
Date: 2007-08-07 08:35:46 +0000 (Tue, 07 Aug 2007)
New Revision: 3957

Modified:
   asterisk-addons/trunk/debian/changelog
   asterisk-addons/trunk/debian/control
   asterisk-addons/trunk/debian/rules
Log:
* debian/control: fix Descriptions, add dependency on the main asterisk
  package. Add suggestion of chan-h323 and chan-oh323 to chan-ooh323. 

Modified: asterisk-addons/trunk/debian/changelog
===================================================================
--- asterisk-addons/trunk/debian/changelog	2007-08-07 08:17:48 UTC (rev 3956)
+++ asterisk-addons/trunk/debian/changelog	2007-08-07 08:35:46 UTC (rev 3957)
@@ -18,8 +18,10 @@
     nowdays.
   * Adapt README.Debian to the present.
   * 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. 
 
- -- Faidon Liambotis <paravoid at debian.org>  Tue, 07 Aug 2007 11:12:58 +0300
+ -- Faidon Liambotis <paravoid at debian.org>  Tue, 07 Aug 2007 11:34:56 +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:17:48 UTC (rev 3956)
+++ asterisk-addons/trunk/debian/control	2007-08-07 08:35:46 UTC (rev 3957)
@@ -10,24 +10,37 @@
 
 Package: asterisk-mysql
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: asterisk (>= 1:1.4.0-1), ${shlibs:Depends}, ${misc:Depends}
 Description: MySQL support for the Asterisk PBX (cdr mainly)
- This package provides two asterisk modules for basic MySQL support for the 
+ This package provides the following modules for basic MySQL support for the 
  Asterisk PBX: 
- * cdr_mysql.so for logging calls data into a MySQL database
- * app_mysql.so for querying a mysql database from the dialplan
+ * 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.
 
 Package: asterisk-mp3
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: MP3 format (format_mp3) for the Asterisk PBX
- Provides (read-only) native support for mp3 files. This should allow 
- you to, e.g, play mp3 files using Playback from the dialplan.
+Depends: asterisk (>= 1:1.4.0-1), ${shlibs:Depends}, ${misc:Depends}
+Description: MP3 format support (format_mp3) for the Asterisk PBX
+ This package provides read-only native support for MP3 files for the Asterisk
+ 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.
 
 Package: asterisk-ooh323c
 Architecture: any
 Provides: asterisk-h323
-Depends: ${shlibs:Depends}, ${misc:Depends}
+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 is a re-implementation of the H.323 protocol for Asterisk, 
- independent of OpenH323.
+ This channel (chan_ooh323) is a re-implementation of the H.323 protocol 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.

Modified: asterisk-addons/trunk/debian/rules
===================================================================
--- asterisk-addons/trunk/debian/rules	2007-08-07 08:17:48 UTC (rev 3956)
+++ asterisk-addons/trunk/debian/rules	2007-08-07 08:35:46 UTC (rev 3957)
@@ -111,7 +111,7 @@
 	# debian/tmp.
 	install -d -m 755 $(INST_DIR)/usr/lib/asterisk/modules
 	$(MAKE) install DESTDIR=$(INST_DIR)
-	dh_install --sourcedir=$(INST_DIR)
+	dh_install --sourcedir=$(INST_DIR) --list-missing
 
 # Must not depend on anything. This is to be called by
 # binary-arch/binary-indep




More information about the Pkg-voip-commits mailing list