Your message dated Fri, 04 Oct 2024 23:20:49 +0000
with message-id <e1swrbn-002gmk...@fasolo.debian.org>
and subject line Bug#1081016: fixed in mutter 47.0-2
has caused the Debian Bug report #1081016,
regarding mutter: keybindings autopkgtest fails because it needs compiled 
org.gnome.mutter.test gsettings schema
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1081016: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081016
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mutter
Version: 47~rc-1
Severity: serious

mutter added new installed tests in 47~rc that we then run as
autopkgtests. They asked me before and I said it was ok.

One of the new tests is a keybindings test that depends on a gsettings
schema org.gnome.mutter.test . That schema is installed by upstream to
/usr/share/mutter-15/tests/org.gnome.mutter.test.gschema.xml

If mutter is built first, that gsettings schema is compiled by meson
and works. But that doesn't happen when it's run as an autopkgtest.

Off the top of my head, I'm not sure how to compile this gsettings
schema where we need it. There are other installed tests that need
access to regular gsettings schemas.

The test is mutter-15/keybindings.test and the source code is
src/tests/keybindings.c

Thank you,
Jeremy Bícha

--- End Message ---
--- Begin Message ---
Source: mutter
Source-Version: 47.0-2
Done: Jeremy Bícha <jbi...@ubuntu.com>

