diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 00:38:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 00:38:51 +0000 |
commit | e69a7377a66c0380efea86bfab2e5528ef0ce76c (patch) | |
tree | 8881d02a55a143d01e76637fb298e373f8a277a0 /debian/watch | |
parent | Adding upstream version 1.33.0. (diff) | |
download | yamllint-e69a7377a66c0380efea86bfab2e5528ef0ce76c.tar.xz yamllint-e69a7377a66c0380efea86bfab2e5528ef0ce76c.zip |
Adding debian version 1.33.0-1.debian/1.33.0-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/watch')
-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..3e4f2f2 --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +# watch control file for uscan +version=4 +opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/yamllint-$1\.tar\.gz/ \ + https://github.com/adrienverge/yamllint/tags .*/v?(\d\S+)\.tar\.gz |