commit 86ef6f1e76511dee160d0d5029548ebb28104672 Merge: b300972 e89af79 Author: Mo Zhou <lumin@debian.org> Date: Mon Dec 2 01:34:29 2024 +0000 Merge branch 'makefile-fixes' into 'master' Fix a number of issues in debian/rules, including a build failure with Make 4.4.1 See merge request deeplearning-team/pytorch!4 commit e89af79405ea6260356e8c5cc127f0a537b83fb4 Author: Stephen Kitt <skitt@debian.org> Date: Sun Dec 1 17:18:07 2024 +0100 debian/rules: avoid $(shell) where possible * Instead of sed, use the built-in subst * Instead of dpkg-buildflags, include buildflags.mk * Limit the number of calls to llvm-config by setting the value of USE_LLVM * Use CURDIR instead of calling pwd The second of these fixes the build with Make 4.4.1; without that, it fails with too many open files, because of all the flag expansions. Signed-off-by: Stephen Kitt <skitt@debian.org> commit d9fcd6e5ccf3979a691f48d827133bdb8e9d0bbd Author: Stephen Kitt <skitt@debian.org> Date: Sun Dec 1 16:35:27 2024 +0100 Escape $ symbols in sed commands This fixes 'sed: -e expression #1, char 10: unterminated `s' command' errors seen in builds. Signed-off-by: Stephen Kitt <skitt@debian.org>
Among the 12 debian patches available in version 2.5.1+dfsg-1 of the package, we noticed the following issues:
There are 3 open security issues in bookworm.