]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Remove suggestion to use git-buildpackage
authorTravis Cross <tc@traviscross.com>
Tue, 4 Sep 2012 14:57:09 +0000 (14:57 +0000)
committerTravis Cross <tc@traviscross.com>
Tue, 4 Sep 2012 14:57:29 +0000 (14:57 +0000)
debian/README.source

index 9015b87538bb55be551a705afe4d9cf58cb75b79..f4323111588ce0e5e9690a5df70cdc3b08310646 100644 (file)
@@ -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 <tc@traviscross.com>, Tue,  4 Sep 2012 14:55:37 +0000
+ -- Travis Cross <tc@traviscross.com>, Tue,  4 Sep 2012 14:56:52 +0000