From a21ea07b0af4e9260d381646d808b74e6a4d0ba2 Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Fri, 22 Jun 2012 09:36:57 +0200 Subject: [PATCH] Add gbp configuration file Rewritten-From: 85dc72e499f5530a803a8b7c7374a4f6f72358e5 --- trusty/debian/changelog | 1 + trusty/debian/gbp.conf | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 trusty/debian/gbp.conf diff --git a/trusty/debian/changelog b/trusty/debian/changelog index 2b800bd..6c4ebe9 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -5,6 +5,7 @@ horizon (2012.1.1-1) UNRELEASED; urgency=low [ Mehdi Abaakouk ] * Remove patches fixed upstream: CVE_2012-2094, CVE_2012-2144. + * Add gbp configuration file -- Julien Danjou Thu, 21 Jun 2012 11:30:39 +0200 diff --git a/trusty/debian/gbp.conf b/trusty/debian/gbp.conf new file mode 100644 index 0000000..0e3770a --- /dev/null +++ b/trusty/debian/gbp.conf @@ -0,0 +1,7 @@ +[DEFAULT] +upstream-branch = master +debian-branch = debian/unstable +upstream-tag = %(version)s + +[git-buildpackage] +export-dir = ../build-area/ -- 2.45.2