diff --git a/debian/README.source b/debian/README.source index 9015b87538..f432311158 100644 --- a/debian/README.source +++ b/debian/README.source @@ -56,10 +56,7 @@ directory of your FS git working tree: git add configure.in && git commit -m "bump to custom v$ver" (cd debian && ./bootstrap.sh -c $distro) dch -b -m -v "$ver" --force-distribution -D "unstable" "Custom build." - git-buildpackage -b -us -uc \ - --git-verbose \ - --git-pbuilder --git-dist=$distro \ - --git-compression-level=1v --git-compression=xz + dpkg-buildpackage -b -us -uc -Zxz -z9 git reset --hard HEAD^ To build for a stable branch, do this: @@ -97,4 +94,4 @@ freeswitch-music-*: git clone https://github.com/traviscross/freeswitch-sounds.git cd freeswitch-sounds && cat debian/README.source - -- Travis Cross , Tue, 4 Sep 2012 14:55:37 +0000 + -- Travis Cross , Tue, 4 Sep 2012 14:56:52 +0000