From 68010e4c1957d2bbfe55efdb4bd4b32541c8d344 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 8 Dec 2014 21:01:08 -0800 Subject: Add a debian/gbp.conf file * Add a gbp.conf file to reflect the branch layout and settings of the normal packaging repository. --- debian/gbp.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 debian/gbp.conf (limited to 'debian/gbp.conf') diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..c99a756 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,8 @@ +# The standard packaging repository for wallet shares the repository +# with upstream development and does Debian packaging on the debian +# branch. + +[DEFAULT] +debian-branch = debian +pristine-tar = True + -- cgit v1.2.3