ci: bootstrap the debian packaging

This commit is contained in:
Travis Cross 2012-05-06 03:32:11 +00:00
parent 10203ee645
commit 720e1dc9c4
1 changed files with 1 additions and 1 deletions

View File

@ -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}."