summaryrefslogtreecommitdiff
path: root/projects/git-buildpackage.mdwn
diff options
context:
space:
mode:
authoragx <agx@web>2009-08-16 15:02:39 +0200
committerWiki User <wikwik@wiki.sigxcpu.org>2009-08-16 15:02:39 +0200
commita78161fc6a8c497dbde60bfee182c1d29eb735ae (patch)
treeb80acefd3d4a0b0a349171788475d846579fa057 /projects/git-buildpackage.mdwn
parenta4218cacc76e6eb8bd13d1caf32a655ffc5b3877 (diff)
add helpers
Diffstat (limited to 'projects/git-buildpackage.mdwn')
-rw-r--r--projects/git-buildpackage.mdwn18
1 files changed, 13 insertions, 5 deletions
diff --git a/projects/git-buildpackage.mdwn b/projects/git-buildpackage.mdwn
index 8e13e8c..5ef1ecd 100644
--- a/projects/git-buildpackage.mdwn
+++ b/projects/git-buildpackage.mdwn
@@ -3,13 +3,21 @@ Suite to help with maintaining [Debian](http://www.debian.org) packages in [Git]
[[!toc]]
### Tools
-* git-import-{dsc,dscs}: import existing Debian source packages into a git repository
-* git-import-orig: import a new upstream version into the git repository
-* git-buildpackage: build a package out of a git repository, check for local modifications and tag appropriately
-* git-dch: generate Debian changelog entries from Git commit messages
+GBP ships the following tools:
+
+* *git-import-{dsc,dscs}*: import existing Debian source packages into a git repository
+* *git-import-orig*: import a new upstream version into the git repository
+* *git-buildpackage*: build a package out of a git repository, check for local modifications and tag appropriately
+* *git-dch*: generate Debian changelog entries from Git commit messages
+
+There are some helpers in */usr/share/doc/git-buildpackage/examples/*:
+
+* *gbp-cowbuilder-sid*: ease using [[!debpkg cowdancer desc=cowbuilder]] with git-buildpackage
+* *gbp-posttag-push*: posttag hook for git-buildpackage to push out the necessary changes to a remote repository after a releasse
+* *gbp-pq*: maintain *debian/patches* on a patch queue branch
### Documentation
-* [official manual](http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.html).
+* git-buildpackage's [official manual](http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.html).
* A possible workflow for maintaining [[development/debian packages in git]].
### Source Code