disable calls to kernel-wedge. archive/raspbian/6.1.27-1+rpi1 raspbian/6.1.27-1+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Tue, 6 Jun 2023 16:57:05 +0000 (16:57 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 6 Jun 2023 16:57:05 +0000 (16:57 +0000)
debian/changelog
debian/rules.real

index 06db0234e43dd30658a113d3a0a79a98e6f89999..61415f8b7257707058ac8bb6c96ffd720d3b292c 100644 (file)
@@ -6,7 +6,11 @@ linux (6.1.27-1+rpi1) bookworm-staging; urgency=medium
   [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
 
index 0e88ed78d679a00eb8caa19c0e63f7ed05360ba4..56a8c00edcb2274707bda34f8542dbad9a7cd0b7 100644 (file)
@@ -487,8 +487,8 @@ binary_udeb binary_udeb_test: export KW_CONFIG_DIR=debian/installer
 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)
@@ -496,10 +496,10 @@ binary_udeb:
 # 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: