[ubuntu/utopic-proposed] gconf 3.2.6-2ubuntu1 (Accepted)
Iain Lane
iain.lane at canonical.com
Mon Apr 28 16:40:13 UTC 2014
gconf (3.2.6-2ubuntu1) utopic; urgency=low
* Merge with Debian unstable, remaining changes:
+ don't package the gsettings backend since it's not meant to be
distributed
+ debian/control.in, debian/rules:
- use dh-autoreconf
+ debian/patches/02_xml-gettext-domain.patch:
- use gettext from schemas translations
+ debian/patches/05_nodisplay_autostart.patch:
- Don't show in "Startup Applications"
+ debian/patches/06_onlyshowin_unity.patch:
- Add Unity to OnlyShowIn
+ debian/70gconfd_path-on-session, debian/gconf2-common.install:
- add additional gconf path depending on selected desktop session:
+ debian/gconf-schemas: Shrink the generated %gconf-tree.xml, by
filtering out locale specific defaults for uninstalled locales,
leading tabs, empty short descriptions, and mtimes (which aren't
interesting for system-wide defaults).
+ debian/gconf2.triggers, debian/gconf2.postinst, debian/gconf2.postrm:
- Declare a new trigger on /usr/share/GConf/gsettings to watch when
new gsettings convert files are installed.
+ debian/default.path, debian/gconf2-common.dirs:
- drop old compatibility path from intrepid, that was required until
lucid
+ Split gconf-service further into gconf-service and gconf-service-backend,
one package being Multi-Arch: foreign and the other Multi-Arch: none, so
that we correctly handle the fact that gconf2 needs backend modules of
the same arch whereas other reverse-dependencies just need a working
daemon.
+ debian/patches/0001-Support-s-to-as-migrations-v2.patch: Support 's' to
'as' migrations
+ debian/patches/call-dbus_g_thread_init.patch
- Initialize dbus threads before doing anything. This fixes crashes in
multithreaded applications that don't use libdbus directly.
+ debian/patches/reduce-polling.patch
- Call the cleanup routine every minute, instead of twice per minute, to
reduce wakeups and therefore power usage.
gconf (3.2.6-2) unstable; urgency=low
* gconf-schemas: hide error messages caused by DBus, they are
harmless.
Closes: #711597, #711339.
* Remove gconftool alternative, replace it by proper symlinks.
Closes: #718277.
gconf (3.2.6-1) unstable; urgency=low
[ Martin Pitt ]
* Add a simple compile/link/run autopkgtest for libgconf2-dev. Thanks Rafał
Cieślak! (LP: #1078719)
* debian/tests/build:
- Add -Wall -Werror for being more thorough.
- Don't call deprecated g_type_init() when building with glib >= 2.35.
[ Michael Biebl ]
* New upstream release.
- Fixes use after free in gconf-dbus. Closes: #699424
* Remove 04_manpage.patch, merged upstream. Refresh other patches.
* Add symbols file for libgconf-2-4.
* Bump Standards-Version to 3.9.4. No further changes.
Date: Mon, 28 Apr 2014 13:45:43 +0100
Changed-By: Iain Lane <iain.lane at canonical.com>
Maintainer: Ubuntu Desktop Team <ubuntu-desktop at lists.ubuntu.com>
https://launchpad.net/ubuntu/utopic/+source/gconf/3.2.6-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 28 Apr 2014 13:45:43 +0100
Source: gconf
Binary: gconf2 gconf-service gconf-service-backend gconf2-common gconf-defaults-service libgconf-2-4 libgconf2-4 libgconf2-dev libgconf2-doc gir1.2-gconf-2.0
Architecture: source
Version: 3.2.6-2ubuntu1
Distribution: utopic
Urgency: low
Maintainer: Ubuntu Desktop Team <ubuntu-desktop at lists.ubuntu.com>
Changed-By: Iain Lane <iain.lane at canonical.com>
Description:
gconf-defaults-service - GNOME configuration database system (system defaults service)
gconf-service - GNOME configuration database system (D-Bus service)
gconf-service-backend - GNOME configuration database system (D-Bus service)
gconf2 - GNOME configuration database system (support tools)
gconf2-common - GNOME configuration database system (common files)
gir1.2-gconf-2.0 - GNOME configuration database system (GObject-Introspection)
libgconf-2-4 - GNOME configuration database system (shared libraries)
libgconf2-4 - GNOME configuration database system (dummy package)
libgconf2-dev - GNOME configuration database system (development)
libgconf2-doc - GNOME configuration database system (API reference)
Closes: 699424 711339 711597 718277
Launchpad-Bugs-Fixed: 1078719
Changes:
gconf (3.2.6-2ubuntu1) utopic; urgency=low
.
* Merge with Debian unstable, remaining changes:
+ don't package the gsettings backend since it's not meant to be
distributed
+ debian/control.in, debian/rules:
- use dh-autoreconf
+ debian/patches/02_xml-gettext-domain.patch:
- use gettext from schemas translations
+ debian/patches/05_nodisplay_autostart.patch:
- Don't show in "Startup Applications"
+ debian/patches/06_onlyshowin_unity.patch:
- Add Unity to OnlyShowIn
+ debian/70gconfd_path-on-session, debian/gconf2-common.install:
- add additional gconf path depending on selected desktop session:
+ debian/gconf-schemas: Shrink the generated %gconf-tree.xml, by
filtering out locale specific defaults for uninstalled locales,
leading tabs, empty short descriptions, and mtimes (which aren't
interesting for system-wide defaults).
+ debian/gconf2.triggers, debian/gconf2.postinst, debian/gconf2.postrm:
- Declare a new trigger on /usr/share/GConf/gsettings to watch when
new gsettings convert files are installed.
+ debian/default.path, debian/gconf2-common.dirs:
- drop old compatibility path from intrepid, that was required until
lucid
+ Split gconf-service further into gconf-service and gconf-service-backend,
one package being Multi-Arch: foreign and the other Multi-Arch: none, so
that we correctly handle the fact that gconf2 needs backend modules of
the same arch whereas other reverse-dependencies just need a working
daemon.
+ debian/patches/0001-Support-s-to-as-migrations-v2.patch: Support 's' to
'as' migrations
+ debian/patches/call-dbus_g_thread_init.patch
- Initialize dbus threads before doing anything. This fixes crashes in
multithreaded applications that don't use libdbus directly.
+ debian/patches/reduce-polling.patch
- Call the cleanup routine every minute, instead of twice per minute, to
reduce wakeups and therefore power usage.
.
gconf (3.2.6-2) unstable; urgency=low
.
* gconf-schemas: hide error messages caused by DBus, they are
harmless.
Closes: #711597, #711339.
* Remove gconftool alternative, replace it by proper symlinks.
Closes: #718277.
.
gconf (3.2.6-1) unstable; urgency=low
.
[ Martin Pitt ]
* Add a simple compile/link/run autopkgtest for libgconf2-dev. Thanks Rafał
Cieślak! (LP: #1078719)
* debian/tests/build:
- Add -Wall -Werror for being more thorough.
- Don't call deprecated g_type_init() when building with glib >= 2.35.
.
[ Michael Biebl ]
* New upstream release.
- Fixes use after free in gconf-dbus. Closes: #699424
* Remove 04_manpage.patch, merged upstream. Refresh other patches.
* Add symbols file for libgconf-2-4.
* Bump Standards-Version to 3.9.4. No further changes.
Checksums-Sha1:
a9526520f642cbccdae67a5c28cca840e799bbfb 3081 gconf_3.2.6-2ubuntu1.dsc
2bdc88a1dac566da81183330923ed8cdc139e2a6 40215 gconf_3.2.6-2ubuntu1.debian.tar.gz
Checksums-Sha256:
096c9114387158a430bdfcde728f85513d928dbfa869757c4035fcf600b94e7b 3081 gconf_3.2.6-2ubuntu1.dsc
e0d049a00d6b89252aa8f2234d652edbc702e90fe74bd2b157ba76b712d3fd35 40215 gconf_3.2.6-2ubuntu1.debian.tar.gz
Files:
c9ae3db59e71118594072329bd1ef3ce 3081 libs optional gconf_3.2.6-2ubuntu1.dsc
192691a46430b455cec840a9b10d01c1 40215 libs optional gconf_3.2.6-2ubuntu1.debian.tar.gz
Original-Maintainer: Josselin Mouette <joss at debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJTXoMfAAoJEONS1cUcUEHUKkwQAKmq1BGRuzLhhPLRFFxcN0Nc
RkwAlUm239goF/8CRz8FSn+Wdx/6P3ZkVduQb4vMmfI1FOIZssMTW1+KbLIaqaTg
JD7ay+xRMy0WKSH3Ng4b0bYy2VkIui3fYWpTa+mXKgZ/3pr0jKjbN0TV3gryM9QH
RWKek0fMvXPDfMqyS4zYFcHiLRJuQOtyPC6lTR+3JK6PIP8OYUQ+FJujPcbG+/aR
zY1DUansb08jZp1p0KPLWKjBydQ7H/MX//viDEuj7IAHc9DEFRXPj26hKWUjss27
Ez7VhbBk4aGrsAAg7I6UEkrZIK+qsgxCChAGIb7MhF0nFMG2FPchYsZiWKXC9Fax
YxyBPwTnI4sGO81/4cf1FWt/kmpxRFlRes4kIT+gZQ6zjJPg8mij804Jdj/Ai+my
73xK3uGeYt4mt3H61JpuOf1bzjcfkOUdQf+jYUG/g5BH5qX0YRBRqV/DIpnjmyU4
H59mxEFS80ts3+vIdVWA/Jmb6WALHVtLFFukDrJiboWV1vyaSq6ubO7auQRN5M0g
XcDoAx8Z2PRxpodjtyt65Ej1M7RQcznAoNZ+lQ2N6RGrey3dFsKf+PAlYK6zMO+e
MiC0lF8ahmzVhTuPICNLbBkN7MOqTTPb8bcAQMDfQK55eMQaRipjCL9ziOXG2Fbe
xOWRPnyQYkRJ2KsoxbYd
=4Hcu
-----END PGP SIGNATURE-----
More information about the Utopic-changes
mailing list