提交 1f03d051 authored 作者: Travis Cross's avatar Travis Cross

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

上级 ab826e67
...@@ -36,7 +36,7 @@ cd ${src_repo}/debbuild/${dst_full_name} ...@@ -36,7 +36,7 @@ cd ${src_repo}/debbuild/${dst_full_name}
mv control control.orig; \ mv control control.orig; \
grep -e '^#' -v control.orig > control) grep -e '^#' -v control.orig > control)
# dependency: libparse-debcontrol-perl # dependency: libparse-debcontrol-perl
dch -v "${dst_full_version}-1" \ dch -b -v "${dst_full_version}-1" \
-M --force-distribution -D "$distro" \ -M --force-distribution -D "$distro" \
"Nightly build at ${datestamp}." "Nightly build at ${datestamp}."
# dependency: fakeroot # dependency: fakeroot
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论