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"