Andreas Tille pushed to branch master at Debian Med / socketplusplus
Commits: 49996808 by Andreas Tille at 2021-10-07T08:09:08+02:00 Fix watchfile to detect new versions on github - - - - - 593dce96 by Andreas Tille at 2021-10-07T08:35:27+02:00 d/watch: use git mode since upstream does not use release tags - - - - - 2 changed files: - debian/changelog - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +socket++ (1.12.13+git20131030.5d039ba-1) UNRELEASED; urgency=medium + + * d/watch: use git mode since upstream does not use release tags + + -- Andreas Tille <[email protected]> Thu, 07 Oct 2021 08:09:08 +0200 + socket++ (1.12.13-11) unstable; urgency=medium * Team Upload. ===================================== debian/watch ===================================== @@ -1,3 +1,7 @@ version=4 -https://github.com/malaterre/socketxx-1/releases .*/archive/v@ANY_VERSION@@ARCHIVE_EXT@ +opts="mode=git,pretty=1.12.13+git%cd.%h" \ + https://github.com/malaterre/socketxx-1.git HEAD + +# There are no releases nor tags +# https://github.com/malaterre/socketxx-1/releases .*/v@ANY_VERSION@@ARCHIVE_EXT@ View it on GitLab: https://salsa.debian.org/med-team/socketplusplus/-/compare/3dbf295cfe6c70a7fe830251cb683e74b91ddc64...593dce960953a683d4cd6542ba666e97a56099aa -- View it on GitLab: https://salsa.debian.org/med-team/socketplusplus/-/compare/3dbf295cfe6c70a7fe830251cb683e74b91ddc64...593dce960953a683d4cd6542ba666e97a56099aa You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
