Remove suggestion to use git-buildpackage
This commit is contained in:
parent
38ae10ab03
commit
7b23b41508
|
@ -56,10 +56,7 @@ directory of your FS git working tree:
|
||||||
git add configure.in && git commit -m "bump to custom v$ver"
|
git add configure.in && git commit -m "bump to custom v$ver"
|
||||||
(cd debian && ./bootstrap.sh -c $distro)
|
(cd debian && ./bootstrap.sh -c $distro)
|
||||||
dch -b -m -v "$ver" --force-distribution -D "unstable" "Custom build."
|
dch -b -m -v "$ver" --force-distribution -D "unstable" "Custom build."
|
||||||
git-buildpackage -b -us -uc \
|
dpkg-buildpackage -b -us -uc -Zxz -z9
|
||||||
--git-verbose \
|
|
||||||
--git-pbuilder --git-dist=$distro \
|
|
||||||
--git-compression-level=1v --git-compression=xz
|
|
||||||
git reset --hard HEAD^
|
git reset --hard HEAD^
|
||||||
|
|
||||||
To build for a stable branch, do this:
|
To build for a stable branch, do this:
|
||||||
|
@ -97,4 +94,4 @@ freeswitch-music-*:
|
||||||
git clone https://github.com/traviscross/freeswitch-sounds.git
|
git clone https://github.com/traviscross/freeswitch-sounds.git
|
||||||
cd freeswitch-sounds && cat debian/README.source
|
cd freeswitch-sounds && cat debian/README.source
|
||||||
|
|
||||||
-- Travis Cross <tc@traviscross.com>, Tue, 4 Sep 2012 14:55:37 +0000
|
-- Travis Cross <tc@traviscross.com>, Tue, 4 Sep 2012 14:56:52 +0000
|
||||||
|
|
Loading…
Reference in New Issue