提交 7a6a3107 authored 作者: William King's avatar William King

Fix lintian reported issue with version number ending with 0. As per: Debian…

Fix lintian reported issue with version number ending with 0. As per: Debian Developer's Reference section 5.11.2
上级 ba316fcd
...@@ -41,7 +41,7 @@ echo "changing directory to $src_repo/debbuild/$dst_full_name" ...@@ -41,7 +41,7 @@ echo "changing directory to $src_repo/debbuild/$dst_full_name"
cd $src_repo/debbuild/$dst_full_name cd $src_repo/debbuild/$dst_full_name
dch -v "${dst_full_version}-0" -M --force-distribution -D "$distro" "Nightly Build" dch -v "${dst_full_version}-1" -M --force-distribution -D "$distro" "Nightly Build"
dpkg-buildpackage -rfakeroot -S -us -uc dpkg-buildpackage -rfakeroot -S -us -uc
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论