[Pkg-libvirt-commits] [virt-viewer] 02/06: Add gbp.conf and README.source
Guido Guenther
agx at moszumanska.debian.org
Mon Apr 25 06:27:54 UTC 2016
This is an automated email from the git hooks/post-receive script.
agx pushed a commit to branch debian/sid
in repository virt-viewer.
commit 561a3cbf34c08da52e04a8a4ea517bfbdbababcf
Author: Guido Günther <agx at sigxcpu.org>
Date: Mon Apr 25 08:08:23 2016 +0200
Add gbp.conf and README.source
---
debian/README.source | 29 +++++++++++++++++++++++++++++
debian/gbp.conf | 6 ++++++
2 files changed, 35 insertions(+)
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..f640c86
--- /dev/null
+++ b/debian/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 Günther <agx at igxcpu.org>, Wed, 2 Dec 2015 18:51:15 +0100
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..abda477
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,6 @@
+[DEFAULT]
+upstream-branch=upstream
+debian-branch=debian/sid
+
+[pq]
+patch-numbers = False
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/virt-viewer.git
More information about the Pkg-libvirt-commits
mailing list