#!/bin/sh

# Backport current Asterisk to  (Lenny + pkg-voip packages):

sed -i -e 's#^ libcap-dev# libcap2-dev#' debian/control

exit 0
