From 720e1dc9c4380dbc0574e36954e577c4dc965bb6 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Sun, 6 May 2012 03:32:11 +0000 Subject: [PATCH] ci: bootstrap the debian packaging --- scripts/ci/debsrcbuilder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}."