[Pkg-voip-commits] r10104 - in /libpri/trunk/debian: changelog patches/disable_dahdi patches/series

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Wed Feb 20 15:40:14 UTC 2013


Author: tzafrir
Date: Wed Feb 20 15:40:14 2013
New Revision: 10104

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10104
Log:
Patch disable_dahdi: disable utils that require dahdi and are not
installed.

Added:
    libpri/trunk/debian/patches/disable_dahdi
Modified:
    libpri/trunk/debian/changelog
    libpri/trunk/debian/patches/series

Modified: libpri/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/libpri/trunk/debian/changelog?rev=10104&op=diff
==============================================================================
--- libpri/trunk/debian/changelog (original)
+++ libpri/trunk/debian/changelog Wed Feb 20 15:40:14 2013
@@ -8,6 +8,8 @@
   * Remove version.c on clean (Closes: #688765).
   * Pass flags from dpkg-buildflags to the build system This library is
     now hardened.
+  * Patch disable_dahdi: disable utils that require dahdi and are not
+    installed.
 
  -- Tzafrir Cohen <tzafrir at debian.org>  Wed, 26 Sep 2012 01:37:55 +0200
 

Added: libpri/trunk/debian/patches/disable_dahdi
URL: http://svn.debian.org/wsvn/pkg-voip/libpri/trunk/debian/patches/disable_dahdi?rev=10104&op=file
==============================================================================
--- libpri/trunk/debian/patches/disable_dahdi (added)
+++ libpri/trunk/debian/patches/disable_dahdi Wed Feb 20 15:40:14 2013
@@ -1,0 +1,21 @@
+Description: disable utils that require dahdi
+Author: Tzafrir Cohen <tzafrir at debian.org>
+
+pridump and pritest are utilities that we currently don't install. They
+require dahdi for building. They are not being installed. Let's not waste
+time on them.
+
+If you need them installed, remove this patch and and install dahdi-source
+(dahdi/user.h) and libtonezone-dev (dahdi/tonezone.h).
+
+--- a/Makefile
++++ b/Makefile
+@@ -98,7 +98,7 @@ LDCONFIG_FLAGS = \# # Trick to comment o
+ #INSTALL_PREFIX = /opt/asterisk  # Uncomment out to install in standard Solaris location for 3rd party code
+ endif
+ 
+-UTILITIES= pridump pritest rosetest testprilib
++UTILITIES= rosetest testprilib
+ 
+ export PRIVERSION
+ 

Modified: libpri/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/libpri/trunk/debian/patches/series?rev=10104&op=diff
==============================================================================
--- libpri/trunk/debian/patches/series (original)
+++ libpri/trunk/debian/patches/series Wed Feb 20 15:40:14 2013
@@ -1,1 +1,2 @@
 enable-gcc-optimizations
+disable_dahdi




More information about the Pkg-voip-commits mailing list