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:
William King 2012-04-19 22:28:43 -07:00
parent ba316fcd46
commit 7a6a310727
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ echo "changing directory to $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