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 | |
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.
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/gbp.conf | 8 |
2 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1210138..5e63224 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +wallet (1.1-2) UNRELEASED; urgency=medium + + * Add a gbp.conf file to reflect the branch layout and settings of the + normal packaging repository. + + -- Russ Allbery <rra@debian.org> Mon, 08 Dec 2014 21:00:34 -0800 + wallet (1.1-1) unstable; urgency=medium * New upstream release. 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 + |