diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 11:33:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 11:33:32 +0000 |
commit | 0c4233495b50e3b2e7a423edaf334b0116e2901d (patch) | |
tree | b6d4fe7d612d9cab9538f2fe4bad5d20984a44e9 /debian/gbp.conf | |
parent | Adding upstream version 2.14.0+dfsg. (diff) | |
download | pygments-debian.tar.xz pygments-debian.zip |
Adding debian version 2.14.0+dfsg-1.debian/2.14.0+dfsg-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/gbp.conf')
-rw-r--r-- | debian/gbp.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..a7a720d --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,13 @@ +[DEFAULT] +debian-branch = debian/master +upstream-branch = upstream/latest +pristine-tar = true + +[import-orig] +filter = [ + 'Pygments.egg-info', + 'doc/_build', + 'tests/examplefiles', + 'tests/test_examplefiles.py', + ] +filter-pristine-tar = True |