[changes introduced in 5.15.15-2+rpi1 by Peter Michael Green]
* Disable libbfd buildid support, it seems to fail to build.
- -- Raspbian forward porter <root@raspbian.org> Thu, 01 Jun 2023 21:41:46 +0000
+ [changed introduced in 6.1.27-1+rpi1 by Peter Michael Green]
+ * Disable calls to kernel-wedge, one of them seems to be failing and we
+ aren't building kernels from this package anyway.
+
+ -- Peter Michael Green <plugwash@raspbian.org> Tue, 06 Jun 2023 16:56:39 +0000
linux (6.1.27-1) unstable; urgency=medium
binary_udeb:
dh_testdir
dh_prep
- kernel-wedge install-files $(ABINAME)
- kernel-wedge check $(PACKAGE_NAMES)
+ #kernel-wedge install-files $(ABINAME)
+ #kernel-wedge check $(PACKAGE_NAMES)
dh_fixperms
dh_gencontrol
dh_builddeb -- $(BUILDDEB_ARGS)
# Want only to run if all build profiles are fulfilled
binary_udeb_test: DEB_BUILD_PROFILES += pkg.linux.udeb-unsigned-test-build
binary_udeb_test:
- if [ -n "$$(dh_listpackages)" ]; then \
- kernel-wedge install-files $(ABINAME); \
- kernel-wedge check $(PACKAGE_NAMES); \
- fi
+ #if [ -n "$$(dh_listpackages)" ]; then \
+ # kernel-wedge install-files $(ABINAME); \
+ # kernel-wedge check $(PACKAGE_NAMES); \
+ #fi
build_source: