[Pkg-voip-commits] r7368 - /asterisk/trunk/debian/backports/etch

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Wed Jun 17 08:54:14 UTC 2009


Author: tzafrir-guest
Date: Wed Jun 17 08:54:12 2009
New Revision: 7368

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7368
Log:
The Etch backports hook does need to adjust the libcap dependency

Modified:
    asterisk/trunk/debian/backports/etch

Modified: asterisk/trunk/debian/backports/etch
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/backports/etch?rev=7368&op=diff
==============================================================================
--- asterisk/trunk/debian/backports/etch (original)
+++ asterisk/trunk/debian/backports/etch Wed Jun 17 08:54:12 2009
@@ -26,6 +26,9 @@
 # Remove the OSP ToolKit (app_osplookup)
 sed -i -e '/^ libosptk3-dev/d' debian/control
 
+# Fix libcap dependency. The etch one should do:
+sed -i -e 's/^ libcap-dev.*/ libcap-dev,/' debian/control
+
 # Remove AIS support (res_ais)
 sed -i -e '/^ libopenais-dev/d' debian/control
 




More information about the Pkg-voip-commits mailing list