Pre-jessie versions of Debian's mk-build-deps tool rely on libraries
that do not correctly parse debian/control, so we have to clip it down
to a smaller subset of the format to build on e.g. wheezy.
aptitude update && aptitude install -y devscripts equivs build-essential
my_release=$(awk '/deb .*\/debian/{print $3; exit}' /etc/apt/sources.list)
(cd debian && ./bootstrap.sh -c $my_release)
+ sed -i debian/control -e '/^#/d' && sed -i debian/control -e '/^$/N;/^\n$/D'
mk-build-deps -i
make -f debian/rules .stamp-configure && make
git clone https://github.com/traviscross/freeswitch-sounds.git
cd freeswitch-sounds && cat debian/README.source
- -- Travis Cross <tc@traviscross.com>, Sun, 23 Feb 2014 17:44:32 +0000
+ -- Travis Cross <tc@traviscross.com>, Sun, 23 Feb 2014 18:04:31 +0000