Package: desktop-base Version: 6.0.7 Severity: wishlist gnome-settings-daemon in experimental uses GSettings and not GConf to store its default.
Please apply the attached patch to handle it. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.38-2-amd64 (SMP w/2 CPU cores) Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages desktop-base depends on: ii librsvg2-common 2.32.1-1 SAX-based renderer library for SVG desktop-base recommends no packages. Versions of packages desktop-base suggests: ii gnome 1:2.30+8 The GNOME Desktop Environment, wit -- no debconf information -- .''`. Josselin Mouette : :' : `. `' “If you behave this way because you are blackmailed by someone, `- […] I will see what I can do for you.” -- Jörg Schilling
Index: debian/control =================================================================== --- debian/control (révision 250) +++ debian/control (copie de travail) @@ -5,7 +5,7 @@ Uploaders: Loïc Minier <l...@dooz.org>, Fathi Boudra <f...@debian.org>, Yves-Alexis Perez <cor...@debian.org> -Build-Depends: cdbs, debhelper (>= 6) +Build-Depends: cdbs (>= 0.4.93), debhelper (>= 8.1.3) # libusplash-dev, imagemagick, librsvg2-bin Standards-Version: 3.9.1 Homepage: http://www.debian.org/devel/debian-desktop Index: debian/gsettings-override =================================================================== --- debian/gsettings-override (révision 0) +++ debian/gsettings-override (révision 0) @@ -0,0 +1,3 @@ +[org.gnome.desktop.background] +picture-options='zoom' +picture-uri='file:///usr/share/images/desktop-base/desktop-background' Index: debian/changelog =================================================================== --- debian/changelog (révision 250) +++ debian/changelog (copie de travail) @@ -1,3 +1,11 @@ +desktop-base (6.0.7) UNRELEASED; urgency=low + + * Build-depend on recent cdbs+debhelper to have dh_installgsettings. + * debian/gsettings-override: set the default background using + GSettings. + + -- Josselin Mouette <j...@debian.org> Sun, 17 Apr 2011 11:24:02 +0200 + desktop-base (6.0.6) unstable; urgency=low * plymouth/spacefun: Index: debian/source.lintian-overrides =================================================================== --- debian/source.lintian-overrides (révision 250) +++ debian/source.lintian-overrides (copie de travail) @@ -1,2 +1,2 @@ -# we ignore ${Misc:Depends} because it would bring gconf +# we ignore ${Misc:Depends} because it would bring gconf and dconf desktop-base source: debhelper-but-no-misc-depends desktop-base