From: martin f. krafft Date: Fri, 26 Sep 2008 18:05:36 +0000 (+0200) Subject: update version in README.source X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topgit.git;a=commitdiff_plain;h=cd10b605b0e442f52837bb1d6e0ffbde83ffcab0 update version in README.source --- diff --git a/debian/README.source b/debian/README.source index 56556aa..6fafbb4 100644 --- a/debian/README.source +++ b/debian/README.source @@ -63,16 +63,16 @@ The upstream tarball for $VERSION can be obtained using pristine-tar: To build the package, you check out the build branch, recreate debian/patches, commit, build, test, upload, tag: - 1. tg create stage-0.3-1 debian/locations - 2. git commit -m'staging 0.3-1' + 1. tg create stage-0.4-1 debian/locations + 2. git commit -m'staging 0.4-1' 3. tg export --quilt debian/patches.new 4. rm debian/patches.new/stage-* 5. sed -i '/^stage-/d' debian/patches.new/series 6. git checkout build && git rm -r debian/patches 7. mv debian/patches.new debian/patches && git add debian/patches - 8. git commit -m'preparing 0.3-1' - 9. build, test, upload, tag ('debian/topgit-0.3-1') -10. tg delete stage-0.3-1 + 8. git commit -m'preparing 0.4-1' + 9. build, test, upload, tag ('debian/topgit-0.4-1') +10. tg delete stage-0.4-1 This process is still very cumbersome and needs to be improved, ideally within TopGit.