diff options
| author | Ralph Amissah <ralph@amissah.com> | 2019-07-29 05:11:33 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2019-07-29 05:16:08 -0400 | 
| commit | bedec9cddcf4f99f86a9673dd94f7942ce1e4c9f (patch) | |
| tree | 759df072491fbe34647cf562b5f051f713c2392f | |
| parent | debian/changelog (7.1.3-1) (diff) | |
debian/gbp.confdebian/sid
| -rw-r--r-- | debian/gbp.conf | 20 | 
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..6b058c4 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,20 @@ +[DEFAULT] +builder         = debuild -D -i.git -I.git +upstream-branch = upstream +debian-branch   = debian/sid +upstream-tag    = sisu-markup-samples_%(version)s +debian-tag      = debian/sisu-markup-samples_%(version)s +debian-tag-msg  = %(pkg)s Debian release %(version)s +color           = on + +[buildpackage] +upstream-tree   = tag +sign-tags       = True +export-dir      = ../builds/ +tarball-dir     = ../tarballs/ +compression     = xz + +[dch] +id-length       = 7 +full            = True +git-author      = True  | 
