[Pkg-voip-commits] r7652 - in /dahdi-linux/trunk/debian: README.Debian changelog control rules

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Sun Oct 4 20:49:39 UTC 2009


Author: tzafrir-guest
Date: Sun Oct  4 20:49:39 2009
New Revision: 7652

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7652
Log:
* Do include examples of dahdi-linux .
* Fix command in description
* README fixes.

Modified:
    dahdi-linux/trunk/debian/README.Debian
    dahdi-linux/trunk/debian/changelog
    dahdi-linux/trunk/debian/control
    dahdi-linux/trunk/debian/rules

Modified: dahdi-linux/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-linux/trunk/debian/README.Debian?rev=7652&op=diff
==============================================================================
--- dahdi-linux/trunk/debian/README.Debian (original)
+++ dahdi-linux/trunk/debian/README.Debian Sun Oct  4 20:49:39 2009
@@ -13,17 +13,20 @@
   m-a -u . -t -i -f -k "`echo usr/src/kernel-headers-*`" build dahdi
 
 You can also use the environment variable TARBALL to build the modules 
-with a custom zaptel.tar.bz2 tarball with some local modifications.
+with a custom dahdi.tar.bz2 tarball with some local modifications.
 
 
-Using udev
-----------
-FIXME: write about the necessary permission rules (/dev/dahdi/* files
-are created by udev, but no longer need any special udev rules file)
+Device Files
+------------
+DAHDI uses device files with major number 196 under /dev/dahdi/. In
+Debian all of those files are 0660 and owned by the group dialout. They
+should normally created by udev.
 
 If you can't generate device files with udev, use the script 
 make_static_nodes in the examples directory of dahdi-linux. Please also 
 let us know that generating static file is actually needed.
+
+
 
 
 Removed VPMADT032 Support
@@ -41,16 +44,12 @@
 
 Bristuff
 --------
-This version includes the bri_dchan patch as adapted from the bristuff 
-distribution. It also includes kernel modules from the same distribution
-however those were not yet fully adapted to work with DAHDI and are not 
-built by default at the moment. This means that xpd_bri.ko gets built.
+No longer needed and used. Note that all the BRI drivers now use 
+'hardhdlc' rather than 'dchan' in system.conf. dahdi_genconf should
+generate a proper configuration for that.
 
-Right now the only Zaptel module of bristuff that has been adapted for 
-usage with DAHDI is zaphfc. 
-
-qozap is not included. Please use wcb4xxp .  Note that this driver uses 
-'hardhdlc' rather than 'dchan' in system.conf for the D-channel.
+zaphfc included in this version is a newly-maintained version based on
+vzaphfc.
 
 All of those modules should work with either bristuffed Asterisk (if it 
 is Asterisk >= 1.4.22) or with Asterisk 1.6.x (libpri >= 1.4.4).

Modified: dahdi-linux/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-linux/trunk/debian/changelog?rev=7652&op=diff
==============================================================================
--- dahdi-linux/trunk/debian/changelog (original)
+++ dahdi-linux/trunk/debian/changelog Sun Oct  4 20:49:39 2009
@@ -16,8 +16,9 @@
     is not a good idea on newer kernels. Use DAHDI_ARCH instead.
   * Remove useless postinst and preinst. debhelper adds them anyway
     (and with the -e). 
-
- -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Fri, 25 Sep 2009 13:46:54 +0300
+  * Do include examples of dahdi-linux . 
+
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Sun, 04 Oct 2009 22:47:30 +0200
 
 dahdi-linux (1:2.2.0~dfsg~rc5-1) unstable; urgency=low
 

Modified: dahdi-linux/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-linux/trunk/debian/control?rev=7652&op=diff
==============================================================================
--- dahdi-linux/trunk/debian/control (original)
+++ dahdi-linux/trunk/debian/control Sun Oct  4 20:49:39 2009
@@ -36,4 +36,4 @@
  DAHDI kernel modules and their required setup environment, as well as
  basic headers for building DAHDI modules and utilities.
  .
- It is normally used to build kernel modules package: m-a a-i dahdi-linux
+ It is normally used to build kernel modules package: m-a a-i dahdi

Modified: dahdi-linux/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-linux/trunk/debian/rules?rev=7652&op=diff
==============================================================================
--- dahdi-linux/trunk/debian/rules (original)
+++ dahdi-linux/trunk/debian/rules Sun Oct  4 20:49:39 2009
@@ -163,7 +163,7 @@
 	
 	dh_installdocs
 	dh_installchangelogs -i ChangeLog
-	#dh_installexamples -i $(BRISTUFF_EXAMPLES)
+	dh_installexamples -i
 	dh_perl
 	dh_link
 	dh_compress




More information about the Pkg-voip-commits mailing list