From 21fb320b6f3b5cedfa88e7509e332a8a7b488043 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 29 Sep 2012 16:19:05 +0100 Subject: For CI builds, force dch to accept our version number Otherwise, the committed debian/changelog may have a tentative upstream version number (1.2-1) that is newer than what the project actually reports (1.1), and we need to ignore that. --- jenkinstool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jenkinstool') diff --git a/jenkinstool b/jenkinstool index 352bb9b..da76711 100755 --- a/jenkinstool +++ b/jenkinstool @@ -567,7 +567,7 @@ fi # release build, going to Debian unstable. if ! is_release "$project" "$version" then - dch -v "$debianversion" --distribution "$debian_dist" "CI build" + dch -b -v "$debianversion" --distribution "$debian_dist" "CI build" dch -r '' elif [ "$debian_dist" != unstable ] then -- cgit v1.2.1