[Pkg-voip-commits] r4744 - in /asterisk/trunk/debian: changelog patches/tos-libcap

paravoid at alioth.debian.org paravoid at alioth.debian.org
Tue Oct 16 15:57:04 UTC 2007


Author: paravoid
Date: Tue Oct 16 15:57:03 2007
New Revision: 4744

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4744
Log:
* Really enable the libcap/ToS functionality; the previous patch didn't
  enable the functionality, even though the code and the libcap.so
  dependency were there.

Modified:
    asterisk/trunk/debian/changelog
    asterisk/trunk/debian/patches/tos-libcap

Modified: asterisk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/changelog?rev=4744&op=diff
==============================================================================
--- asterisk/trunk/debian/changelog (original)
+++ asterisk/trunk/debian/changelog Tue Oct 16 15:57:03 2007
@@ -8,7 +8,12 @@
   * Move libc-client to not be last, so debian/backports/xorcom.etch would
     still work.
 
- -- Faidon Liambotis <paravoid at debian.org>  Sun, 14 Oct 2007 19:52:34 +0300
+  [ Faidon Liambotis ]
+  * Really enable the libcap/ToS functionality; the previous patch didn't
+    enable the functionality, even though the code and the libcap.so
+    dependency were there.
+
+ -- Faidon Liambotis <paravoid at debian.org>  Tue, 16 Oct 2007 18:55:02 +0300
 
 asterisk (1:1.4.13~dfsg-1) unstable; urgency=low
 

Modified: asterisk/trunk/debian/patches/tos-libcap
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/tos-libcap?rev=4744&op=diff
==============================================================================
--- asterisk/trunk/debian/patches/tos-libcap (original)
+++ asterisk/trunk/debian/patches/tos-libcap Tue Oct 16 15:57:03 2007
@@ -721,3 +721,18 @@
  TERMCAP_INCLUDE=@TERMCAP_INCLUDE@
  TERMCAP_LIB=@TERMCAP_LIB@
  TERMCAP_DIR=@TERMCAP_DIR@
+--- asterisk-1.4.12~dfsg.orig/include/asterisk/autoconfig.h.in
++++ asterisk-1.4.12~dfsg/include/asterisk/autoconfig.h.in
+@@ -59,6 +59,12 @@
+ /* Define to 1 if you have the `bzero' function. */
+ #undef HAVE_BZERO
+ 
++/* Define this to indicate the ${CAP_DESCRIP} library */
++#undef HAVE_CAP
++
++/* Define to indicate the ${CAP_DESCRIP} library version */
++#undef HAVE_CAP_VERSION
++
+ /* Define to 1 if your system has a working `chown' function. */
+ #undef HAVE_CHOWN
+ 




More information about the Pkg-voip-commits mailing list