summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]])