[Pkg-voip-commits] r6499 - in /dahdi-tools/trunk/debian: README.Debian control

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Thu Nov 20 14:46:44 UTC 2008


Author: tzafrir-guest
Date: Thu Nov 20 14:46:44 2008
New Revision: 6499

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6499
Log:
make sure dahdi pulls dahdi-linux.

Modified:
    dahdi-tools/trunk/debian/README.Debian
    dahdi-tools/trunk/debian/control

Modified: dahdi-tools/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-tools/trunk/debian/README.Debian?rev=6499&op=diff
==============================================================================
--- dahdi-tools/trunk/debian/README.Debian (original)
+++ dahdi-tools/trunk/debian/README.Debian Thu Nov 20 14:46:44 2008
@@ -52,3 +52,18 @@
 way to explicitly control the order of modules load is using
 /etc/modules . You'll probably need to write the same list of modules in
 /etc/modules and /etc/dahdi/modules .
+
+
+dahdi vs. dahdi-linux
+---------------------
+Upstream DAHDI is split to two parts: dahdi-linux are parts that are 
+supposed to be linux-specific, whereas dahdi-tools are supposed to be
+generic utilities to use the DAHDI interface.
+
+DAHDI-linux includes mostly kernel modules, but also udev rules, xpp 
+initialization scripts and firmwares (latter are stripped from the 
+Debian package). Those are included in the package dahdi-linux.
+
+Most of the dahdi utilities, e.g. dahdi_cfg, dahdi_test, dahdi_monitor
+and the dahdi-perl utilities are included in the package 'dahdi' that is
+built from the source package dahdi-tools.

Modified: dahdi-tools/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-tools/trunk/debian/control?rev=6499&op=diff
==============================================================================
--- dahdi-tools/trunk/debian/control (original)
+++ dahdi-tools/trunk/debian/control Thu Nov 20 14:46:44 2008
@@ -12,15 +12,16 @@
 Package: dahdi
 Section: comm
 Architecture: any
-Depends: ${shlibs:Depends}, procps, fxload
+Depends: ${shlibs:Depends}, procps, fxload, dahdi-linux
 Conflicts: zaptel
 Replaces: zaptel
 Description: utilities for using the DAHDI kernel modules
- Userspace utilities for configuring the Zapata telephony kernel driver, 
- which supports various telephony hardware, such as Wildcard series of
- interface cards.
+ DAHDI (formly Zaptel) is an interface for telephony devices used by e.g. 
+ the Asterisk PBX software. The dahdi-* packages provide the kernel 
+ DAHDI kernel modules and their required setup environment.
  .
- Includes ztcfg and zttool utils.
+ This package includes userspace utilities required to configure DAHDI 
+ modules.
 
 Package: libtonezone2.0
 Section: libs




More information about the Pkg-voip-commits mailing list