Control: tags -1 moreinfo intrigeri: > Package: release.debian.org > Severity: normal > User: release.debian....@packages.debian.org > Usertags: unblock > > Please unblock package gnome-shell. > > Changes are: > > 1. Vcs-Git, gbp.conf: point to the correct, Buster-specific, branches. > > 2. Avoid test failures on buildd environments where HOME, XDG_RUNTIME_DIR > might > be invalid. This allows the tests to run a bit further on s390x. The > package > still FTBFS there but as Simon McVittie wrote, "The remaining test failures > on s390x look to me more like a bug in mozjs60 or gjs than a bug in > gnome-shell" — which I guess is #927081. > > 3. Add missing French layouts to on screen keyboard (Closes: #926452) > > Due to a bug in the code that generates on screen keyboard layouts, the > French layout ends up being generated from the French-Canadian layout > (which > is qwerty rather than azerty). This is a regression compared to Stretch. > > Fixed by cherry-picking the relevant upstream (3.32.0) commit. > > 4. Fix on screen keyboard language's menu closing the keyboard (Closes: > #926453) > > GNOME Shell 3.30's on screen keyboard now offers a menu that allows > selecting > among the supported keyboard layouts. But moving the pointer over this menu > closes the keyboard. This is a regression from Stretch, where that menu did > not exist yet. > > Fixed by cherry-picking the relevant upstream (3.32.0) commits. > > unblock gnome-shell/3.30.2-6 >
There is a bug in d/clean. The "debian/home" line is a directory and therefore needs a trailing slash (otherwise, dh_clean will refuse to remove it - see "man dh_clean"). Otherwise, it looks fine. Thanks, ~Niels