Andreas Tille pushed to branch master at Debian Med / libzstd
Commits: b5b92228 by Andreas Tille at 2020-08-07T11:20:33+02:00 routine-update: debhelper-compat 13 - - - - - 39de2988 by Andreas Tille at 2020-08-07T20:47:05+02:00 Disable strict-aliasing to work around bug #957487 - - - - - b47721cd by Andreas Tille at 2020-08-07T21:05:25+02:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,17 @@ +libzstd (1.4.5+dfsg-4) unstable; urgency=medium + + [ Andreas Tille ] + * Team upload. + * debhelper-compat 13 (routine-update) + + [ Sudip Mukherjee ] + * Disable strict-aliasing to work around bug #957487 + Intentionally not closing bug but decreasing severity for the moment. + The bug should be closed by a proper upstream fix and + strict-aliasing should be re-enabled. + + -- Andreas Tille <[email protected]> Fri, 07 Aug 2020 20:47:29 +0200 + libzstd (1.4.5+dfsg-3) unstable; urgency=medium [ Paul Menzel ] ===================================== debian/control ===================================== @@ -6,7 +6,7 @@ Uploaders: Kevin Murray <[email protected]>, Section: libs Priority: optional Build-Depends: d-shlibs, - debhelper-compat (= 12), + debhelper-compat (= 13), help2man, liblz4-dev, liblzma-dev, ===================================== debian/rules ===================================== @@ -5,6 +5,10 @@ export DH_VERBOSE=1 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) export DEB_BUILD_MAINT_OPTIONS=hardening=+all +# FIXME: see https://lists.debian.org/debian-mentors/2020/08/msg00032.html +# this line shoud go once upstream has fixed +# https://github.com/facebook/zstd/issues/2204 +export DEB_CFLAGS_MAINT_APPEND = -fno-strict-aliasing # Upstream's makefiles will respect PREFIX, and this means we avoid a patch export PREFIX=/usr View it on GitLab: https://salsa.debian.org/med-team/libzstd/-/compare/61f802b5242ce0f319eed9a6a97f3a863b5de67d...b47721cd4c4feab6bf5284a77c935165135612a7 -- View it on GitLab: https://salsa.debian.org/med-team/libzstd/-/compare/61f802b5242ce0f319eed9a6a97f3a863b5de67d...b47721cd4c4feab6bf5284a77c935165135612a7 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
