[med-svn] [Git][med-team/python-etelemetry][master] 3 commits: Fix watchfile to detect new versions on github
Andreas Tille (@tille)
gitlab at salsa.debian.org
Wed Oct 13 15:34:26 BST 2021
Andreas Tille pushed to branch master at Debian Med / python-etelemetry
Commits:
68c02337 by Andreas Tille at 2021-10-13T15:54:01+02:00
Fix watchfile to detect new versions on github
- - - - -
6aebb74e by Andreas Tille at 2021-10-13T15:58:46+02:00
routine-update: Standards-Version: 4.6.0
- - - - -
dae460a3 by Andreas Tille at 2021-10-13T16:34:11+02:00
Use filenamemangle in watchfile
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -2,6 +2,9 @@ python-etelemetry (0.2.2-1) UNRELEASED; urgency=medium
* New upstream version
* debhelper-compat 13 (routine-update)
+ * Fix watchfile to detect new versions on github
+ * Use filenamemangle in watchfile
+ * Standards-Version: 4.6.0 (routine-update)
TODO: ci-info package is mandatory now and it does not seem to be
possible to easily skip it via debian/patches/deb_optional_ci
=====================================
debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends: debhelper-compat (= 13),
python3-setuptools,
# python3-requests <!nocheck>,
# python3-pytest <!nocheck>
-Standards-Version: 4.5.0
+Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/med-team/python-etelemetry
Vcs-Git: https://salsa.debian.org/med-team/python-etelemetry.git
Homepage: https://github.com/sensein/etelemetry-client/
=====================================
debian/watch
=====================================
@@ -1,3 +1,4 @@
version=4
-https://github.com/sensein/etelemetry-client/releases .*/archive/v?@ANY_VERSION@@ARCHIVE_EXT@
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
+ https://github.com/sensein/etelemetry-client/releases .*/v?@ANY_VERSION@@ARCHIVE_EXT@
View it on GitLab: https://salsa.debian.org/med-team/python-etelemetry/-/compare/52bb6848e2ec1d30eb506f3a39253291442700da...dae460a3f2fca5c2d03623fb8324b5375ad08d32
--
View it on GitLab: https://salsa.debian.org/med-team/python-etelemetry/-/compare/52bb6848e2ec1d30eb506f3a39253291442700da...dae460a3f2fca5c2d03623fb8324b5375ad08d32
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20211013/076f8d43/attachment-0001.htm>
More information about the debian-med-commit
mailing list