From 38afb27a1e3c792e1989f338428f31f46271abab Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Fri, 10 Feb 2012 17:08:20 +0200 Subject: docs: add missing tags to sgml files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Guido Günther --- docs/chapters/building.sgml | 2 ++ docs/chapters/cfgfile.sgml | 8 ++++---- docs/chapters/import.sgml | 2 ++ docs/chapters/releases.sgml | 1 + docs/chapters/special.sgml | 4 ++++ docs/manpages/gbp-clone.sgml | 5 +++-- docs/manpages/gbp-create-remote-repo.sgml | 3 ++- docs/manpages/gbp-pull.sgml | 2 +- docs/manpages/git-buildpackage.sgml | 9 +++++---- 9 files changed, 24 insertions(+), 12 deletions(-) diff --git a/docs/chapters/building.sgml b/docs/chapters/building.sgml index 9bab07a2..1d95faf5 100644 --- a/docs/chapters/building.sgml +++ b/docs/chapters/building.sgml @@ -9,6 +9,7 @@ During the development phase (when you're either not on the debian-branch or when you have uncommitted changes in your repository) you'll usually use: + &git-buildpackage; @@ -96,6 +97,7 @@ export-dir=../build-area =lintian $GBP_CHANGES_FILE to your .gbp.conf. + Pushing into a remote repository diff --git a/docs/chapters/cfgfile.sgml b/docs/chapters/cfgfile.sgml index d69ebef0..d7c7a0da 100644 --- a/docs/chapters/cfgfile.sgml +++ b/docs/chapters/cfgfile.sgml @@ -33,22 +33,22 @@ [git-buildpackage] Options in this section apply to &git-buildpackage; only and override options from the - [DEFAULT] section. + [DEFAULT] section. [git-import-orig] Options in this section apply to &git-import-orig; only and override options from the - [DEFAULT] section. + [DEFAULT] section. [git-import-dsc] Options in this section apply to &git-import-dsc; only and override options from the - [DEFAULT] section. + [DEFAULT] section. [git-dch] Options in this section apply to &git-dch; only and override options from the - [DEFAULT] section. + [DEFAULT] section. The actual options in these sections are the command line options without diff --git a/docs/chapters/import.sgml b/docs/chapters/import.sgml index c4a5f1fc..54d23b8d 100644 --- a/docs/chapters/import.sgml +++ b/docs/chapters/import.sgml @@ -88,6 +88,7 @@ by version number. If the &git; repository wasn't created with &git-import-dsc; you have to tell &git-buildpackage; and friends where to find the upstream sources. + Upstream sources on a branch @@ -176,5 +177,6 @@ EOF dh_make That's it, you're done. If you want to publish you're new repository you can use &gbp-create-remote-repo;. + diff --git a/docs/chapters/releases.sgml b/docs/chapters/releases.sgml index 95f89b4f..9d3bf747 100644 --- a/docs/chapters/releases.sgml +++ b/docs/chapters/releases.sgml @@ -21,6 +21,7 @@ . But what if you want to have an (unreleased) snapshot for intermediate testing: + &git-dch; diff --git a/docs/chapters/special.sgml b/docs/chapters/special.sgml index cf349042..653f0ae2 100644 --- a/docs/chapters/special.sgml +++ b/docs/chapters/special.sgml @@ -4,6 +4,7 @@ Handling non-DFSG clean upstream sources If you have to handle non DFSG clean upstream sources you can use a different branch which you have to create once: + &gitcmd; branch dfsg_clean upstream @@ -37,6 +38,7 @@ cleanup-script.sh &gitcmd; checkout master &gitcmd; pull . dfsg_clean + Importing NMUs @@ -108,6 +110,7 @@ builder = /usr/bin/git-pbuilder one of your &git; repositories instead of ~/.gbp.conf. + Working on random packages @@ -119,6 +122,7 @@ git-import-dsc --download package cd package git-branch debian + This uses apt-get to download the source package, puts the orig tarball on the and the diff --git a/docs/manpages/gbp-clone.sgml b/docs/manpages/gbp-clone.sgml index f4be9768..31c2fed2 100644 --- a/docs/manpages/gbp-clone.sgml +++ b/docs/manpages/gbp-clone.sgml @@ -48,7 +48,7 @@ Track all branches, not only debian - and upstream. + and upstream. @@ -56,7 +56,7 @@ The branch in the Git repository the Debian package is being - developed on, default is master. + developed on, default is master. @@ -89,6 +89,7 @@ + &man.git.config-files; diff --git a/docs/manpages/gbp-create-remote-repo.sgml b/docs/manpages/gbp-create-remote-repo.sgml index 782d70be..5e595114 100644 --- a/docs/manpages/gbp-create-remote-repo.sgml +++ b/docs/manpages/gbp-create-remote-repo.sgml @@ -72,7 +72,7 @@ The branch in the Git repository the Debian package is being - developed on, default is master. + developed on, default is master. @@ -113,6 +113,7 @@ + &man.git.config-files; diff --git a/docs/manpages/gbp-pull.sgml b/docs/manpages/gbp-pull.sgml index b8dcde41..44d667e9 100644 --- a/docs/manpages/gbp-pull.sgml +++ b/docs/manpages/gbp-pull.sgml @@ -63,7 +63,7 @@ The branch in the Git repository the Debian package is being - developed on, default is master. + developed on, default is master. diff --git a/docs/manpages/git-buildpackage.sgml b/docs/manpages/git-buildpackage.sgml index 2dbe85b3..4a452cef 100644 --- a/docs/manpages/git-buildpackage.sgml +++ b/docs/manpages/git-buildpackage.sgml @@ -108,7 +108,7 @@ Don't abort if there are uncommitted changes in the source tree or the current branch doesn't match the - debian-branch. + debian-branch. @@ -160,7 +160,7 @@ Build for architecture ARCH when using --git-pbuilder. If unset no architecture is - passed to git-pbuilder. + passed to git-pbuilder. @@ -169,7 +169,7 @@ Whether to try to autoconfigure git-pbuilder or to rely on the settings in .pbuilderrc. See the git-pbuilder - manpage for details. + manpage for details. @@ -284,8 +284,9 @@ or the application specified via . Exported environment variables are: GBP_GIT_DIR (the repository the package is being built from), - GBP_BUILD_DIR (the build dir). + GBP_BUILD_DIR (the build dir). + tag-format -- cgit v1.2.3