diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-06 19:51:23 +0000 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-07 01:21:11 +0000 |
commit | 8d2ac98d53c2cc5fef05974bc9e58b5b72331259 (patch) | |
tree | 6b9e858f00553b17ffac5a1c253a9b7c4823ee7d /debian/gbp.conf | |
parent | export pacman packaging to a separate branch (diff) | |
download | linux-status-8d2ac98d53c2cc5fef05974bc9e58b5b72331259.tar.gz linux-status-8d2ac98d53c2cc5fef05974bc9e58b5b72331259.zip |
add Debian packaging filesdebian/v0.0.1-1
Diffstat (limited to 'debian/gbp.conf')
-rw-r--r-- | debian/gbp.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..51b688e --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,7 @@ +[DEFAULT] +upstream-tag = v%(version)s +debian-branch = debian +debian-tag = debian/v%(version)s +pristine-tar = False +export-dir = debian/build-area/ +builder = debuild -i -I -k3B3EF1235420917E0DB0723991D679FB92B036CB |