diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 14:18:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 14:18:53 +0000 |
commit | 5945381473a21b70363970da542de653bde5ebe6 (patch) | |
tree | 43aaa5e78be817349b1e7085cce6784d1a87bb2d /debian/gbp.conf | |
parent | Adding upstream version 6.1.0. (diff) | |
download | iproute2-5945381473a21b70363970da542de653bde5ebe6.tar.xz iproute2-5945381473a21b70363970da542de653bde5ebe6.zip |
Adding debian version 6.1.0-3.debian/6.1.0-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/gbp.conf')
-rw-r--r-- | debian/gbp.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..989681d --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,16 @@ +[DEFAULT] +debian-branch = debian/sid +upstream-branch = upstream +pristine-tar = True +compression = xz +sign-tags = True + +[buildpackage] +#tarball-dir = ../tarballs/ +#export-dir = ../build-area/ + +[import-orig] +upstream-vcs-tag = v%(version)s + +[dch] +git-log = --first-parent |