Nilesh Patra pushed to branch master at Debian Med / htscodecs
Commits: 801fd7a2 by Nilesh Patra at 2022-10-01T04:43:28+00:00 undef neon to build on arm properly as well - - - - - 5ca8fa01 by Nilesh Patra at 2022-10-01T04:47:16+00:00 Upload to unstable - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +htscodecs (1.3.0-3) unstable; urgency=medium + + * Team Upload. + * Avoid installing entropy for reproducible build + * Do not build on higher baseline so as to not violate arch baseline + * Remove avx or sse specific symbols + * undef neon to build on arm properly as well + + -- Nilesh Patra <[email protected]> Sat, 01 Oct 2022 04:46:57 +0000 + htscodecs (1.3.0-2) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -16,6 +16,7 @@ execute_after_dh_auto_configure: -e '/HAVE_POPCNT/d' \ -e '/HAVE_SSE4_1/d' \ -e '/HAVE_SSSE3/d' config.h + echo '#undef __ARM_NEON' >> config.h # dh_missing warned about files not installed override_dh_auto_install: View it on GitLab: https://salsa.debian.org/med-team/htscodecs/-/compare/6ca47ae623bb1fdf45b6aa6e4ac0648c340af76b...5ca8fa01cbac0b4166fade6662e936c467f7bd77 -- View it on GitLab: https://salsa.debian.org/med-team/htscodecs/-/compare/6ca47ae623bb1fdf45b6aa6e4ac0648c340af76b...5ca8fa01cbac0b4166fade6662e936c467f7bd77 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
