- 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 <plugwash@raspbian.org> at Tue, 15 Dec 2020 11:54:45 +0000]
+ * Disable testsuite.
+
- -- Raspbian forward porter <root@raspbian.org> Fri, 10 Nov 2023 22:59:44 +0000
++ -- Raspbian forward porter <root@raspbian.org> 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 <smcv@debian.org> 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 <smcv@debian.org> Fri, 08 Dec 2023 10:35:12 +0000
ostree (2023.7-3) unstable; urgency=medium
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