[Pkg-voip-commits] r6463 - /asterisk/branches/experimental/debian/backports/etch

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Sat Nov 15 21:03:41 UTC 2008


Author: tzafrir-guest
Date: Sat Nov 15 21:03:41 2008
New Revision: 6463

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6463
Log:
Fix asterisk etch backporting script.

Modified:
    asterisk/branches/experimental/debian/backports/etch

Modified: asterisk/branches/experimental/debian/backports/etch
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/branches/experimental/debian/backports/etch?rev=6463&op=diff
==============================================================================
--- asterisk/branches/experimental/debian/backports/etch (original)
+++ asterisk/branches/experimental/debian/backports/etch Sat Nov 15 21:03:41 2008
@@ -11,7 +11,7 @@
 sed -i -e 's#^ libsnmp-dev# libsnmp9-dev#' debian/control
 
 # remove vpb-driver dependency
-sed -i -e 's/^ libvpb-dev,$/d' debian/control
+sed -i -e '/^ libvpb-dev$/d' debian/control
 
 # Until we can have a stable backport of the new speex, let's just use 
 # our existing "broken" speex 1.1.12:
@@ -27,8 +27,4 @@
 # Remove explicit imap support:
 sed -i -e '/^ libc-client2007b-dev,$/d' debian/control
 
-echo >&2 "Changes in control file were not tested. Remove these lines"
-echo >&2 "once the script is tested."
-exit 1
-
 exit 0




More information about the Pkg-voip-commits mailing list