Andreas Tille pushed to branch master at Debian Med / gjh-asl-json
Commits: 70edcf69 by Andrei Rozanski at 2020-10-03T14:52:11+02:00 New upstream version 0~20180428-1 - - - - - 79ac5f1e by Andreas Tille at 2020-10-04T08:12:38+02:00 Upstream has no release tags so we need to use git mode in watch file - - - - - dd4a27a6 by Andreas Tille at 2020-10-04T08:14:22+02:00 New upstream version 0.0+git20180428.eb8720e - - - - - 5debda38 by Andreas Tille at 2020-10-04T08:14:22+02:00 Update upstream source from tag 'upstream/0.0+git20180428.eb8720e' Update to upstream version '0.0+git20180428.eb8720e' with Debian dir 4da0dfb816dba0b52ddd4cb373962f9bf5186ec8 - - - - - 3 changed files: - + .gitignore - debian/changelog - debian/watch Changes: ===================================== .gitignore ===================================== @@ -0,0 +1,6 @@ +# C extensions +*.so +*.o + +bin +Thirdparty/solvers ===================================== debian/changelog ===================================== @@ -1,4 +1,4 @@ -gjh-asl-json (0~20180428-1) UNRELEASED; urgency=medium +gjh-asl-json (0.0+git20180428.eb8720e-1) UNRELEASED; urgency=medium * Initial release (Closes: #<bug>) ===================================== debian/watch ===================================== @@ -1,4 +1,8 @@ version=4 -opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ -https://github.com/ghackebeil/gjh_asl_json/releases .*/archive/v?@ANY_VERSION@\.tar\.gz +opts="mode=git,pretty=0.0+git%cd.%h" \ + https://github.com/ghackebeil/gjh_asl_json.git HEAD + +# Upstream has no release tags +#opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ +#https://github.com/ghackebeil/gjh_asl_json/releases .*/archive/v?@ANY_VERSION@\.tar\.gz View it on GitLab: https://salsa.debian.org/med-team/gjh-asl-json/-/compare/990b8d6b40fb21dc5abfed2571f9f2009597a0f9...5debda38f69155e515ab3e455380a1aa170b6b71 -- View it on GitLab: https://salsa.debian.org/med-team/gjh-asl-json/-/compare/990b8d6b40fb21dc5abfed2571f9f2009597a0f9...5debda38f69155e515ab3e455380a1aa170b6b71 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
