oops. 1.1.head is a newer version compared to 1.1.beta2

This commit is contained in:
William King 2012-04-19 22:02:26 -07:00
parent 1303c832f3
commit ba316fcd46
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -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.

View File

@ -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"