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

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Mon Apr 14 22:15:02 UTC 2008


Author: tzafrir-guest
Date: Mon Apr 14 22:15:02 2008
New Revision: 5546

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5546
Log:
Until we can have a stable backport of the new speex, let's just use 
our existing "broken" speex 1.1.12 in the etch backport.

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=5546&op=diff
==============================================================================
--- asterisk/trunk/debian/backports/etch (original)
+++ asterisk/trunk/debian/backports/etch Mon Apr 14 22:15:02 2008
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # Hook for automatic backports at Buildserver.NET
 #
@@ -13,4 +13,8 @@
 # remove vpb-driver dependency
 sed -i -e 's#^\(Build-Depends:.*\), libvpb-dev#\1#' debian/control
 
+# Until we can have a stable backport of the new speex, let's just use 
+# our existing "broken" speex 1.1.12:
+sed -i -e 's#^\(Build-Depends:.*\), libspeexdsp-dev#\1#' debian/control
+
 exit 0




More information about the Pkg-voip-commits mailing list