From: Peter Michael Green Date: Thu, 14 Jul 2022 18:45:22 +0000 (+0000) Subject: Manual merge of version 251.2-5+rpi1 and 251.2-7 to produce 251.2-7+rpi1 X-Git-Tag: raspbian/251.2-7+rpi1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=36d5d734190ab2f8d883536af881934cbe80f0a7;p=systemd.git Manual merge of version 251.2-5+rpi1 and 251.2-7 to produce 251.2-7+rpi1 --- 6f3430999f21fef0c8b742c2e76b3b587c66f341 diff --cc debian/changelog index 1b37780e,2af8f0c9..26cddd52 --- a/debian/changelog +++ b/debian/changelog @@@ -1,16 -1,40 +1,54 @@@ - systemd (251.2-5+rpi1) bookworm-staging; urgency=medium ++systemd (251.2-7+rpi1) bookworm-staging; urgency=medium + + [changes brought forward from 239-9+rpi1 by Peter Michael Green at Thu, 20 Sep 2018 20:22:45 +0000] + * Disable testsuite, it fails on some of our buildboxes (probablly because of + old kernels). + * Add breaks on raspi-copies-and-fills, it doesn't seem to get on with + this version of systemd/udev. + + [changes brought forward from 241-1+rpi2 by Peter Michael Green at Tue, 02 Apr 2019 19:29:26 +0000] + * Bump "breaks" on raspi-copies-and-fills to << 0.12 + (raspi-copies-and-fills was reverted by the raspberry pi foundation) + - -- Raspbian forward porter Tue, 21 Jun 2022 11:19:08 +0000 ++ -- Peter Micheal Greem Thu, 14 Jul 2022 18:44:09 +0000 ++ + systemd (251.2-7) unstable; urgency=medium + + [ Luca Boccassi ] + * sd-boot: add kernel hooks scripts + + [ Andrea Pappacoda ] + * sd-boot: add initramfs hook (Closes: #826045) + + [ Michael Biebl ] + * sd-boot: exit early in initramfs and kernel hook scripts if package is + removed but not purged + * Do not fail with older binutils. + Test if the linker supports --no-warn-execstack and --no-warn-rwx-segments + before using those flags. (Closes: #1013967) + + -- Michael Biebl Tue, 28 Jun 2022 14:33:37 +0200 + + systemd (251.2-6) unstable; urgency=medium + + [ Helmut Grohne ] + * Mark systemd-userdbd and systemd-homed as !stage1 (Closes: #1012738) + + [ Luca Boccassi ] + * Remove unused Lintian overrides + * Stop overriding the build directory name. + We don't do a separate udeb build anymore, so there's no need + to specify a separate build directory. + * Use execute_before_/after_ instead of override_ + * Add nodoc profile support. + Co-authored-by: Michael Biebl + + [ Michael Biebl ] + * Do not fail EFI build with newer binutils (Closes: #1013482) + * shared/microhttp-util: silence gcc warning + * Clarify NEWS message about systemd-boot split (Closes: #1013340) + + -- Michael Biebl Fri, 24 Jun 2022 10:12:34 +0200 systemd (251.2-5) unstable; urgency=medium diff --cc debian/rules index 39973369,f7612dc6..cb1745a4 --- a/debian/rules +++ b/debian/rules @@@ -279,10 -288,10 +288,10 @@@ override_dh_makeshlibs dh_makeshlibs --remaining-packages -- -c$(GENSYMBOLS_LEVEL) override_dh_auto_test: -ifeq (, $(filter nocheck, $(DEB_BUILD_OPTIONS))) +ifeq (testsuitedisabled, $(filter nocheck, $(DEB_BUILD_OPTIONS))) - echo "01234567890123456789012345678901" > build-deb/machine-id + echo "01234567890123456789012345678901" > obj-$(DEB_HOST_GNU_TYPE)/machine-id # some tests hang under fakeroot, so disable fakeroot - env -u LD_PRELOAD SYSTEMD_MACHINE_ID_PATH=$(CURDIR)/build-deb/machine-id meson test -C build-deb --print-errorlogs $(TEST_TIMEOUT_MULTIPLIER) + env -u LD_PRELOAD SYSTEMD_MACHINE_ID_PATH=$(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)/machine-id meson test -C obj-$(DEB_HOST_GNU_TYPE) --print-errorlogs $(TEST_TIMEOUT_MULTIPLIER) endif %: