Hi, I've just uploaded mutter 2.29.0-3, which fixes a couple of RC bugs. One is a FTBFS, the other one is fixed by the rebuild, but other packages are affected and need binNMUs. These are gnome-shell and libchamplain. Please schedule binNMUs for them. The gnome-shell one will need this version of mutter to be built, so a dep wait would be appropriate. I hope I've got the syntax right :)
nmu libchamplain_0.4.6-2 . ALL . -m 'Get rid of ClutterJson in the typelib' nmu gnome-shell_2.29.0-3 . ALL . -m 'Get rid of ClutterJson in the typelib' dw gnome-shell_2.29.0-3 . ALL . -m 'libmutter-dev (>= 2.29.0-3)' Thanks, Emilio diff -u mutter-2.29.0/debian/rules mutter-2.29.0/debian/rules --- mutter-2.29.0/debian/rules +++ mutter-2.29.0/debian/rules @@ -20,0 +21,2 @@ +# This with -Werror is too much, see #590347 +CFLAGS += -Wno-deprecated-declarations diff -u mutter-2.29.0/debian/changelog mutter-2.29.0/debian/changelog --- mutter-2.29.0/debian/changelog +++ mutter-2.29.0/debian/changelog @@ -1,3 +1,14 @@ +mutter (2.29.0-3) unstable; urgency=low + + * debian/rules: + - Build with -Wno-deprecated-declarations, otherwise -Werror will + make us fail to build when a library deprecates some functions. + Closes: #590347. + * The rebuild gets rid of the ClutterJson requirement, so this also + closes: #589879. + + -- Emilio Pozuelo Monfort <[email protected]> Sat, 07 Aug 2010 20:38:11 +0200 + mutter (2.29.0-2) unstable; urgency=low * debian/control: diff -u mutter-2.29.0/debian/control mutter-2.29.0/debian/control --- mutter-2.29.0/debian/control +++ mutter-2.29.0/debian/control @@ -7,7 +7,7 @@ Section: x11 Priority: optional Maintainer: Debian GNOME Maintainers <[email protected]> -Uploaders: Gustavo Noronha Silva <[email protected]> +Uploaders: Emilio Pozuelo Monfort <[email protected]>, Gustavo Noronha Silva <[email protected]> Build-Depends: cdbs (>= 0.4.41), debhelper (>= 5), quilt, -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

