ci: give dch the force option in case we regress version numbers

This commit is contained in:
Travis Cross 2012-05-06 04:35:46 +00:00
parent ab826e67ef
commit 1f03d051e2
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ cd ${src_repo}/debbuild/${dst_full_name}
mv control control.orig; \
grep -e '^#' -v control.orig > control)
# dependency: libparse-debcontrol-perl
dch -v "${dst_full_version}-1" \
dch -b -v "${dst_full_version}-1" \
-M --force-distribution -D "$distro" \
"Nightly build at ${datestamp}."
# dependency: fakeroot