]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
ci: give dch the force option in case we regress version numbers
authorTravis Cross <tc@traviscross.com>
Sun, 6 May 2012 04:35:46 +0000 (04:35 +0000)
committerTravis Cross <tc@traviscross.com>
Sun, 6 May 2012 04:35:56 +0000 (04:35 +0000)
scripts/ci/debsrcbuilder.sh

index f8d382c807a5029d1e1baf77fe0a6bc5527b905b..be768eb2e1df7ddac522d4b968998af2974e19a7 100755 (executable)
@@ -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