]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
oops. 1.1.head is a newer version compared to 1.1.beta2
authorWilliam King <william.king@quentustech.com>
Fri, 20 Apr 2012 05:02:26 +0000 (22:02 -0700)
committerWilliam King <william.king@quentustech.com>
Fri, 20 Apr 2012 05:02:26 +0000 (22:02 -0700)
debian/changelog
scripts/ci/debsrcbuilder.sh

index 66437909331166e1b0d36f6ddccfaf908fd1556f..8e1558363a0159c75488d35777562f4c15508503 100644 (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.
index b8681bf063b68d4cc142d8315e0bad3cf0c8ece9..2b601ec9465b31ce3855628f655a943617450b0c 100755 (executable)
@@ -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"