summaryrefslogtreecommitdiff
path: root/python-freeipa/debian/watch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-12-18 15:47:06 -0500
committerB. Stack <bgstack15@gmail.com>2022-12-18 15:48:12 -0500
commit98840b1e931c83051d0b21f3b81af51ff21948d1 (patch)
tree7c28062483dec7717c83139b330e6526a5bc4450 /python-freeipa/debian/watch
parentMerge branch 'scite-bump' into 'master' (diff)
downloadstackrpms-98840b1e931c83051d0b21f3b81af51ff21948d1.tar.gz
stackrpms-98840b1e931c83051d0b21f3b81af51ff21948d1.tar.bz2
stackrpms-98840b1e931c83051d0b21f3b81af51ff21948d1.zip
add python-freeipa
Diffstat (limited to 'python-freeipa/debian/watch')
-rw-r--r--python-freeipa/debian/watch5
1 files changed, 5 insertions, 0 deletions
diff --git a/python-freeipa/debian/watch b/python-freeipa/debian/watch
new file mode 100644
index 0000000..802a9d2
--- /dev/null
+++ b/python-freeipa/debian/watch
@@ -0,0 +1,5 @@
+# Reference: https://codesearch.debian.net/search?q=github%5C.com%5C%2F.*%5C%28%5C%3F%3Azip%5C%7Ctgz&literal=0
+# pyaxmlparser package
+version=4
+opts=dversionmangle=auto \
+https://github.com/waldur/python-freeipa/tags .*/v(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
bgstack15