Fix lintian reported issue with version number ending with 0. As per: Debian Developer's Reference section 5.11.2
This commit is contained in:
parent
ba316fcd46
commit
7a6a310727
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue