[Pkg-voip-commits] r10224 - in /dahdi-tools/trunk/debian: changelog dahdi.examples dahdi.udev rules

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Sun Jun 9 20:33:50 UTC 2013


Author: tzafrir
Date: Sun Jun  9 20:33:49 2013
New Revision: 10224

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10224
Log:
Enable pinned spans support.

Added:
    dahdi-tools/trunk/debian/dahdi.udev
Modified:
    dahdi-tools/trunk/debian/changelog
    dahdi-tools/trunk/debian/dahdi.examples
    dahdi-tools/trunk/debian/rules

Modified: dahdi-tools/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-tools/trunk/debian/changelog?rev=10224&op=diff
==============================================================================
--- dahdi-tools/trunk/debian/changelog (original)
+++ dahdi-tools/trunk/debian/changelog Sun Jun  9 20:33:49 2013
@@ -4,6 +4,7 @@
     - Patch fix_xpp_buildfix removed: merged upstream.
   * Patch fix_xpp_buildfix: The sole (currently) change in the upcoming
     dahdi-tools 2.6.3. A further build fix for gcc 4.8 (Closes: #707391).
+  * Enable pinned spans support.
 
  -- Tzafrir Cohen <tzafrir at debian.org>  Thu, 23 May 2013 09:55:54 +0300
 

Modified: dahdi-tools/trunk/debian/dahdi.examples
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-tools/trunk/debian/dahdi.examples?rev=10224&op=diff
==============================================================================
--- dahdi-tools/trunk/debian/dahdi.examples (original)
+++ dahdi-tools/trunk/debian/dahdi.examples Sun Jun  9 20:33:49 2013
@@ -1,2 +1,3 @@
 xpp/genconf_parameters
 *.conf.sample
+*.conf

Added: dahdi-tools/trunk/debian/dahdi.udev
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-tools/trunk/debian/dahdi.udev?rev=10224&op=file
==============================================================================
--- dahdi-tools/trunk/debian/dahdi.udev (added)
+++ dahdi-tools/trunk/debian/dahdi.udev Sun Jun  9 20:33:49 2013
@@ -1,0 +1,3 @@
+# DAHDI devices with ownership/permissions for running as non-root
+SUBSYSTEM=="dahdi",		OWNER="asterisk", GROUP="asterisk", MODE="0660"
+SUBSYSTEM=="dahdi_devices",	RUN="/usr/share/dahdi/handle_device"

Modified: dahdi-tools/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-tools/trunk/debian/rules?rev=10224&op=diff
==============================================================================
--- dahdi-tools/trunk/debian/rules (original)
+++ dahdi-tools/trunk/debian/rules Sun Jun  9 20:33:49 2013
@@ -24,6 +24,9 @@
 %:
 	dh $@
 
+override_dh_auto_configure:
+	dh_auto_configure -- --enable-pinned
+
 override_dh_auto_build:
 	$(MAKE) programs docs
 	# FIXME: xpp/README.Astribank.html




More information about the Pkg-voip-commits mailing list