[med-svn] [Git][med-team/socketplusplus][master] 2 commits: Fix watchfile to detect new versions on github
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu Oct 7 07:37:01 BST 2021
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 <tille at debian.org> 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 at 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 at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20211007/f24c7307/attachment.htm>
More information about the debian-med-commit
mailing list