mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-30 05:56:12 +00:00
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
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user