diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:19:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:19:53 +0000 |
commit | f42a25756b9133ae9c62fa7a86112bfc603391c8 (patch) | |
tree | 51bf1ba3aad37d5913d230724bd1969d4d466286 /debian/watch | |
parent | Adding upstream version 0.91.0. (diff) | |
download | python-ruyaml-f42a25756b9133ae9c62fa7a86112bfc603391c8.tar.xz python-ruyaml-f42a25756b9133ae9c62fa7a86112bfc603391c8.zip |
Adding debian version 0.91.0-3.debian/0.91.0-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/watch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..46761e5 --- /dev/null +++ b/debian/watch @@ -0,0 +1,8 @@ +version=4 + +opts="mode=git, \ + compression=gz, \ + uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\.?\d*)$/$1~$2/, \ + dversionmangle=s/\+ds(\.?\d+)?$//" \ +https://github.com/pycontribs/ruyaml.git \ + refs/tags/@ANY_VERSION@ |