]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
debian: wheezy is the new stable
authorTravis Cross <tc@traviscross.com>
Sat, 25 May 2013 09:52:01 +0000 (09:52 +0000)
committerTravis Cross <tc@traviscross.com>
Fri, 31 May 2013 20:40:10 +0000 (20:40 +0000)
And jessie is the new testing.

The king is dead, long live the king!

debian/bootstrap.sh
debian/util.sh

index 2521a588d0b9e612ab0a0134fdf67e6ecbd47f70..a7b12cee3d5600f8a0af0bdf71d03564887d7f26 100755 (executable)
@@ -7,7 +7,7 @@ conf_dir="../conf"
 lang_dir="../conf/vanilla/lang"
 fs_description="FreeSWITCH is a scalable open source cross-platform telephony platform designed to route and interconnect popular communication protocols using audio, video, text or any other form of media."
 mod_build_depends="."
-supported_distros="squeeze wheezy sid"
+supported_distros="squeeze wheezy jessie sid"
 avoid_mods=(
   applications/mod_limit
   applications/mod_mongo
@@ -37,6 +37,8 @@ avoid_mods=(
 )
 avoid_mods_sid=(
 )
+avoid_mods_jessie=(
+)
 avoid_mods_wheezy=(
 )
 avoid_mods_squeeze=(
index ca160c846c98ed5285f4c46f759a3f8bb3765fb9..adb14988ee23e1316368441b7192a0ed09792289 100755 (executable)
@@ -46,8 +46,9 @@ find_distro () {
   case "$1" in
     experimental) echo "sid";;
     unstable) echo "sid";;
-    testing) echo "wheezy";;
-    stable) echo "squeeze";;
+    testing) echo "jessie";;
+    stable) echo "wheezy";;
+    oldstable) echo "squeeze";;
     *) echo "$1";;
   esac
 }
@@ -55,8 +56,9 @@ find_distro () {
 find_suite () {
   case "$1" in
     sid) echo "unstable";;
-    wheezy) echo "testing";;
-    squeeze) echo "stable";;
+    jessie) echo "testing";;
+    wheezy) echo "stable";;
+    squeeze) echo "oldstable";;
     *) echo "$1";;
   esac
 }
@@ -332,7 +334,7 @@ build_all () {
   done
   shift $(($OPTIND-1))
   [ -n "$archs" ] || archs="amd64 i386"
-  [ -n "$distros" ] || distros="sid wheezy squeeze"
+  [ -n "$distros" ] || distros="sid jesse wheezy squeeze"
   [ -n "$orig" ] || orig="$(create_orig $orig_opts HEAD | tail -n1)"
   mkdir -p ../log
   > ../log/changes