diff options
author | Russ Allbery <eagle@eyrie.org> | 2014-12-08 21:01:08 -0800 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2014-12-08 21:01:08 -0800 |
commit | 68010e4c1957d2bbfe55efdb4bd4b32541c8d344 (patch) | |
tree | 8c60e70969efdcfa8ec312908001c66e6f88abf0 /debian/gbp.conf | |
parent | c0a5fa48b1304ae8e1602611b2139d188245745e (diff) |
Add a debian/gbp.conf file
* Add a gbp.conf file to reflect the branch layout and settings of the
normal packaging repository.
Diffstat (limited to 'debian/gbp.conf')
-rw-r--r-- | debian/gbp.conf | 8 |
1 files changed, 8 insertions, 0 deletions
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 + |