summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Prokop <mika@debian.org>2011-11-13 14:06:22 +0100
committerFrank Terbeck <ft@bewatermyfriend.org>2011-12-01 10:54:53 +0100
commit8773f1fcbc5e1b87d121a3a4739cb729795ae926 (patch)
treee3833592eb6fbc49761a38d4003dad3929872e09
parentea0e8c35cb22935765771ee3a9f86fe91f121327 (diff)
downloadzsh-8773f1fcbc5e1b87d121a3a4739cb729795ae926.tar.gz
zsh-8773f1fcbc5e1b87d121a3a4739cb729795ae926.zip
provide debian/gbp.conf for git-buildpackage and friends
Simplify (automated) building via git-buildpackage by shipping an according debian/gbp.conf configuration file.
-rw-r--r--debian/gbp.conf11
-rw-r--r--debian/pkg-zsh-workflow.org7
2 files changed, 18 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 000000000..f19a44fd0
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,11 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+upstream-branch = zsh-4.3.13
+debian-branch = debian
+upstream-tree = branch
+
+# Options only affecting git-dch
+[git-dch]
+id-length = 7
+meta = True
diff --git a/debian/pkg-zsh-workflow.org b/debian/pkg-zsh-workflow.org
index c5122e2af..8d9389e18 100644
--- a/debian/pkg-zsh-workflow.org
+++ b/debian/pkg-zsh-workflow.org
@@ -381,6 +381,13 @@
in later git-dch runs.
+*** Update debian/gbp.conf
+
+ The debian/gbp.conf file contains a reference pointing to the upstream
+ branch. Therefore the upstream-branch configuration inside debian/gbp.conf
+ needs to be adjusted for new upstream releases.
+
+
*** Fix outstanding bug
If *any* outstanding bugs are known, they should be fixed before