]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
ci: bootstrap the debian packaging
authorTravis Cross <tc@traviscross.com>
Sun, 6 May 2012 03:32:11 +0000 (03:32 +0000)
committerTravis Cross <tc@traviscross.com>
Sun, 6 May 2012 04:28:16 +0000 (04:28 +0000)
scripts/ci/debsrcbuilder.sh

index 02ab0f363bbfe109a251c7b2f8a80ba3ffab184b..ce757bf9a4def1faf265a3bfe8e05d7bc19e4a2c 100755 (executable)
@@ -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}."