summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-10-06 14:47:50 +0200
committerGuido Günther <agx@sigxcpu.org>2017-10-06 14:47:50 +0200
commitc4375837c0492c247181d83a106e3987666e8405 (patch)
tree3796b435c0f75e61f7a3f3a4c4f6062655dc7408
parent58e73d91be7c511f13142c891ea539bd6895824b (diff)
gbp: Mention rpm tools
-rw-r--r--projects/git-buildpackage.mdwn5
1 files changed, 3 insertions, 2 deletions
diff --git a/projects/git-buildpackage.mdwn b/projects/git-buildpackage.mdwn
index bba2d9b..d8396a6 100644
--- a/projects/git-buildpackage.mdwn
+++ b/projects/git-buildpackage.mdwn
@@ -21,7 +21,8 @@ GBP ships the following tools:
* *gbp tag*: tag a Debian package in git
* *gbp pristine-tar*: create pristine-tar commits
-There are some helpers in */usr/share/doc/git-buildpackage/examples/*:
+There's also some support for maintaining RPMs in (*gbp buildpackage-rpm*, *gbp import-srpm*, *gbp pq-rpm*, *gbp rpm-ch*).
+and helpers in */usr/share/doc/git-buildpackage/examples/*:
* *gbp-add-patch*: Commits a patch to the current branch and uses the patch header for the commit message, useful after *gbp pq export*.
@@ -57,7 +58,7 @@ Here's my current [[gbp.conf]].
## Related Tools
* [Git-pbuilder][0] by Russ Allbery is included in gbp but a newer version might be available.
* [Chef Cookbook for gbp][1]
-* [git-buildpackage-rpm][2] by Markus Lehtonen. A fork of gbp adding RPM support. Large parts merged into gbp already.
+* [git-buildpackage-rpm][2] by Markus Lehtonen. A fork of gbp adding RPM support. Large parts have been merged into *gbp*.
## Todo
* templating for gbp dch ([[!debbug 536719]]. [[!debbug 529332]])