Michael R. Crusoe pushed to branch debian/experimental at Debian Med / simde
Commits: 44711325 by Michael R. Crusoe at 2021-08-16T18:53:44+02:00 debian/watch: fix change in GitHub's filenames - - - - - edc2ad2d by Michael R. Crusoe at 2021-08-16T18:55:25+02:00 build everwhere - - - - - 4 changed files: - debian/changelog - debian/control - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,7 @@ simde (0.7.3~0git20210814191010.3f186a0-1) experimental; urgency=medium * Experimental build prior to new upstream release. + * debian/watch: fix change in GitHub's filenames -- Michael R. Crusoe <[email protected]> Mon, 16 Aug 2021 18:33:30 +0200 ===================================== debian/control ===================================== @@ -14,7 +14,7 @@ Homepage: https://github.com/simd-everywhere/simde Rules-Requires-Root: no Package: libsimde-dev -Architecture: all +Architecture: any Multi-Arch: foreign Depends: ${misc:Depends} Description: Implementations of SIMD instructions for all systems ===================================== debian/rules ===================================== @@ -3,7 +3,8 @@ # DH_VERBOSE := 1 export LC_ALL=C.UTF-8 -CLANG_SKIP=i386 alpha hppa ia64 m68k sh4 x32 +CLANG_SKIP=amd64 i386 alpha hppa ia64 m68k sh4 x32 +# amd64 is due to https://github.com/simd-everywhere/simde/issues/901 # i386 is due to https://github.com/simd-everywhere/simde/issues/683 # ppc64 is due to https://github.com/simd-everywhere/simde/issues/185 ===================================== debian/watch ===================================== @@ -1,4 +1,4 @@ version=4 opts="filenamemangle=s%(?:.*?)?v(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ - https://github.com/simd-everywhere/simde/releases/latest .*/archive/v@ANY_VERSION@@ARCHIVE_EXT@ + https://github.com/simd-everywhere/simde/releases .*/archive/refs/tags/v@ANY_VERSION@@ARCHIVE_EXT@ View it on GitLab: https://salsa.debian.org/med-team/simde/-/compare/601565699fa68bfb495451a5c56e9ea1f8c8ece5...edc2ad2d814de09c0b39265568ad0c6b9524634a -- View it on GitLab: https://salsa.debian.org/med-team/simde/-/compare/601565699fa68bfb495451a5c56e9ea1f8c8ece5...edc2ad2d814de09c0b39265568ad0c6b9524634a 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
