disable systemd-boot. archive/raspbian/254.1-3+rpi1 raspbian/254.1-3+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Sat, 30 Sep 2023 00:28:04 +0000 (00:28 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 30 Sep 2023 00:28:04 +0000 (00:28 +0000)
debian/changelog
debian/control
debian/rules

index 89a8357a20875d8cdeeda1160ac1e7541fb7297b..93791b19337b69d569486183b37b881f205e466b 100644 (file)
@@ -10,7 +10,11 @@ systemd (254.1-3+rpi1) trixie-staging; urgency=medium
   * Bump "breaks" on raspi-copies-and-fills to << 0.12
     (raspi-copies-and-fills was reverted by the raspberry pi foundation)
 
- -- Raspbian forward porter <root@raspbian.org>  Thu, 21 Sep 2023 02:09:21 +0000
+  [changes introduced in 254.1-3+rpi1 by Peter Michael Green.
+  * Disable systemd-boot, it seems to fail to build and it's not really relavent
+    for raspbian.
+
+ -- Peter Michael Green <plugwash@raspbian.org>  Thu, 21 Sep 2023 02:09:21 +0000
 
 systemd (254.1-3) unstable; urgency=medium
 
index 1d6b6bb90c1be15220a72f7fc393e70f31c2d8b1..8b03b7d68db5a0d98adcd40b047a4ac19eb56b3b 100644 (file)
@@ -469,7 +469,7 @@ Description: home area manager
 
 Package: systemd-boot
 Build-Profiles: <!stage1>
-Architecture: amd64 i386 arm64 armhf riscv64
+Architecture: none
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          systemd-boot-efi (= ${binary:Version}),
@@ -488,7 +488,7 @@ Description: simple UEFI boot manager - tools and services
 
 Package: systemd-boot-efi
 Build-Profiles: <!stage1>
-Architecture: amd64 i386 arm64 armhf riscv64
+Architecture: none
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends},
 Depends: ${misc:Depends},
index 5bedda766a3a4100004920c0f29e5c010d45ac23..f712bfb24c4ef772152f58cda4e7afb4fe1372e7 100755 (executable)
@@ -99,7 +99,7 @@ CONFFLAGS = \
        -Dnss-systemd=true \
        -Dresolve=true \
        -Dstatus-unit-format-default=combined \
-       -Dbootloader=$(if $(filter x32,$(DEB_HOST_ARCH)),false,auto) \
+       -Dbootloader=false \
        -Dstandalone-binaries=true
 
 ifeq (, $(filter stage1, $(DEB_BUILD_PROFILES)))