aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-09-12 18:44:48 +0200
committerGuido Günther <agx@sigxcpu.org>2016-09-12 18:51:44 +0200
commit264090ee71148b8f88046d68da18fe0f4652e149 (patch)
tree17d1097f5b92ab4fa5750ad1f0afa0a9d1c1ef09 /README.md
parent28453597a128c355575e0578cbd22e2c49853db5 (diff)
Rename README to README.md
to get Markdown formatting
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..9242c07e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+Git-buildpackage
+----------------
+This is a bunch of scripts to ease the development of Debian packages with git.
+For more documentation on how to use these tools, see the manual online at:
+
+ http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.html
+
+On Debian systems, this can be found in
+/usr/share/doc/git-buildpackage/manual-html.
+
+The API documentation of the gbp module can be found at:
+
+ http://honk.sigxcpu.org/projects/git-buildpackage/apidocs/
+
+The mailing list is at:
+
+ http://lists.sigxcpu.org/mailman/listinfo/git-buildpackage
+ git-buildpackage at lists.sigxcpu.org
+
+See the HACKING document for details on contributing to gbp development.