From: Guido Günther Date: Wed, 28 Aug 2013 17:25:37 +0000 (+0200) Subject: docs: Refert to gbp in the introduction X-Git-Tag: debian/0.6.3~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=283c84749bcb2040675eb84e2c000077dcf0bf2c;p=tools%2Fgit-buildpackage.git docs: Refert to gbp in the introduction since this wraps all commands now. Thanks: Ross Boylan for pointing out that the current wording is confusing. --- diff --git a/docs/chapters/intro.sgml b/docs/chapters/intro.sgml index 410a9e31..ecdeb3fa 100644 --- a/docs/chapters/intro.sgml +++ b/docs/chapters/intro.sgml @@ -1,7 +1,7 @@ Introduction - Welcome to &gbp-buildpackage;, a system that integrates the + Welcome to &gbp;, a system that integrates the Debian package build system with Git. The current version of this manual can be found at here. @@ -29,7 +29,7 @@ Repository Layout and Terminology The only requirement on the repository layout for using - &gbp-buildpackage; and friends is, that the branch the debian work is + &gbp; is, that the branch the debian work is being done on is different from the branch the upstream sources are being maintained on (this, of course, has no meaning for Debian native packages). This is necessary to be able to build upstream tarballs and @@ -70,18 +70,21 @@ You're completely free to pick any repository layout and the branch names above are only - &gbp-buildpackage;'s defaults. They can be changed at any point in time + &gbp;'s defaults. They can be changed at any point in time and you can work with an arbitrary number of branches. For example branches like nmu, - bpo or stable might + backports or stable might (temporarily or permanent) become your - and branches like dfsg_free or + and branches like dfsg or snapshots might become your - it doesn't matter if these branches are maintained with &gbp-import-orig; or not. + + A recommended branch layout is described in . + - Since Git-Buildpackage only works with local &git;-repositories - you have to use git-push in order to publish your + Since &gbp-buildpackage; only works with local &git;-repositories + you have to use git push in order to publish your changes to remote repositories like git.debian.org, this can also be automized with &gbp-buildpackage;'s