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/watch | |
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 '')
-rw-r--r-- | debian/watch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..1fad87e --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +version=4 +opts="mode=git, gitmode=full, pgpmode=gittag, uversionmangle=s/.dev/~/;s/.alpha/~alpha/;s/.beta/~beta/;s/.rc/~rc/;s/([0-9])([ab][0-9]*)/$1~$2/g" \ + https://github.com/psycopg/@PACKAGE@.git refs/tags/@ANY_VERSION@ \ + debian uupdate |