From: Travis Cross Date: Sun, 6 May 2012 03:32:11 +0000 (+0000) Subject: ci: bootstrap the debian packaging X-Git-Tag: v1.2-rc1~17^2~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=720e1dc9c4380dbc0574e36954e577c4dc965bb6;p=thirdparty%2Ffreeswitch.git ci: bootstrap the debian packaging --- diff --git a/scripts/ci/debsrcbuilder.sh b/scripts/ci/debsrcbuilder.sh index 02ab0f363b..ce757bf9a4 100755 --- a/scripts/ci/debsrcbuilder.sh +++ b/scripts/ci/debsrcbuilder.sh @@ -30,7 +30,7 @@ mv src_dist/${dst_name}.tar.bz2 \ echo "changing directory to ${src_repo}/debbuild/${dst_full_name}" cd ${src_repo}/debbuild/${dst_full_name} - +(cd debian && ./bootstrap.sh) dch -v "${dst_full_version}-1" \ -M --force-distribution -D "$distro" \ "Nightly build at ${datestamp}."