[Desktop-packages] [Bug 1696659] Re: Please merge gconf 3.2.6-4 (universe) from Debian unstable (main)

2017-06-14 Thread Launchpad Bug Tracker
This bug was fixed in the package gconf - 3.2.6-4ubuntu1

---
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)

 -- Olivier Tilloy   Thu, 08 Jun 2017
08:53:23 +0200

** Changed in: gconf (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1696659

Title:
  Please merge gconf 3.2.6-4 (universe) from Debian unstable (main)

Status in gconf package in Ubuntu:
  Fix Released

Bug description:
  Please merge gconf 3.2.6-4 (universe) from Debian unstable (main).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1696659/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1696659] Re: Please merge gconf 3.2.6-4 (universe) from Debian unstable (main)

2017-06-13 Thread Sebastien Bacher
** Changed in: gconf (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1696659

Title:
  Please merge gconf 3.2.6-4 (universe) from Debian unstable (main)

Status in gconf package in Ubuntu:
  Fix Committed

Bug description:
  Please merge gconf 3.2.6-4 (universe) from Debian unstable (main).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1696659/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1696659] Re: Please merge gconf 3.2.6-4 (universe) from Debian unstable (main)

2017-06-08 Thread Olivier Tilloy
* 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

** Changed in: gconf (Ubuntu)
 Assignee: Olivier Tilloy (osomon) => (unassigned)

** Changed in: gconf (Ubuntu)
   Status: In Progress => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1696659

Title:
  Please merge gconf 3.2.6-4 (universe) from Debian unstable (main)

Status in gconf package in Ubuntu:
  Confirmed

Bug description:
  Please merge gconf 3.2.6-4 (universe) from Debian unstable (main).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1696659/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1696659] Re: Please merge gconf 3.2.6-4 (universe) from Debian unstable (main)

2017-06-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~osomon/gconf/merge_3.2.6-4

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1696659

Title:
  Please merge gconf 3.2.6-4 (universe) from Debian unstable (main)

Status in gconf package in Ubuntu:
  In Progress

Bug description:
  Please merge gconf 3.2.6-4 (universe) from Debian unstable (main).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1696659/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp