summaryrefslogtreecommitdiffstats
path: root/tags/d/debian-watch-file-uses-deprecated-githubredir.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/d/debian-watch-file-uses-deprecated-githubredir.tag')
-rw-r--r--tags/d/debian-watch-file-uses-deprecated-githubredir.tag12
1 files changed, 12 insertions, 0 deletions
diff --git a/tags/d/debian-watch-file-uses-deprecated-githubredir.tag b/tags/d/debian-watch-file-uses-deprecated-githubredir.tag
new file mode 100644
index 0000000..02235cb
--- /dev/null
+++ b/tags/d/debian-watch-file-uses-deprecated-githubredir.tag
@@ -0,0 +1,12 @@
+Tag: debian-watch-file-uses-deprecated-githubredir
+Severity: error
+Check: debian/watch
+See-Also: https://lists.debian.org/debian-devel-announce/2014/10/msg00000.html
+Explanation: The watch file specifies a githubredir.debian.net URL, which is deprecated
+ Instead, use direct links to the tags page:
+ .
+ version=3
+ https://github.com/<user>/<project>/tags .*/(.*)\.tar\.gz
+ .
+ replacing <code>&lt;user&gt;</code> and <code>&lt;project&gt;</code> with the Github
+ username and project respectively.