* Merge from Debian unstable. Remaining changes:
- debian/70gconfd_path-on-session: correctly escape the session specific
default/mandatory paths
- Make autopkgtests cross-test-friendly.
- 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/02_xml-gettext-domain.patch: use gettext from schemas
translations
- debian/patches/05_nodisplay_autostart.patch: don't show in
"Startup Applications"
- debian/patches/reduce-polling.patch: call the cleanup routine every
minute, instead of twice per minute, to reduce wakeups and therefore
power usage
* Dropped changes, included in Debian:
- gconf-gconf-value.h-Use-G_GNUC_-BEGIN_END-_DEPRECATIONS.patch: Ignore
GLib deprecation (as of 2.62) which we export in our public header.
* Add patch from Iain Lane for GLib 2.62 deprecations
in gconf-value.h. (Closes: #935801, #941487)
* Add Python 3 changes from Ubuntu. (Closes: #936589)
* Add patch from Chow Loong Jin to initialize dbus threads before
doing anything. This fixes crashes in multithreaded applications
that don't use libdbus directly. (LP: #1048341)
* Make autopkgtests cross-test-friendly.
* gconf-gconf-value.h-Use-G_GNUC_-BEGIN_END-_DEPRECATIONS.patch: Take from
upstream MR !1. Ignore GLib deprecation (as of 2.62) which we export in
our public header.
* debian/70gconfd_path-on-session:
- correctly escape the session specific default/mandatory paths
(lp: #1588395)
* Resynchronize with Debian
* New maintainer. (Closes: #895246)
* Add the missing build dependency on dh-python.
* Remove the obsolete transitional package libgconf2-4.
* Update the package descriptions for the deprecated status.
* Priority: extra -> optional
* debian/control.in:
- Build-Depends on dh-python since dh_python3 is needed
* Backport buildfix from Debian
* Non-maintainer upload.
* Update gtk-doc.make from gtk-doc-tools 1.27-1,
fixing a FTBFS with gtk-doc-tools >= 1.26. (Closes: #876592)
* 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
[ 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)
* debian/control.in:
- Depend on default-dbus-session-bus | dbus-session-bus instead of
dbus-x11 (Closes: #835880)
* Fix gsettings-schema-convert pythonisms.
* Call dh_python3 with --shebang=/usr/bin/python3. LP: #1440549.
* update-gconf-defaults, gconf-schemas: encode and decode from UTF-8
to avoid postinst failing when schemas contain non ascii chars.
(LP: #1504442, #1406641)
* No-change rebuild for python3.5 transition
[ Didier Roche ]
* Convert update-gconf-defaults and gconf-schemas to python3 (LP: #1440549)
* debian/{rules,control}: updated for python3
* Merge with Debian unstable, 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/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.
* Team upload.
[ Fernando Seiti Furusato ]
* Use dh-autoreconf. Closes: #746690.
* 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-schemas: hide error messages caused by DBus, they are
harmless.
Closes: #711597, #711339.
* Remove gconftool alternative, replace it by proper symlinks.
Closes: #718277.
[ 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.
[ Sebastien Bacher ]
* debian/70gconfd_path-on-session: typo fix additionnal -> additional
(lp: #1160073)
[ Iain Lane ]
* Call the cleanup routine every minute, instead of twice per minute, to
reduce wakeups and therefore power usage. Thanks Colin King. (LP:
#1292021)
* New upstream version
- gsettings-schema-convert: Fix conversion of empty lists
* debian/patches/06_onlyshowin_unity.patch:
- dropped, the fix is in the new version
* Break libgconf2.0-cil < 2.24.2-3. Closes: #694340.
* New upstream release.
* Bump Build-Depends on cdbs and debhelper for multiarch support.
* Bump Build-Depends on libglib2.0-dev to (>= 2.31.0).
* Drop explicit Build-Depends on gir1.2-glib-2.0.
* Refresh patches.
* Bump Standards-Version to 3.9.3.
* debian/tests/build:
- Add -Wall -Werror for being more thorough.
- Don't call deprecated g_type_init() when building with glib >= 2.35.
* Added a simple compile/link/run test for libgconf2-dev. (LP: #1078719)
* debian/patches/0001-Support-s-to-as-migrations-v2.patch:
- Support string to string array migrations (LP: #1048956)
* 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. (LP: #1048341)
* 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. LP: #962854.
* New upstream version
* libgconf2-4 and libgconf-2-4 should both have a Breaks: against the
older version of gconf2, to ensure that our trigger is never called
when gconftool is in an unusable state (due to either missing libraries
or missing backend DSOs). LP: #948294.
* New upstream version
* Let libgconf2-4 and libgconf-2-4 break gconf2 << 3.2.3-2 to avoid
triggering gconf2 while in an inconsistent state. Thanks a lot to
Steve Langasek for the analysis. Closes: #663167.
* Merge from Debian testing, remaining changes:
- debian/control.in:
+ 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
* Dropped changes:
- debian/control.in: no build-dependency on gnome-common, we're using
dh-autoreconf.
- Build using dh_python2: merged in Debian.
- Mark gconf2 Multi-Arch: foreign: merged in Debian.
* Let gconf2-common Breaks: libgconf2-4 (<< 3.2.3-2), to avoid partial
upgrades (closes: #661380).
[ Michael Biebl ]
* debian/libgconf2-dev.install:
- Remove libtool .la files.
* debian/control.in:
- Remove obsolete Conflicts and Replaces.
- Change section of gir1.2-gconf-2.0 to introspection.
* Rely on cdbs to call dh_girepository. Bump Build-Depends accordingly.
* Switch to dh_python2.
[ Laurent Bigonville ]
* Add debian/patches/05_readd_gconf_engine_key_is_writable.patch: Add
missing function in D-Bus variant that causes ABI breakage (Closes: #649112)
[ Jordi Mallach ]
* Add a NEWS entry explaining the necessity of a session restart after
a GConf 2.32 → GConf 3.2 upgrade, due to the ORBit → D-Bus
transition (closes: #648673).
[ Josselin Mouette ]
* Convert to Multi-Arch. Closes: #652861.
+ gconf2, gconf2-common, gconf-defaults-service are M-A: foreign.
+ Move the daemon to a multiarch path.
+ Tighten dependencies.
+ Remove the sanity-check binary, nothing uses it anymore.
Closes: #649297, #645580.
+ Move the daemon and the activation file to gconf-service, a new
MA: foreign package.
+ Add appropriate Breaks/Replaces for the activation file.
+ Rename libgconf2-4 to libgconf-2-4, make it MA: same.
+ Make the shlibs add both libgconf-2-4 and gconf-service.
+ Make libgconf2-4 a dummy MA: same package depending on both too.
+ gconf-gsettings-backend is MA: same.
+ Move dbus dependency to gconf-service, make it dbus-x11.
* Move the API documentation to libgconf2-doc.
* Get rid of the symlink for documentation.
* Remove unused gnome-version.mk.
* gconf-schemas, update-gconf-defaults: don’t purge the environment
entirely. Closes: #636083.
* Mark gconf2 Multi-Arch: foreign
* Build using dh_python2
* Resynchronize on Debian
* debian/control.in:
don't package the gsettings backend since it's not meant to be distributed
* debian/default.path,
debian/gconf2-common.dirs:
- drop old compatibility path from intrepid, that was required until lucid
[ Jeremy Bicha ]
* New upstream release
* debian/control.in:
- Use GTK 3
- Drop orbit dependency
- Updated Vcs-Browser link
* debian/copyright: Fixed lintian warning
* debian/rules:
- Explicity disable orbit
* debian/watch: Switch to .xz tarballs
* 02_fix_wrong_return_value.patch: Updated
[ Josselin Mouette ]
* Split the GSettings backend into a gconf-gsettings-backend package
that provides gsettings-backend. Closes: #633442.
* New upstream release.
* New upstream release.
- Fixes gconf crasher regression in 3.2.2 (LP: #882525)
* New upstream release.
- Fixes gconf errors affecting GNOME Shell & Evolution, especially
seen after a system upgrade (LP: #848198)
- Build fix for -Werror=format-securiy
- Avoid crash when there is no reply to messages in
gconf_engine_notify_remove
- Clean-up ORBit vs DBus logic
* debian/watch: Removed extra \d
* New upstream release
- updated translations
* New upstream version
* New upstream version
* New upstream version
* New upstream version, clean patches included in the new version
* Add 00git_gsettings-data-convert_g_type_init.patch: Fix crash at startup
in gsettings-data-convert. Also committed to upstream git. (LP: #810795)
* New upstream release (v3.1.3)
* Build with --disable-orbit
- update debian/rules
* Drop liborbit2-dev dependencies
- update debian/control
* Refresh patches:
- update debian/patches/02_fix_wrong_return_value.patch
* debian/70gconfd_path-on-session:
- depends on DESKTOP_SESSION now
* Rebase on the current Debian revision.
* debian/control.in, debian/rules: build with GTK3
* New upstream release.
* debian/watch: Switch to .bz2 tarballs.
* Bump debhelper compatibility level to 8.
- Bump Build-Depends on debhelper.
- Strip leading debian/tmp/ from .install files.
* Bump Standards-Version to 3.9.2. No further changes.
* Update package description. Fix spelling error "allows to" found by
lintian.
* Drop Build-Depends on dpkg-dev (>= 1.13.19). Even lenny has a more recent
version.
* Upload to unstable, drop check-dist include.
[ Josselin Mouette ]
* Make the -dev package depend on the gir package.
[ Sebastien Bacher ]
* New upstream version
* debian/control.in: updated Standards-Version
* debian/patches/01_defaults_path.patch: new version update
* New upstream version
* New upstream version:
Fixes
- default GConf path includes hard-coded reference to /etc/gconf
- Please make gsettings-data-convert.desktop translatable
* 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. When a new one is
installed, we notify that a reboot is required, to pick it up on
next user login.
* Resynchronize on Debian
* debian/po-up/*:
+ Removed, the patch has been merged upstream so there's nothing
to translate.
* debian/rules:
+ Remove patch-translations.mk.
* Update to the new gir policy:
- Rename gir1.0-gconf-2.0 to gir1.2-gconf-2.0.
- Bump the gobject-introspection build dependency.
- Build depend on gir1.2 packages.
* Updated for the gir abi transition
* Resync on Debian
[ Josselin Mouette ]
* Include patch-translations.mk, bump build-depends accordingly.
* Include 03_error_message.patch in POTFILES.in.
* pt_BR.po: Brazilian Portuguese translation. Closes: #599032.
* fr.po: French translation by Christian Perrier. Closes: #599049.
* da.po: Danish translation by Joe Hansen. Closes: #599125.
* cs.po: Czech translation by Michal Simunek. Closes: #599198.
* update-gconf-defaults: patch from Ubuntu to deal with broken
symlinks. Closes: #599393. Thanks Michael Vogt.
* de.po: German translation by Helge Kreutzmann. Closes: #599683.
* sv.po: Swedish translation by Martin Bagge. Closes: #599854.
* 04_manpage.patch: patch from A. Costa. Fixes typos in the manual
page. Closes: #600899.
[ Sjoerd Simons ]
* New upstream release
* Bump gobject-introspection to the lastest version to generate the most
recent .gir version
* debian/patches/03_error_message.patch
+ Removed, merged upstream
* debian/rules:
+ Specify compilation with gtk2
[ Emilio Pozuelo Monfort ]
* Switch to source format 3.0 (quilt).
* debian/patches/*:
- Updated to apply cleanly.
[ Josselin Mouette ]
* Patch from Ubuntu - thanks to Sébastien Bacher. Closes: #587786.
* debian/control.in:
- list a new gir1.0-gconf-2.0 binary
- libgconf2-dev replaces gir-repository-dev
* debian/gir1.0-gconf-2.0.install,
debian/libgconf2-dev.install:
- install the gir and typelib
* debian/rules:
- use dh_girepository
* Fix description for the GIR package.
[ Sjoerd Simons ]
* New upstream release
* New upstream version:
Features
- Allow building against GTK+ 3
Fixes
- Make gsettings-data-convert deal better with enums and flags
- Remove an obsolete error message
Translation updates
* debian/patches/03_error_message.patch:
- dropped, the fix is in the new version
* debian/rules:
- use --with-gtk=2.0
* New upstream version:
Fixes
* Make ref() function return the passed object (#629984)
Translation updates
* debian/control.in:
- updated the gir requirement
* debian/update-gconf-defaults:
- check if a file exists before trying to read it, otherwise
it crashes on broken symlinks (LP: #633370)
* debian/control.in: libgconf2-dev depends on libdbus-1-dev
* debian/control:
- Add build-depends on libdbus-1-dev, libdbus-glib-1-dev
* New upstream release
* debian/control:
- Drop build-depends on libdbus-1-dev, libdbus-glib-1-dev
* Rebuild with the new gobject introspection
* debian/control:
- Bump libglib2.0-dev build-depend
* New upstream release
- gsettings-data-convert: Realloc the correct amount of memory
- configure: disable the defaults service if PolicyKit is not available
- Update GSettings backend to follow API changes
* debian/control:
- Use Standards-Version 3.9.1
* New upstream version:
Features
- gsettings-schema-convert: always add gettext domain
- gsettings-schema-convert: convert 0/1 to false/true
- gsettings-schema-convert: convert underscores to dashes
- gsettings-scheme-convert: convert to xml by default
Fixes
- gsettings-schema-convert: fix crash when lxml is missing
- gsettings-schema-convert: don't crash on unknown types
- gsettings-schema-convert: accept GConf schemas without defaults
- gsettings-schema-convert: fix --help error
* debian/control.in,
debian/rules:
- use dh-autoreconf there
* debian/control.in: build-depends on gir1.0-glib-2.0
* debian/control.in:
- list a new gir1.0-gconf-2.0 binary
- libgconf2-dev replaces gir-repository-dev
* debian/gir1.0-gconf-2.0.install,
debian/libgconf2-dev.install:
- install the gir and typelib
* debian/rules:
- use dh_girepository
* New upstream version
Features
- Add gsettings-schema-convert (used to be part of GLib)
Fixes
- Make the :path in groups optional again
* Resync on Debian and ship gsettings schemas utilities
* debian/libgconf2-4.install:
- don't distribute the gsettings backend following upstream recommendation
[ Josselin Mouette ]
* 03_error_message.patch: new patch. Replace the error message by
something more accurate nowadays. Closes: #582839.
[ Sebastian Dröge ]
* New upstream development release:
+ debian/control.in:
- Update GLib build dependency to >= 2.25.9.
* New upstream development release:
+ debian/gconf2.install:
- Add autostart file for GSettings.
* New upstream development release.
* New upstream development release:
+ debian/control.in:
- Update build-dependencies and dependencies.
+ debian/libgconf2.install:
- Add GSettings backend module.
+ debian/rules:
- Update shlibs version to >= 2.31.1 because of new API.
* New upstream version
* debian/control.in:
- updated the libglib required to 2.25.9
* New upstream release
* debian/control.in:
- Build-depend on gnome-common for autoreconf
- Build-depend on gobject-introspection
* debian/rules:
- Disable GSettings backend
- Run autoreconf on build
* debian/patches/70_autotools.patch:
- Obsolve as now run autoreconf on build
* debian/watch:
- Watch for unstable versions
* de.po: German translation by Helge Kreutzmann. Closes: #599683.
* sv.po: Swedish translation by Martin Bagge. Closes: #599854.
* 04_manpage.patch: patch from A. Costa. Fixes typos in the manual
page. Closes: #600899.
* Include patch-translations.mk, bump build-depends accordingly.
* Include 03_error_message.patch in POTFILES.in.
* pt_BR.po: Brazilian Portuguese translation. Closes: #599032.
* fr.po: French translation by Christian Perrier. Closes: #599049.
* da.po: Danish translation by Joe Hansen. Closes: #599125.
* cs.po: Czech translation by Michal Simunek. Closes: #599198.
* update-gconf-defaults: patch from Ubuntu to deal with broken
symlinks. Closes: #599393. Thanks Michael Vogt.
* 03_error_message.patch: new patch. Replace the error message by
something more accurate nowadays. Closes: #582839.
* Resycn on Debian
* debian/default.path:
- Add /etc/gconf/gconf.xml.system to the search path,
which is were 8.10 kept some system wide gconf settings. This is
deprecated, but required for backwards compatibility.
* debian/gconf2-common.dirs:
- Add /etc/gconf/gconf.xml.system. Since we reference it in default.path,
we ought to create it
* debian/70gconfd_path-on-session:
- add additionnal gconf path depending on selected desktop session:
* debian/gconf2-common.install:
list 70gconfd_path-on-session there
* 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/patches/02_xml-gettext-domain.patch,
debian/patches/70_relibtoolize.patch:
- use gettext from schemas translations
* debian/watch:
- watch unstable versions
* gconf-schemas: don’t error out if there are no schemas to install.
Closes: #577142.
* So, it seems that parsing XML is so slow that regenerating the
database entirely is faster than unregistering a schema and
registering it again. Which means moving to triggers is a big
performance improvement.
* update-gconf-defaults, gconf-schemas: do nothing when called from
dpkg, except from gconf2.postinst itself.
* gconf2.triggers: register the /usr/share/gconf/* directories.
* gconf2.postinst: regenerate the databases depending on the triggers
called.
* gconf2-common.dirs: ship an empty /usr/share/gconf/schemas, just in
case.
[ David Weinehall ]
* New upstream release.
+ debian/patches/01_defaults_path.patch,
02_fix_wrong_return_value.patch,
25_gconf-path-max-hurd.patch:
- Refreshed.
* debian/control.in:
- Bump Standards version to 3.8.4 (No changes needed).
[ Loïc Minier ]
* debian/gconf2-common.install: install evoldap.schema directly in
/usr/share/doc; this makes it easier to build a non-LDAP version of GConf.
[ Loïc Minier ]
* gconf2.postinst: don't test for install as this isn't used for postinsts;
use lt instead of lt-nl as a replacement; thanks Martin Pitt.
[ Emilio Pozuelo Monfort ]
* debian/patches/70_relibtoolize.patch:
- Removed, not needed anymore since upstream uses a recent libtool.
[ Luca Bruno ]
* New upstream release.
* debian/control.in:
- Update Standards-Version to 3.8.3, no additional changes needed.
- Remove libpolkit-dbus-dev and add libpolkit-gobject-1-dev
build-depends.
- Remove policykit from Build-Depends and from gconf-defaults-service.
Closes: #549518.
- Add misc:Depends to libgconf2-4, gconf2, libgconf2-dev and
gconf-defaults-service.
- Add Vcs-* fields.
* debian/gconf-defaults-service.install:
- Share dir changed from PolicyKit to polkit-1.
* debian/patches/01_defaults_path.patch:
- Update to apply cleanly.
[ Josselin Mouette ]
* Bump shlibs to version 2.27.0.
* Break gconf-editor < 2.28 because of the switch to PolicyKit 1.
* update-gconf-defaults:
+ Support comments. Closes: #535569.
+ Add --only-if-changed option, which makes the script a no-op
if no source files are more recent than the generated
configuration.
[ Emilio Pozuelo Monfort ]
* debian/patches/02_fix_wrong_return_value.patch: Fix a bug that
causes hardware-monitor to crash. Closes: #532119.
* New upstream release.
* Switch to quilt to manage patches; build-depend on quilt.
* 01_defaults_path.patch: new patch. Use gconf.xml.defaults for system
defaults instead of gconf.xml.system, since in Debian we don’t
pollute the original directory by applying schemas to it.
* 70_relibtoolize.patch: regenerate for the new version, without
autom4te.cache in it.
[ Josselin Mouette ]
* Add libglib2.0-doc to build-depends to ensure proper xrefs.
* README.Debian: improve documentation for the file format of the
defaults directory. Closes: #519096.
[ Luca Bruno ]
* New upstream release.
* debian/control.in:
+ Update Standards-Version to 3.8.1, no additional changes needed.
+ Update Homepage to point to the new gconf homepage.
* debian/patches:
+ Update 70_relibtoolize.patch.
* Turn the Breaks into a Conflicts, otherwise it breaks the buildds.
* Upload to unstable.
[ Josselin Mouette ]
* Add a Breaks against older libbonobos because gconf using dbus makes
#331000 occur much more often.
[ Loic Minier ]
* Change the postinst to explicitely install the alternative on install and
upgrades from << 2.19.1-2.
[ Josselin Mouette ]
* update-gconf-defaults: ignore more backup extensions.
Closes: #512476.
* gconf-schemas: add a --no-signal option.
* gconf2.postinst: improve the detection of cases when daemons need to
be signalled.
* Support alternate installation paths for defaults, including setting
mandatory settings. Closes: #512474, #512947.
+ update-gconf-defaults: implement the --source, --destination,
--no-signal and --mandatory options.
+ update-gconf-defaults.8: document them.
+ default.path: add /var/lib/gconf/debian.mandatory as a mandatory
source.
+ gconf2-common.dirs: add new directories.
+ gconf2.postinst: run update-gconf-defaults --mandatory if needed.
+ gconf2.install: install the script to /usr/bin.
+ README.Debian: document this.
* The “let’s pass through NEW” release.
* 70_relibtoolize.patch: relibtoolize the package to avoid the rpath
issue on amd64.
* copyright: include list of copyright holders.
* Split the defaults service in a separate package,
gconf-defaults-service. Only this one depends on PolicyKit.
* Bump shlibs version to 2.23.2.
[ Loic Minier ]
* Replace homepage pseudo-field in description with a real source field in
control.
[ Josselin Mouette ]
* New upstream release.
+ Uses dbus session bus instead of a lockfile in /tmp.
Finally closes: #404743.
+ Remove 01_no_syslog_thanks.patch, merged upstream.
* Enable PolicyKit support.
* Massive update to (build-)dependencies.
* Install dbus and PolicyKit files.
* New upstream stable release:
+ debian/patches/01_no_syslog_thanks.patch:
- Updated to apply cleanly again.
+ debian/patches/02_ldap_deprecated.patch:
- Removed, applied upstream.
* debian/control.in:
+ Update Standards-Version to 3.7.3, no additional changes needed.
[ Michael Banck ]
* gconf-schemas: Work around hangs on kfreebsd/hurd. Thanks Samuel
Thibault.
[ Josselin Mouette ]
* 02_ldap_deprecated.patch: replace deprecated LDAP functions by
currently working ones. Closes: #463370.
* Add manual page for gconf-schemas. Closes: #449434. Thanks Patrick
Schoenfeld.
* gconf2.postrm: check for /var/lib/gconf before emptying it.
* Add a "--register-all" option to gconf-schemas, to rebuild the GConf
defaults database from scratch.
* New upstream translation and minor bugfix release.
* Rename the source package to gconf, to remove the (finally unused!)
GConf 1 stuff.
* gconf2.postinst:
+ Run gconf-schemas --register-all on the first installation. This
allows installing packages shipping gconf schemas but not
depending on gconf2.
+ Also run update-gconf-defaults.
* gconf2.postrm: remove the directory contents in /var/lib/gconf/*/ to
enforce a correct behavior in the postinst.
[ Sebastien Bacher ]
* debian/gconf2.postinst, debian/gconf2.prerm:
- don't remove the alternative on upgrade
[ Josselin Mouette ]
* debian/gconf2.postinst: check the version we upgrade from before
not installing the alternative.
[ Sebastian Dröge ]
* New upstream release, with no API/ABI changes.
* Upload to unstable, drop check-dist include.
[ Josselin Mouette ]
* gconf2-common.preinst: removed, it has been in the stable release.
[ Loic Minier ]
* New upstream development release; no API change.
- Target at experimenta; include check-dist.
- Add -z defs to LDFLAGS; build failure with this flag were fixed
upstream.
* Wrap build-deps and deps.
* Cleanups.
* Upload to unstable; drop check-dist include.
* Include pointer to /usr/share/common-licenses/LGPL and fix URL in
copyright.
* 01_no_syslog_thanks.patch: stop the syslog madness (closes: #188433)
+ Use a DEBUG loglevel for things that really are debugging
information (thanks David Förster).
+ Remove all syslog calls and g_log custom handlers.
+ Log everything through GLib. This should end in .xsession-errors
anyway.
* Build-depend on python-support (>= 0.5.3) and call dh_pysupport to
generate python:Depends instead of dh_python.
* Build-depend on autotools-dev to permit CDBS to update config.guess and
.sub.
* Set LDFLAGS instead of overriding them via DEB_CONFIGURE_SCRIPT_ENV;
build-depend on cdbs (>= 0.4.41).
* Do not override DEB_INSTALL_DOCS_gconf2, DEB_CONFIGURE_EXTRA_FLAGS,
DEB_DH_MAKESHLIBS_ARGS_libgconf2-4, DEB_DH_SHLIBDEPS_ARGS.
* Drop local clean target which attempted to work around upstream make clean
issues, but there are many many more clean issues upstream unfortunately.
* New upstream release.
- Drop patch 30_broken-g-stat, merged upstream.
* Bump up Debhelper compatibility level to 5.
* New patch, 30_broken-g-stat, only restore file permissions on the new file
if we can retrieve the file stats of the old files; fixes gconftool not
generating %gconf-tree.xml when missing.
* New upstream stable release; bug fixes and cleanups.
- Target at experimental for now.
- Include the new check-dist Makefile to prevent accidental uploads to
unstable; bump build-dep on gnome-pkg-tools to >= 0.10.
* Add a get-orig-source target to retrieve the upstream tarball.
* New upstream stable release; bug fixes and translations.
[ Josselin Mouette ]
* rules: call clean-la.mk.
* Build-depend on gnome-pkg-tools 0.7.
[ Loic Minier ]
* Fix gconf-schemas to not die with an OSError when gconfd processes die
before being killed or can not be killed, for example when they belong to
a different user.
* Merge the final 2.14.0-5.
* Add CDBS' utils.
* Upload to unstable.
* Ship sample /etc/gconf/2/evoldap.conf as a conffile as we're unlikely to
tweak it a lot for Debian.
* Ship the evoldap LDAP schema in /usr/share/doc/gconf2-common.
* Drop debian/gconftool-2.1; merged upstream.
* Add upstream programming examples to libgconf2-dev.
* Ship upstream doc/FAQ.txt and drop our local debian/FAQ.
* New upstream release; no API change.
- Drop patch 20_gconftool-2-manpage-typo, merged upstream.
- Build-depend on libxml-parser-perl.
[ Josselin Mouette ]
* Require gnome-pkg-tools 0.6.
* Use ${gnome:Version} and ${gnome:NextVersion}.
* Include the gnome-versions.mk snippet.
[ Loic Minier ]
* Include the mandatory and default paths for desktop-profiles
($(ENV_MANDATORY_PATH) and $(ENV_DEFAULTS_PATH)); closes: #310065.
* Build-depend on gtk-doc-tools for the devhelp file.
* Build-depend on and libldap2-dev for the evoldap backend.
* Let update-gconf-defaults ignore .dpkg-tmp files in
/usr/share/gconf/defaults, as it breaks upgrades of packages with .entries
files.
* update-gconf-defaults: better error handling.
+ When it isn't run as root.
+ When /usr/share/gconf/defaults is empty (closes: #381734).
[ Josselin Mouette ]
* Make the package binNMU-safe.
+ Build-depend on dpkg-dev 1.13.19.
+ Use ${source:Version}.
* Rework update-gconf-defaults to accept .entries files in
/usr/share/gconf/defaults.
* Standards version is 3.7.2.
[ Loic Minier ]
* Fix {$source:Version} versus ${source:Version}.
* Use ${binary:Version} instead of ${Source-Version} to make package fully
binNMU-safe
* New patch, 20_gconftool-2-manpage-typo, to add missing newline in man
page, thanks Remi Vanicat.
(Closes: #372695)
* Rename gconf_path_max patch to 25_gconf-path-max-hurd.
* Fix watch file.
[ Guilherme de S. Pastore ]
* New upstream release.
* debian/patches/gconftool_speed.diff:
- dropped; similar change applied upstream.
J.H.M. Dassen (Ray):
* [debian/control.in] Made glib build dependency explicit and versioned it
following configure.in .
[ Sjoerd Simons ]
* Updated watch file
* New upstream release.
* 60gconf2_merge-tree: give up on merging the user's home directory by
default, as it can break with NFS servers, including the ones in
Debian.
+ gconf2-common.{install,preinst}: remove the file.
+ Stop recommending zenity.
+ Document that in the README.Debian.
* rules: update shlibs.
* gconftool_speed.diff: don't sync after every schema file when using
--makefile-[un]install-rule. This should solve the speed issue.
* gconf-schemas: remove the hack to merge the schemas in a single
file, it should be unnecessary now.
* debian/gconf-schemas:
- patch by Gabor Burjan <buga@jabber.hu> slightly modified, fix the case
where there is no gconfd-2 running
[ Josselin Mouette ]
* gconf-schemas:
+ Complete rewrite, in python.
+ Now run gconftool only once, for better performance (closes: #353986).
+ Improve performance even further by merging files when there are
several ones.
* The "it's good to parse options, it's better to use them" release.
* gconf-schemas: really uninstall the defaults (closes: #352071).
* update-gconf-defaults.8: documentation for update-gconf-defaults.
* gconf2.manpages: ship it.
* rules: Pass --as-needed to ld, so that gconf-sanity-check doesn't
get linked with an overly long list of dependencies
(closes: #346375).
* Upload to unstable.
* 60gconf2_merge-tree: if zenity is installed, ask for confirmation
upon login before migrating the gconf tree to %gconf-tree.xml.
* control.in: recommend zenity.
* README.Debian: time to document all the Debian specifities GConf now
has.
* rules: libgconfbackend has moved to libgconf2-4, reflect this for
dh_makeshlibs.
* Quote directory and file variables to permit spaces and to compare strings
when they could be empty. (Closes: #339425)
[debian/gconf2.postinst, debian/libgconf2-dev.postinst]
* control.in: really build-depend on python (closes: #338957).
* debian/control.in:
- drop version of the build-dependency on libgtk2.0-dev
- fix FTBFS by build-depending on python (Closes: #338957)
* New upstream release.
* gconf2-common.postrm: check for /etc/gconf/2 before removing it
(closes: #335941).
* Merge the gconf directory trees for better performance:
+ 60gconf2_merge-tree: new session startup script. This script
forces the rebuild of ~/.gconf.
+ gconf2-common.install: install this script in /etc/X11/Xsession.d.
+ control.in: depend on psmisc (for killall).
+ gconf2.postinst: run gconf-merge-tree on /var/lib/gconf/defaults
if necessary.
+ gconf2-common.postrm: entirely purge /var/lib/gconf,
/etc/gconf.xml.defaults and /etc/gconf.xml.mandatory.
+ gconf2-common.postinst: the chmod-fixes aren't necessary anymore.
* uupdate: removed, unused.
* Provide a framework to easily set up defaults in Debian packages
(closes: #329340).
+ update-gconf-defaults: new script, takes defaults in a specific format
in /usr/share/gconf/defaults and generates a gconf tree in
/var/lib/gconf/debian.defaults.
+ gconf2.install: install it.
+ control.in: depend on python for its execution.
+ rules: run dh_python.
+ gconf2-common.dirs: create /var/lib/gconf/debian.defaults and
/usr/share/gconf/defaults, and remove the unused directories
in /usr/share/gconf.
+ default.path: remove references to the /usr/share directories, and
reference the brand new /var/lib/gconf/debian.defaults instead.
* Settle for World domination.
* Forward some changes in the unstable packages:
* debian/gconf2-common.dirs:
- list "/etc/gconf/2".
* Make the new gconf2 package conflict with the old libgconf2-4
package, to avoid the case where there is no gconfd-2 binary
installed at all.
* watch: update to 2.12.
* load_empty_dirs.diff: removed, I finally have other projects to
support changing the default values.
* gconf2-common.postinst: fix permissions that seem to be set wrong in
some cases.
* load_empty_dirs.diff: load directories even when they are empty.
This should be better for distribution of defaults in Debian
packages.
* Remove circular dependency between libgconf2-4 and gconf2
(closes: #316403).
+ move libexecdir to /usr/lib/libgconf2-4,
+ new package: gconf2-common,
+ move the defaults directories to gconf2-common,
+ move the documentation to libgconf2-dev,
+ move the configuration file to gconf2-common and handle it with ucf,
+ move locale and SGML stuff to gconf2-common.
* Rewrite the package descriptions.
* New upstream release.
* rules: bump shlibs version.
* gconf2.postinst: remove bashism.
* gconf2.postinst: install the manpage as a slave alternative
(closes: #314999).
* gconf2.{install,links}: install documentation to /usr/share/doc
(closes: #272226).
+ rules: don't compress these files.
+ gconf2.postinst: make the symlink by hand for the transition.
* rules,control.in: only recommend libgtk2.0-0, for gconf-sanity-check
(closes: #267304).
* Customize the default path file, which now:
- allows to set defaults or mandatory settings in packages;
- sets a place for autogenerated defaults in /var/lib;
- reads user customization files for Sabayon.
(closes: #310065).
+ path: the new file.
+ gconf2.install: install it in place of the other one.
+ gconf2.dirs: create the corresponding directories.
* gconf-schemas: new script, to be used by dh_gconf.
+ gconf2.install: install it.
* copyright: update FSF address.
* control.in: bump debhelper dependency to 4.1.
* gconf.devhelp: removed, unused.
* postinst,prerm: renamed to gconf2.{postinst,prerm}.
* New upstream release.
+ gconfd now exits when unused (closes: #311252).
* gconfd_notify_other_listeners.diff: removed, integrated upstream.
* Set myself as maintainer.
* Standards-version is 3.6.2.
* Upload to unstable.
* New upstream release.
* Replaces the .files with .install files.
* debian/compat:
- added.
* debian/gconf2.lintian, debian/libgconf.lintian:
- removed
* debian/FAQ:
- removed iso8859 characters.
* debian/control.in:
- removed packages need for the doc building from Build-Depends since we
don't build it anymore, changed dbs with cdbs.
- added the homepage to descriptions.
* debian/patches/01_default_locale.patch:
- removed, the changes are in the new version.
* debian/rules:
- switched to CDBS.
- turned the doc building off since the html files are provided upstream.
* debian/watch:
- updated.
* debian/patches/01_default_locale.patch:
- fix the problem with default values missing in some locales.
* debian/patches/gconf_path_max.diff:
- patch by Michael Banck <mbanck@debian.org> to build on hurd.
* gconfd_notify_other_listeners.diff: fix null-pointer free that caused
crashes of gconfd in some cases.
* Removed build-depend on libdb3-dev (closes: #282325).
* Upload to unstable.
* New upstream release.
* [debian/watch] Updated.
* New upstream release.
* [debian/control.in] Removed gtk-doc-tools, docbook-xml build dependencies;
we just use the HTML docs from the upstream tarball.
Added explicit autoconf, autotools-dev build dependencies.
* [debian/rules] configure --disable-gtk-doc .
* New upstream development release.
* New upstream development release.
* New upstream development release.
* [debian/control.in] Moved the devel package to the `libdevel' section.
* New upstream development release.
* [debian/rules] Ensure at build time all symbols are resolvable; make the
linker work a bit harder so dynamic loading can be done faster.
* [patches/gnu_os_maxpathlen_fix.diff] Disabled as it no longer applies
cleanly.
* [debian/shlibs.local] Bumped just in case.
* GNOME Team Upload.
* New (development) upstream release.
* GNOME Team Upload.
* Upload in unstable
* New upstream release.
* Added Build-Depends on docbook-xml (Closes: #240184).
* New upstream release.
* debian/control.in:
+ updated Build-Depends.
* debian/libgconf2-2.substvars:
+ removed.
* debian/control.in:
+ update for the Gnome Team.
* debian/gconf.devhelp:
+ include this file to have the API available in devhelp.
* debian/gconftool-2.1:
+ include manpage from the CVS (Closes: #178887).
* debian/rules:
+ change dh_installmanpages for dh_installman.
+ install the devhelp file.
+ remove dh_undocumented call.
+ update for the Gnome Team.
+ use --enable-gtk-doc to generate the missing doc (Closes: #203645).
* Fix Build-Depends : liborbit2-dev (2.8.0, should be 1:2.8.0).
* New upstream release
* GNOME Team upload
* Build-Depends on gtk2 again.
It is necessary to build gconf-sanity-check-2 (close: #213437)
* Fix again postinst (closes: #208600, #208611, #208604)
* Fix postinst (closes: #205703)
* remove libgtk2.0-dev from Build-Depends, it is not needed.
and fix configure (closes: #187700)
* remove symlink to manpage which does not exist(closes: #198857)
* register gconf-1.0.dtd (closes: #177905)
* New upstream release
* applied PATH_MAX patch for GNU/Hurd (closes: #164583)
* Build-Depends on libgtk2.0-dev (closes: #187700)
* maintainer upload, closes NMU fixes (closes: #172387, #172388, #175309, #175515)
* fix description (closes: #189515)
* New upstream release
* Fix build-depends (closes: #177743, #177768)
* New upstream release
* Update config.{guess,sub}
* change Maintainer address to @debian.org
* Maintainer upload. (closes: #156240, #149733)
Thanks to Michael and Christian's NMU
* fix shlibs. include version number
* Conflict with older libgconf11 versions which expected gconfd-2 in /usr/bin.
* NMU
* Really fix 156240. Those binaries should go in /usr/lib/gconf2 and not
/usr/bin (Closes: #156240)
* Build with --disable-gtk-doc Documentation already generated by
upstream.
* Remove debian/libgconf2.postinst This file contains a ldconfig call not
needed with DH_COMPAT=3
* debian/rules remove not needed double dh_makeshlibs calls and make a
versioned gconf2 dependency for libgconf2-4 to really fix #149733.
* configure with --libexecdir=\$${prefix}/bin (closes: #156240)
* New upstream release
* build against libgtk2.0-0png3
* New upstream release
* libgconf2-4: change shlibs to gconf2 (>= ${VERSION})
Package will depends on gconf2 instead of libgconf2,
No problems, gconf2 depends on versioned libgconf2. (closes: #149733)
* New upstream release
* move /usr/lib/GConf/2/libgconfbackend-xml.so into gconf2 (closes: #148136)
* New upstream release
* use dbs
* fix place of Documentation (closes: #140782)
* includes FAQ and README.Debian
* New upstream release
* bug fixed by upstrem.
closes: #138188 Can't deal with locales not specified in the schema file
* fix bashism in postrm (closes: #140133, #140221)
* build against glib2.0 (closes: #139611)
* build against libgtk1.3-15
* debian/gconf2.postrm:
- rmdir -p /etc/gconf/2 on purge (closes: #135687)
* build against libgtk1.3-14
* build against libatk12
* New upstream release
* libgconf2-dev depends on liborbit2-dev (closes: #133630)
* build against libatk11
* build against new linc and ORBit2
* change soname to 4
* New upstream release
* Build against libglib1.3-13
* update Build-Depends: libglib1.3-dev (>= 1.3.13)
* New upstream release
* build against latest libraries.
* update Build-Depends.
* New upstream release
* debian/control:
- Fix Build-Depends: line and add 'indent' (closes: #126581)
* debian/control:
- fixed typo in description (closes: #124952)
* fix build-depends, again (closes: #122995)
* Build against new glib1.3.11
* fix glib-object.h problem.
* Build-Depends: liborbit2-dev (>= 2.3.99) (closes: #122263)
* fix build-depends. (closes: #121554)
* New upstream release
* Build against glib1.3.10
* New upstream release
* New package name gconf2, libgconf2, libgconf2-dev
* g_utf8_validate renamed to gconf_g_utf8_validate (It is internal!!)
comment out unused g_utf8_skip
It'll fix Evolution(Summary) with gconf 1.0.6. (closes: #116423)
* Fixed postinst (closes: #116176, #116177, #116178, #116179)
* New upstream release
* fixed wrong URL in README (closes: #112000)
* fix permission of /etc/gconf/gconf.xml.defaults (closes: #112875, #115920)
* New upstream release
* libgconf-dev: depends liboaf-dev (closes: #111251)
* rebuild with latest oaf. It will be fix Bug#110874. (closes: Bug#110874)
* New upstream release (closes: Bug#109689)
* install /etc/gconf/gconf.xml.mandatory (closes: Bug#108054)
* New upstream release
* include gconf.xml.defaults (closes: Bug#105894)
* include /etc/gconf/1/ (closes: Bug#105896)
* rm -rf /etc/gconf when purge gconf (closes: Bug#104415)
* update config.{guess,sub} (closes: Bug#103376)
* escape gnome-config checks in configure.in.
It's not needed, I think. (closes: Bug#98350)
* New upstream release
* debian/control: fix description. (closes: Bug#94179)
* Build-Depends: added versionned libguile-dev (>= 1:1.4-10) (closes: Bug#93101)
* Built with libdb3 (closes: Bug#93192, Bug#93185)
* fix Build-Depends zlib1g-dev (closes: Bug#90380)
* New upstream release
* fix Build-Depends libgtk1.2-dev. (closes: Bug#89567)
* libgconf-dev: Depends on gconf (= ${Source-Version}) (closes: Bug#89309)
* --disable-debug (closes: Bug#81210)
* New upstream release
* libguile-dev is now availeable, Build-Depends: libguile-dev is right. (closes: Bug#84454)
* gconf binaries are now in own package 'gconf'.
* New upstream release
* debian/control: Build-Depends (closes: Bug#77623)
* New upstream release
* New upstream release
* New upstream release
* Initial Release.