From: William King Date: Fri, 20 Apr 2012 05:02:26 +0000 (-0700) Subject: oops. 1.1.head is a newer version compared to 1.1.beta2 X-Git-Tag: v1.2-rc1~17^2~165 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba316fcd46623de82e700dd92f4594d1a85e8ad2;p=thirdparty%2Ffreeswitch.git oops. 1.1.head is a newer version compared to 1.1.beta2 --- diff --git a/debian/changelog b/debian/changelog index 6643790933..8e1558363a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -freeswitch (1.1.head-git.master.20120419.1-1) unstable; urgency=low +freeswitch (1.1.beta2.1-1) unstable; urgency=low * Fixing FS-3449 as well as a bit of cleanup in prep for 1.2 release packaging. Also a handful of lintian errors/warnings are now fixed. diff --git a/scripts/ci/debsrcbuilder.sh b/scripts/ci/debsrcbuilder.sh index b8681bf063..2b601ec946 100755 --- a/scripts/ci/debsrcbuilder.sh +++ b/scripts/ci/debsrcbuilder.sh @@ -37,6 +37,8 @@ mv $src_repo/debbuild/$dst_name $src_repo/debbuild/$dst_full_name mv src_dist/$dst_name.tar.bz2 $src_repo/debbuild/freeswitch_${dst_full_version}.orig.tar.bz2 # Build the debian source package first, from the source tar file. +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"