summaryrefslogtreecommitdiff
path: root/projects/git-buildpackage.mdwn
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-12-28 15:44:44 +0100
committerGuido Günther <agx@sigxcpu.org>2014-12-28 15:44:44 +0100
commit9842ada487263c473502fb5ba2bbe4ebfbcd8e00 (patch)
tree2556fb669ef573a9c95d7eca495f4612d9c6ce83 /projects/git-buildpackage.mdwn
parent93974f87d4b46861ae2eea81a801af1af73ee1d0 (diff)
Make headline levels match the other pages
so templates appear at the right level too
Diffstat (limited to 'projects/git-buildpackage.mdwn')
-rw-r--r--projects/git-buildpackage.mdwn18
1 files changed, 9 insertions, 9 deletions
diff --git a/projects/git-buildpackage.mdwn b/projects/git-buildpackage.mdwn
index 02857ed..a2f4950 100644
--- a/projects/git-buildpackage.mdwn
+++ b/projects/git-buildpackage.mdwn
@@ -2,7 +2,7 @@ Suite to help with maintaining [Debian](http://www.debian.org) packages in [Git]
[[!toc]]
-### Tools
+## Tools
GBP ships the following tools:
* *gbp import-{dsc,dscs}*: import existing Debian source packages into a git repository
@@ -22,7 +22,7 @@ There are some helpers in */usr/share/doc/git-buildpackage/examples/*:
[[!template id=flattr thing="48091" name="Git-buildpackage"]]
-### Documentation
+## Documentation
* 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]].
* The current [api documentation](http://honk.sigxcpu.org/projects/git-buildpackage/apidocs/) in case you want to extend git-buildpackage.
@@ -34,30 +34,30 @@ The usage of the *GitRepository* class is shown (and tested) in
There's also a clone on [github](https://github.com/agx/git-buildpackage).
-### Debian packages
+## Debian packages
Debian packages of git-buildpackage can be downloaded from the [[!debpkg git-buildpackage desc="Debian Archive"]]. Git snapshots are available [here](http://honk.sigxcpu.org:8001/job/git-buildpackage/).
-### Bugreports
+## Bugreports
For enhancements and feature requests you can either use the [Debian bugtracking system](http://bugs.debian.org) or email [me](mailto:agx@sigxcpu.org) directly.
[[!template id=honk_ml project="git-buildpackage"]]
-### gbp.conf
+## gbp.conf
Here's my current [[gbp.conf]].
-### Related Tools
+## Related Tools
* [Git-pbuilder][0] by Russ Allbery is included in gbp but a newer version might be available.
* [Chef Cookbook for gbp][1]
-### Todo
+## Todo
* templating for gbp dch ([[!debbug 536719]]. [[!debbug 529332]])
* translate the manual
* [[!debbug git-buildpackage desc="bugs"]] filed in the Debian bugtracking system
-### Author
+## Author
git-buildpackage was written by [[Guido Günther|/agx]] with contributions from many individuals. See the changelog for attributions.
-### License
+## License
git-buildpackage is free software and licensed under the GPL Version 2.
[0]: http://www.eyrie.org/~eagle/software/scripts/git-pbuilder.html