]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8271 defaulting to automatically download the binary deps because without major...
authorWilliam King <william.king@quentustech.com>
Thu, 8 Oct 2015 21:02:05 +0000 (14:02 -0700)
committerWilliam King <william.king@quentustech.com>
Thu, 8 Oct 2015 21:02:05 +0000 (14:02 -0700)
debian/util.sh

index 6c0abc2dfbd0848a8c0fbbceeb635f2cf9d5ffc4..50da50d12bb7af6230f0135eeb3281ca148c2dcc 100755 (executable)
@@ -137,10 +137,9 @@ create_orig () {
   {
     set -e
     local OPTIND OPTARG
-    local uver="" hrev="" bundle_deps=false modules_list="" zl=9e
+    local uver="" hrev="" bundle_deps=true modules_list="" zl=9e
     while getopts 'bm:nv:z:' o "$@"; do
       case "$o" in
-        b) bundle_deps=true;;
         m) modules_list="$OPTARG";;
         n) uver="nightly";;
         v) uver="$OPTARG";;
@@ -499,7 +498,6 @@ commands:
     [ This must be run as root! ]
 
     -a Specify architectures
-    -b Bundle downloaded libraries in source package
     -c Specify distributions
     -d Enable cowbuilder debug hook
     -f <modules.conf>
@@ -561,7 +559,6 @@ commands:
 
   create-orig <treeish>
 
-    -b Bundle downloaded libraries in source package
     -m [ quicktest | non-dfsg ]
       Choose custom list of modules to build
     -n Nightly build