From: Raspbian automatic forward porter Date: Wed, 10 Jan 2024 04:32:00 +0000 (+0000) Subject: Merge version 2023.7-3+rpi1 and 2023.8-2 to produce 2023.8-2+rpi1 X-Git-Tag: archive/raspbian/2023.8-2+rpi1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=04fd89361d635cb9014b71ed47edf684089c75f8;p=ostree.git Merge version 2023.7-3+rpi1 and 2023.8-2 to produce 2023.8-2+rpi1 --- 44bc00611b08c9dfe842c53b4c6e9ccd8d4c21a3 diff --cc debian/changelog index 2f8bec93,ac7adc0e..8cfde9b2 --- a/debian/changelog +++ b/debian/changelog @@@ -1,9 -1,20 +1,27 @@@ - ostree (2023.7-3+rpi1) trixie-staging; urgency=medium ++ostree (2023.8-2+rpi1) trixie-staging; urgency=medium + + [changes brought forward from 2020.8-2+rpi1 by Peter Michael Green at Tue, 15 Dec 2020 11:54:45 +0000] + * Disable testsuite. + - -- Raspbian forward porter Fri, 10 Nov 2023 22:59:44 +0000 ++ -- Raspbian forward porter Wed, 10 Jan 2024 04:32:00 +0000 ++ + ostree (2023.8-2) unstable; urgency=medium + + * d/control, d/rules: Enable cross-compilation. + When cross-compiling, this requires a version of gobject-introspection + that is currently only available in experimental. When not + cross-compiling, the version in testing is sufficient. + + -- Simon McVittie Sun, 31 Dec 2023 15:34:37 +0000 + + ostree (2023.8-1) unstable; urgency=medium + + * New upstream release + * d/libostree-1-1.symbols: Update + * d/p/bootloader-zipl-No-op-if-run-as-non-root.patch: + Drop patch, applied upstream + + -- Simon McVittie Fri, 08 Dec 2023 10:35:12 +0000 ostree (2023.7-3) unstable; urgency=medium diff --cc debian/rules index b545268a,6095fef4..231ce612 --- a/debian/rules +++ b/debian/rules @@@ -48,8 -52,14 +52,14 @@@ endi override_dh_auto_configure: dh_auto_configure -- $(configure_options) + override_dh_auto_build: + # The upstream build system overrides this to gcc as a way to avoid + # passing unsupported options to clang, but that's wrong for + # cross-builds + dh_auto_build -- INTROSPECTION_SCANNER_ENV="CC=$(DEB_HOST_GNU_TYPE)-gcc" + override_dh_auto_test-arch: -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +ifeq (testsuitedisabled,$(filter nocheck,$(DEB_BUILD_OPTIONS))) chmod +x tests/test-pull-bareuseronly.sh debian/test.sh endif