diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 17:41:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 17:41:09 +0000 |
commit | 77cbe979e2d594b90490d738456e9018373f111f (patch) | |
tree | eda456b4d9bb193a8e730e436c6f9ae3ccec4ef9 /debian/gbp.conf | |
parent | Adding upstream version 3.1.7. (diff) | |
download | psycopg3-77cbe979e2d594b90490d738456e9018373f111f.tar.xz psycopg3-77cbe979e2d594b90490d738456e9018373f111f.zip |
Adding debian version 3.1.7-4.debian/3.1.7-4debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/gbp.conf')
-rw-r--r-- | debian/gbp.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..77396ce --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,8 @@ +[DEFAULT] +upstream-branch = upstream +debian-branch = debian/master +upstream-tag = upstream/%(version)s +debian-tag = debian/%(version)s +sign-tags = True +pristine-tar = True + |