[Pkg-nagios-changes] [icinga] 03/05: Add gbp.conf to use pristine-tar by default.

Bas Couwenberg sebastic at debian.org
Wed Jan 10 14:25:20 UTC 2018


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental
in repository icinga.

commit a52c696ac646991cc5b91e4ba287e6cf115fa850
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Jan 10 15:17:51 2018 +0100

    Add gbp.conf to use pristine-tar by default.
---
 debian/changelog |  1 +
 debian/gbp.conf  | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9ad9458..9522072 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ icinga (1.14.2+ds-1~exp2) UNRELEASED; urgency=medium
   * Remove icinga-dbg cruft to fix building twice in a row.
     (closes: #886851)
   * Bump Standards-Version to 4.1.3, no changes.
+  * Add gbp.conf to use pristine-tar by default.
 
  -- Bas Couwenberg <sebastic at debian.org>  Wed, 10 Jan 2018 15:12:57 +0100
 
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..6464eea
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,16 @@
+[DEFAULT]
+
+# The default name for the upstream branch is "upstream".
+# Change it if the name is different (for instance, "master").
+upstream-branch = upstream
+
+# The default name for the Debian branch is "master".
+# Change it if the name is different (for instance, "debian/unstable").
+debian-branch = experimental
+
+# git-import-orig uses the following names for the upstream tags.
+# Change the value if you are not using git-import-orig
+upstream-tag = upstream/%(version)s
+
+# Always use pristine-tar.
+pristine-tar = True

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/icinga.git



More information about the Pkg-nagios-changes mailing list