diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:55:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:55:34 +0000 |
commit | 63e109b75df30f42cc73079245436df01bb517a1 (patch) | |
tree | bde3d84355a817d306fd03e35d30fa0b7a7ff8e7 /debian/watch | |
parent | Adding upstream version 2020.10.7. (diff) | |
download | privacybadger-63e109b75df30f42cc73079245436df01bb517a1.tar.xz privacybadger-63e109b75df30f42cc73079245436df01bb517a1.zip |
Adding debian version 2020.10.7-1.debian/2020.10.7-1debian
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..2ea2495 --- /dev/null +++ b/debian/watch @@ -0,0 +1,8 @@ +version=4 +# check: uscan --report +# update: gbp import-orig --upstream-vcs-tag=vX.Y.Z --uscan + +opts=\ +filenamemangle=s/.*?(@ANY_VERSION@@ARCHIVE_EXT@)/@PACKAGE@-$1/ \ +https://github.com/EFForg/privacybadger/tags \ +.*/release-@ANY_VERSION@@ARCHIVE_EXT@ |