Comment 7 for bug 67698

Revision history for this message
Sebastien Bacher (seb128) wrote :

That upload fixes the gconf2 problem:

 gconf2 (2.18.0-1ubuntu1) feisty; urgency=low
 .
   * Sync with Debian
   * New upstream version:
     Misc:
     - Make sure error strings are utf-8
     - don't include xml-entry.h twice
     - fix leak in gconf meta info code
     - remove more popt gunk
     - when installing a batch of schema files, don't abort
       the entire transaction if one fails
     - don't close already closed file descriptors if fdwalk() is available
     - use g_file_test instead of gconf_file_test or gconf_file_exists
     - remove dead code found from coverity scan
     - retain file permissions on gconf database files when
       syncing a tree to disk
     - Add g_return_val_if_fail checks on type inputs for
       gconf_value_new_from_string
   * debian/control.in:
     - don't require the new gnome-pkg-tools package version from Debian
     - the Ubuntu Desktop Team maintains that package
   * debian/gconf2.prerm:
     - don't remove the alternative on upgrade (Ubuntu: #67698)
   * debian/rules:
     - don't use the rule to prevent upload to unstable