From: William King Date: Fri, 20 Apr 2012 05:28:43 +0000 (-0700) Subject: Fix lintian reported issue with version number ending with 0. As per: Debian Develope... X-Git-Tag: v1.2-rc1~17^2~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a6a31072729fdffb5a65f5c37d0db679596349d;p=thirdparty%2Ffreeswitch.git Fix lintian reported issue with version number ending with 0. As per: Debian Developer's Reference section 5.11.2 --- diff --git a/scripts/ci/debsrcbuilder.sh b/scripts/ci/debsrcbuilder.sh index 2b601ec946..ee83b6325b 100755 --- a/scripts/ci/debsrcbuilder.sh +++ b/scripts/ci/debsrcbuilder.sh @@ -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