[ubuntu/artful-proposed] gconf 3.2.6-4ubuntu1 (Accepted)

Olivier Tilloy olivier.tilloy at canonical.com
Tue Jun 13 14:32:13 UTC 2017


gconf (3.2.6-4ubuntu1) artful; urgency=low

  * Merge from Debian unstable (LP: #1696659). Remaining changes:
    + don't package the gsettings backend since it's not meant to be
      distributed
    + 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/70gconfd_path-on-session, debian/gconf2-common.install: add
      additional gconf path depending on selected desktop session
    + debian/gconf-schemas:
      - convert to python3
      - encode and decode from UTF-8 to avoid postinst failing when schemas
        contain non ascii chars
      - 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/update-gconf-defaults:
      - convert to python3
      - encode and decode from UTF-8 to avoid postinst failing when schemas
        contain non ascii chars
    + 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
    + 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/pytwonisms.patch: fix gsettings-schema-convert pythonisms
    + debian/patches/reduce-polling.patch: call the cleanup routine every
      minute, instead of twice per minute, to reduce wakeups and therefore
      power usage
    + debian/rules:
      - updated for python3
      - call dh_python3 with --shebang=/usr/bin/python3
    + debian/{control,control.in}: updated for python3

gconf (3.2.6-4) unstable; urgency=medium

  [ Raphael Geissert ]
  * update-gconf-defaults: add support for lists of integers (Closes: #833131)

  [ Jeremy Bicha ]
  * debian/control.in:
    - Depend on default-dbus-session-bus | dbus-session-bus instead of
      dbus-x11 (Closes: #835880)

Date: Thu, 08 Jun 2017 08:53:23 +0200
Changed-By: Olivier Tilloy <olivier.tilloy at canonical.com>
Maintainer: Ubuntu Desktop Team <ubuntu-desktop at lists.ubuntu.com>
Signed-By: Sebastien Bacher <seb128 at ubuntu.com>
https://launchpad.net/ubuntu/+source/gconf/3.2.6-4ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 08 Jun 2017 08:53:23 +0200
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-4ubuntu1
Distribution: artful
Urgency: medium
Maintainer: Ubuntu Desktop Team <ubuntu-desktop at lists.ubuntu.com>
Changed-By: Olivier Tilloy <olivier.tilloy 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: 833131 835880
Launchpad-Bugs-Fixed: 1696659
Changes:
 gconf (3.2.6-4ubuntu1) artful; urgency=low
 .
   * Merge from Debian unstable (LP: #1696659). Remaining changes:
     + don't package the gsettings backend since it's not meant to be
       distributed
     + 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/70gconfd_path-on-session, debian/gconf2-common.install: add
       additional gconf path depending on selected desktop session
     + debian/gconf-schemas:
       - convert to python3
       - encode and decode from UTF-8 to avoid postinst failing when schemas
         contain non ascii chars
       - 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/update-gconf-defaults:
       - convert to python3
       - encode and decode from UTF-8 to avoid postinst failing when schemas
         contain non ascii chars
     + 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
     + 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/pytwonisms.patch: fix gsettings-schema-convert pythonisms
     + debian/patches/reduce-polling.patch: call the cleanup routine every
       minute, instead of twice per minute, to reduce wakeups and therefore
       power usage
     + debian/rules:
       - updated for python3
       - call dh_python3 with --shebang=/usr/bin/python3
     + debian/{control,control.in}: updated for python3
 .
 gconf (3.2.6-4) unstable; urgency=medium
 .
   [ Raphael Geissert ]
   * update-gconf-defaults: add support for lists of integers (Closes: #833131)
 .
   [ Jeremy Bicha ]
   * debian/control.in:
     - Depend on default-dbus-session-bus | dbus-session-bus instead of
       dbus-x11 (Closes: #835880)
Checksums-Sha1:
 25dc0d9b03e8c88cda4cf1df0767cee9554af2c7 2538 gconf_3.2.6-4ubuntu1.dsc
 d98588606a076fa818b0d52f8d892a885c19ac99 34816 gconf_3.2.6-4ubuntu1.debian.tar.xz
Checksums-Sha256:
 4b6c4632c430e1e4c904b604487efe9bf485fca93dcd249fbdf9d55b63d45b75 2538 gconf_3.2.6-4ubuntu1.dsc
 5e00f57a5bf5ab0d3460bd41be2be0e8ae6e1785d4882f8268244e672327a19c 34816 gconf_3.2.6-4ubuntu1.debian.tar.xz
Files:
 d2fae08d004a17fc3279e11242f955ed 2538 libs optional gconf_3.2.6-4ubuntu1.dsc
 1f3a509989ef846ab1f413500874ac62 34816 libs optional gconf_3.2.6-4ubuntu1.debian.tar.xz
Original-Maintainer: Josselin Mouette <joss at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlk/9y4ACgkQQxo87aLX0pKg+QCfebiNndUq9FUva+dfZ8Fd6H25
lJoAmwQ8UhOhovJxXZFpG6fO4eoY2WgS
=14QO
-----END PGP SIGNATURE-----


More information about the Artful-changes mailing list