We believe that the bug you reported is fixed in the latest version of
mutter, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1081...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jeremy Bícha <jbi...@ubuntu.com> (supplier of updated mutter package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 04 Oct 2024 19:12:22 -0400
Source: mutter
Built-For-Profiles: noudeb
Architecture: source
Version: 47.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<pkg-gnome-maintain...@lists.alioth.debian.org>
Changed-By: Jeremy Bícha <jbi...@ubuntu.com>
Closes: 1072512 1078359 1081016
Launchpad-Bugs-Fixed: 2025006 2074253 2074254 2076211 2076318 2077216 2080073
Changes:
 mutter (47.0-2) unstable; urgency=medium
 .
   * Release to unstable
 .
 mutter (47.0-1) experimental; urgency=medium
 .
   * New upstream release
   * debian/libmutter-15-0.symbols: Add new symbol
   * Bump minimum PipeWire to 1.2.0
   * Remove patches applied in new release
 .
 mutter (47~rc-5) experimental; urgency=medium
 .
   * Team upload
 .
   [ Simon McVittie ]
   * d/p/tests-Create-a-temporary-XDG_DATA_HOME-to-run-each-test.patch,
     d/p/tests-Create-a-temporary-XDG_CONFIG_HOME.patch,
     d/p/tests-Create-a-temporary-XDG_CACHE_HOME.patch,
     d/p/color-management-tests-Use-the-inherited-temporary-XDG_DA.patch:
     Reimplement creation of temporary XDG_DATA_HOME for tests based on
     upstream feedback.
   * d/patches, d/clean: Remove duplicate ICC profile from test data
 .
   [ Jeremy Bícha ]
   * d/p/window-xwayland-Handle-arithmetics-close-to-the-int-limit.patch:
     Cherry-pick resizing fix for various Electron apps (LP: #2080073)
 .
 mutter (47~rc-4) experimental; urgency=medium
 .
   * Team upload
   * d/mutter-15-tests.postrm: Clean up gschemas.compiled created by postinst
 .
 mutter (47~rc-3) experimental; urgency=medium
 .
   * Team upload
   * d/p/workarounds, d/tests: Treat all stacking tests as flaky.
     Unfortunately these don't seem to be stable enough to be used as a
     QA gate, and there are enough of them that at least one will often
     fail in any given buildd build or autopkgtest run
     (Mitigates: #1077800) (Closes: #1072512, #1078359)
   * d/tests: Also treat thread.test as flaky.
     This doesn't seem to be reliable in autopkgtest-virt-qemu or -lxc,
     although I can't reproduce the failure when running it separately.
   * d/rules, d/p/workarounds: Don't run the input-capture test at all.
     In my sbuild environment and on some buildds, it often hangs until it
     times out after 10 minutes, which is a waste of time. We were ignoring
     its result anyway.
   * d/mutter-15-tests.postinst: Compile required schemas for installed-tests
     (Closes: #1081016)
   * d/p/tests-Add-a-utility-function-to-delete-a-directory-recurs.patch,
     d/p/MetaContextTest-Optionally-create-and-destroy-a-temporary.patch,
     d/p/color-management-tests-Use-a-temporary-XDG_DATA_HOME.patch,
     d/p/color-management-profile-conflict-test-Use-a-temporary-XD.patch:
     Add patches to fix autopkgtests when not running as root
   * Correct bug number in previous changelog entry
   * Standards-Version: 4.7.0 (no changes required)
   * d/source/lintian-overrides: Update for use of ${env:deb_udevdir}
 .
 mutter (47~rc-2) experimental; urgency=medium
 .
   * debian/*symbols: Update architectures for new cogl_trace symbols
   * Have mutter-15-tests depend on pipewire & libglib2.0-bin
     (Closes: #1081016)
   * autopkgtest: create the required /tmp/.X11-unix/
 .
 mutter (47~rc-1) experimental; urgency=medium
 .
   [ Jeremy Bícha ]
   * New upstream release (LP: #2077216, LP: #2025006, LP: #2074253,
     LP: #2076318)
     - Fix screen freeze when using EGL Stream (Nvidia-470) (LP: #2074254)
     - Only warn once about cursor sizes (LP: #2076211)
   * debian/libmutter-15-0.symbols: Update
   * Mark as breaking gnome-shell << 47~rc
   * Only enable sysprof on architectures where sysprof is available
   * Refresh patches
   * Remove the kms deadline evasion patch: alternative fix is in new release
   * Remove 2 other patches applied in new release
 .
   [ Daniel van Vugt ]
   * Update triple buffering patch
 .
   [ Alessandro Astone ]
   * Add build dependency on pipewire for build tests
 .
 mutter (47~beta-3) experimental; urgency=medium
 .
   * debian/libmutter-15-0.symbols: Update to include new symbols
 .
 mutter (47~beta-2) experimental; urgency=medium
 .
   * debian/patches: Update triple buffering patch for GNOME 47.beta
 .
 mutter (47~beta-1) experimental; urgency=medium
 .
   * New upstream release
   * Rename packages for API bump (mutter-14 -> mutter-15)
   * Update symbols files
   * Bump minimum libinput, libwayland, wayland-protocols, & meson
   * Refresh patches
   * Drop 2 obsolete patches
   * Add patch to skip unreliable focus test
   * Temporarily disable triple buffering patch
Checksums-Sha1:
 8ce7aea8af59835b10baf789549c3b0055f619fa 4501 mutter_47.0-2.dsc
 d4ff1b329c30aee561a21f63a04a6a974668a19c 88240 mutter_47.0-2.debian.tar.xz
 21b07705020c86af734d56825bbe33a943228ab3 21364 mutter_47.0-2_source.buildinfo
Checksums-Sha256:
 e11c1f01290989861f71ca4d9f112e34f25d27754009bdff7a2e684abb190c7c 4501 
mutter_47.0-2.dsc
 0a05e5e78f9527c0f993e030e8631b54dedfbc1664cc43e82794b99259e10475 88240 
mutter_47.0-2.debian.tar.xz
 88daa29d84c4554927c1b07472d4209e81ba64153e70da8b5f882982fa1ac07f 21364 
mutter_47.0-2_source.buildinfo
Files:
 14ce7af96195488a95cd61d83fb207fe 4501 x11 optional mutter_47.0-2.dsc
 2cd59ed7aa23424b6d8a73e7887ca5f7 88240 x11 optional mutter_47.0-2.debian.tar.xz
 f1d4e42572b94b46a4273a22a0284ef3 21364 x11 optional 
mutter_47.0-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEETQvhLw5HdtiqzpaW5mx3Wuv+bH0FAmcAdqYACgkQ5mx3Wuv+
bH2wZQ/9GFtc9PIstD1E7qDirDrmaqIvTPmYVEU8F7w8FrzgqhS47NutQdGfZnVZ
DPyBBjoJyXsjl2ceJs8vkkGm7sr1UwNebrL0AXiFufYW4hHkWcGT4cEbf0ambz8j
HoNHTQgtN+EAjAMi7BfJMGFB5TcZiHSOqrv7flIjJXVg0ewOODMyRdRcctRxA99c
HNrGLVydtwnSpl0s99sSmSO2sqrY2PrIZ/ha3M3SECvKgBb9+Cp5cVEAyioejnue
287CNs5SEHqSgq2Sn9wUk0lxI93TPhZprOGUyeTwHfSjDUixn6SZI8Tsb5R5ctaT
SK+2b3XlY99bcPOk+CLhp/BBYpKyUoA6Mj+SS6BcIFD9VUPnv+mZcW32r2pwzxta
a93oWqfkuLMWNds7NgligIQ5O780VM2+yIXo+Q0zjd2tSMa83TtM7H8XiJTttAAq
ubnr3StV+UoYXrW7ni0k2ksOSw0qoDrnTDa2/MkRK2ekQA68j3IJAUychFkSPE7b
PZmidHPmWp6DSBX+ciBC18dG5JM5dbpgCj+jCg34cL6mSAuptZjHWg5Ucn1iJBE6
x+VTN4k2Yg3S4cXElnthMsNX77dOLsJvmbFDoZ0A/OHrSYTfi/tvjxOkbpqYu385
0U1e9Q5e6qtrGf3TDlaC58LP+Tgcdue4Irh8C/zj/ZJ2DOogrWQ=
=f5Ex
-----END PGP SIGNATURE-----

Attachment: pgppt_zdRuKS5.pgp
Description: PGP signature


--- End Message ---

Reply via email to