From: Travis Cross Date: Sun, 6 May 2012 04:35:46 +0000 (+0000) Subject: ci: give dch the force option in case we regress version numbers X-Git-Tag: v1.2-rc1~17^2~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f03d051e21a037cad1cffb0c24f9bff5bf3bd9f;p=thirdparty%2Ffreeswitch.git ci: give dch the force option in case we regress version numbers --- diff --git a/scripts/ci/debsrcbuilder.sh b/scripts/ci/debsrcbuilder.sh index f8d382c807..be768eb2e1 100755 --- a/scripts/ci/debsrcbuilder.sh +++ b/scripts/ci/debsrcbuilder.sh @@ -36,7 +36,7 @@ cd ${src_repo}/debbuild/${dst_full_name} mv control control.orig; \ grep -e '^#' -v control.orig > control) # dependency: libparse-debcontrol-perl -dch -v "${dst_full_version}-1" \ +dch -b -v "${dst_full_version}-1" \ -M --force-distribution -D "$distro" \ "Nightly build at ${datestamp}." # dependency: fakeroot