ci: note non-base ci build dependencies

This commit is contained in:
Travis Cross 2012-05-06 04:11:40 +00:00
parent 94d91aa4f7
commit d8376609d1
1 changed files with 2 additions and 1 deletions

View File

@ -31,10 +31,11 @@ echo "changing directory to ${src_repo}/debbuild/${dst_full_name}"
cd ${src_repo}/debbuild/${dst_full_name}
(cd debian && ./bootstrap.sh)
# dependency: libparse-debcontrol-perl
dch -v "${dst_full_version}-1" \
-M --force-distribution -D "$distro" \
"Nightly build at ${datestamp}."
# dependency: fakeroot
dpkg-buildpackage -rfakeroot -S -us -uc
status=$?