From 5684b187f227de34e36349d99ff3a037dc4520f2 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 26 Jun 2013 11:56:38 +0200 Subject: Add gbp manpage --- docs/Makefile | 1 + docs/common.ent | 1 + docs/man.gbp.sgml | 11 +++ docs/manpages/gbp.sgml | 184 +++++++++++++++++++++++++++++++++++++++++++++ docs/manpages/manpages.ent | 1 + docs/manual.sgml | 1 + 6 files changed, 199 insertions(+) create mode 100644 docs/man.gbp.sgml create mode 100644 docs/manpages/gbp.sgml diff --git a/docs/Makefile b/docs/Makefile index 3679018..3540e67 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -5,6 +5,7 @@ MAN1S = git-buildpackage \ git-import-dscs \ git-import-orig \ git-dch \ + gbp \ gbp-pull \ gbp-clone \ gbp-pq \ diff --git a/docs/common.ent b/docs/common.ent index 2ac025b..43d8210 100644 --- a/docs/common.ent +++ b/docs/common.ent @@ -9,6 +9,7 @@ git-import-dsc"> git-import-dscs"> git-dch"> + gbp"> gbp-pull"> gbp-clone"> gbp-pq"> diff --git a/docs/man.gbp.sgml b/docs/man.gbp.sgml new file mode 100644 index 0000000..829184a --- /dev/null +++ b/docs/man.gbp.sgml @@ -0,0 +1,11 @@ + + %COMMON; + + %MANPAGES; +]> + + +git-buildpackage Manual +&man.gbp; + diff --git a/docs/manpages/gbp.sgml b/docs/manpages/gbp.sgml new file mode 100644 index 0000000..d8f0716 --- /dev/null +++ b/docs/manpages/gbp.sgml @@ -0,0 +1,184 @@ + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + +
+ + gbp + &dhsection; + + + &gbp; + Maintain Debian packages in Git + + + + &gbp; + + + + + + + + + + DESCRIPTION + + &gbp; is used to maintain Debian source packages in the &git; version control system. + + + + OPTIONS + + + + + + verbose execution + + + + + + GBP COMMANDS + + + buildpackage + + + Build source and binary packages from a &git; repository + + + + + + import-orig + + + Import a new upstream version into a &git; repository + + + + + + import-dsc + + + Import a Debian source package into a &git; repository + + + + + + import-dscs + + + Import several Debian source packages into a &git; repository, sorted + by version number + + + + + + dch + + + Generate the debian/changelog from &git; commit history + + + + + + pq + + + Manage debian/patches using &git; + + + + + + pull + + + Update a &git; repository from a remote + + + + + + clone + + + Clone a &git; repository from a remote and set up the necessary branch tracking. + + + + + + create-remote-repo + + + Create a remote &git; repository + + + + + + &man.git.config-files; + + + SEE ALSO + + + git-import-dsc + 1 + , + + git-import-dscs + 1 + , + + git-import-orig + 1 + , + + git-dch + 1 + , + + git-pbuilder + 1 + , + + git-create-remote-repo + 1 + , + + git-pull + 1 + , + + git-clone + 1 + , + + gbp.conf + &dhconfsection; + + &man.seealso.common; + + + + AUTHOR + + &dhusername; &dhemail; + + +
diff --git a/docs/manpages/manpages.ent b/docs/manpages/manpages.ent index 058b66d..f305b30 100644 --- a/docs/manpages/manpages.ent +++ b/docs/manpages/manpages.ent @@ -3,6 +3,7 @@ + diff --git a/docs/manual.sgml b/docs/manual.sgml index eab3745..5db1a15 100644 --- a/docs/manual.sgml +++ b/docs/manual.sgml @@ -27,6 +27,7 @@ Command Reference + &man.gbp; &man.git.buildpackage; &man.git.importdsc; &man.git.importdscs; -- cgit v1.2.3