aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-12-02 18:50:49 +0100
committerGuido Günther <agx@sigxcpu.org>2015-12-03 08:13:52 +0100
commit0d6e99dc4eb3d63bf70211095f94ca60a3f62418 (patch)
tree3ce1bf07ab05f31211f272c67c1b4c24fa50fe44 /examples
parent3185e5acd91ed659d6dac74b1291d2dfbe31ee7f (diff)
Add README.source example
This can be used for gbp managed projects. Different tools are mentioned in different paragraphs so they can easily be extended or deleted if unused. Improvements are very welcome!
Diffstat (limited to 'examples')
-rw-r--r--examples/README.source29
1 files changed, 29 insertions, 0 deletions
diff --git a/examples/README.source b/examples/README.source
new file mode 100644
index 00000000..79d72c0f
--- /dev/null
+++ b/examples/README.source
@@ -0,0 +1,29 @@
+This package is maintained with git-buildpackage(1). It follows DEP-14
+for branch naming (e.g. using debian/sid for the current version
+in Debian unstable).
+
+It uses pristine-tar(1) to store enough information in git to generate
+bit identical tarballs when building the package without having
+downloaded an upstream tarball first.
+
+When working with patches it is recommended to use "gbp pq import" to
+import the patches, modify the source and then use "gbp pq export
+--commit" to commit the modifications.
+
+The changelog is generated using "gbp dch" so if you submit any
+changes don't bother to add changelog entries but rather provide
+a nice git commit message that can then end up in the changelog.
+
+It is recommended to build the package with pbuilder using:
+
+ gbp builpackage --git-pbuilder
+
+For information on how to set up a pbuilder environment see the
+git-pbuilder(1) manpage. In short:
+
+ DIST=sid git-pbuilder create
+ gbp clone <project-url>
+ cd <project>
+ gbp buildpackage --git-pbuilder
+
+ -- Guido <agx@bogon.m.sigxcpu.org>, Wed, 2 Dec 2015 18:51:15 +0100