libgnome-keyring (2.30.0-0ubuntu4) lucid; urgency=low * debian/patches/02_workaround_cpu_use.patch: - use official upstream git version * debian/patches/01_upstream_gvfsd_cpu_use.patch: - dropped this workaround it was not the right change -- Sebastien Bacher Thu, 15 Apr 2010 11:10:16 +0200 libgnome-keyring (2.30.0-0ubuntu3) lucid; urgency=low * debian/patches/02_workaround_cpu_use.patch: - change from https://bugzilla.gnome.org/show_bug.cgi?id=606902 to try to workaround extra cpu use issues (lp: #530605) -- Sebastien Bacher Thu, 01 Apr 2010 15:58:01 +0200 libgnome-keyring (2.30.0-0ubuntu2) lucid; urgency=low * Clean the diff.gz again to not revert upstream changes (lp: #532446) -- Sebastien Bacher Thu, 01 Apr 2010 15:03:43 +0200 libgnome-keyring (2.30.0-0ubuntu1) lucid; urgency=low * New upstream version -- Sebastien Bacher Wed, 31 Mar 2010 10:24:59 +0200 libgnome-keyring (2.29.4git20100322-0ubuntu2) lucid; urgency=low * debian/patches/01_upstream_gvfsd_cpu_use.patch: - upstream change which could be solving the gvfsd eating cpu issue (lp: #530605) -- Sebastien Bacher Mon, 29 Mar 2010 13:46:46 +0200 libgnome-keyring (2.29.4git20100322-0ubuntu1) lucid; urgency=low * New git version: - "Try to return GNOME_KEYRING_ALREADY_EXISTS where possible." which fixes gajim creating a keyring at every run (lp: #526556) - "Hold reference to operation while waiting for prompt result." which fixes empathy failing to access accounts when unlocking the keyring (lp: #532446) * debian/patches/06_ftbfs-armel.patch: - the change is in the new version -- Sebastien Bacher Mon, 22 Mar 2010 10:26:06 +0100 libgnome-keyring (2.29.4git20100224-0ubuntu2) lucid; urgency=low * debian/patches/06_ftbfs-armel.patch: + fix LP: #533998 - ftbfs on armel; we drop g_asserts on va_list types; the macros should be safe on their own -- Alexander Sack Sun, 07 Mar 2010 21:29:27 +0100 libgnome-keyring (2.29.4git20100224-0ubuntu1) lucid; urgency=low * New git snapshot: - "When no default keyring exists, and creating an item, and the default keyring was the desired keyring for the item, prompt to create a new "default keyring." (lp: #525542) -- Sebastien Bacher Wed, 24 Feb 2010 19:48:29 +0100 libgnome-keyring (2.29.4git20100216-0ubuntu1) lucid; urgency=low * Update to a git snapshot version * debian/patches/90_git_change_fix_no_password_crash.patch: - the change is in the new version * debian/patches/90_bugzilla_fix_null_password_return.patch: - bugzilla change to fix a compatibility change in the new version -- Sebastien Bacher Tue, 16 Feb 2010 18:41:02 +0100 libgnome-keyring (2.29.4-0ubuntu1) lucid; urgency=low * New upstream version and new source for the gnome-keyring library * Cleaned the gnome-keyring packaging files to apply for the new source, the new package will build the same libgnome-keyring binaries * debian/control.in: - breaks gnome-keyring (<< 2.29) since they need to be updated together * debian/libgnome-keyring0.symbols: - cleaned some private symbols which were listed there * debian/patches/90_git_change_fix_no_password_crash.patch: - git change to fix a mission-control crash issue -- Sebastien Bacher Tue, 09 Feb 2010 13:53:44 +0100 gnome-keyring (2.28.2-0ubuntu1) lucid; urgency=low * New upstream version: - Add license to reference documentation. - Sent output of g_printerr to syslog. - No error when can't unlock login keyring. - Fix assertion when comparing attributes. - Fix freeing of unallocated memory in test. - Don't barf on certificates with unsupported algorithm. - Fix some memory leaks. -- Sebastien Bacher Mon, 14 Dec 2009 17:23:15 +0100 gnome-keyring (2.28.1-1ubuntu1) lucid; urgency=low * Sync on Debian * debian/control.in: - set vcs url * debian/gnome-keyring.install, debian/gnome-keyring.postinst: - don't apply debian specific change to move autostart entries * debian/watch: - watch 2.29 serie -- Sebastien Bacher Wed, 04 Nov 2009 16:13:37 +0100 gnome-keyring (2.28.1-1) unstable; urgency=low [ Josselin Mouette ] * Install the autostart file in /usr/share/gnome, not /etc/xdg. * Remove the old file in the postinst. * Remove .la file, it’s not references anywhere anymore. * Drop clean-la.mk include as well. [ Emilio Pozuelo Monfort ] * New upstream release. - Wait until env variables are set on startup. Closes: #516230. - debian/control.in: + Don't build depend on libhal-storage-dev nor suggest hal, we now use libgio to monitor volumes. + Only require libtasn1-3-dev >= 0.3.4, not >= 1.0. - debian/patches/02_uidir_relocate.patch: + Updated. * Standards-Version is 3.8.3, no changes needed. * debian/watch: Don't uupdate. -- Emilio Pozuelo Monfort Tue, 20 Oct 2009 14:22:49 +0200 gnome-keyring (2.26.1-1) unstable; urgency=low * New upstream release. + Fixes numerous crashes in the memory allocator. Hopefully closes: #522826 for good. * Update build-dependencies. * Install API documentation for libgcr. * 03_secure-mem_crash.patch: dropped, merged upstream. * 04_full_path_in_service.patch: dropped, fixed upstream in another way. * Fix FSF address in copyright file. -- Josselin Mouette Fri, 15 May 2009 11:25:28 +0200 gnome-keyring (2.26.0-4) unstable; urgency=low * debian/patches/04_full_path_in_service.patch: Added. Put the full path to gnome-keyring-daemon in the .service file. Fixes dbus autostarting the daemon on demand -- Sjoerd Simons Sat, 18 Apr 2009 15:34:17 +0100 gnome-keyring (2.26.0-3) unstable; urgency=low * libgp11-0.shlibs: add shlibs file for libgp11. Closes: #522381. * libgcr0.symbols, libgnome-keyring0.symbols: add Build-Depends-Package fields. * libgp11-0.symbols: also add symbols file for libgp11. * Add missing build-dep on intltool. * Pass /etc/ssl/certs as the directory for root certificates. * Update glib dependency for libgnome-keyring-dev. * Standards version is 3.8.1. * 03_secure-mem_crash.patch: new patch, stolen upstream. Fixes assertion error in the secure memory allocator. Closes: #522266. * pam-configs/gnome-keyring: ship a PAM configuration for the Password stanzas. * libpam-gnome-keyring.install: install it. * libpam-gnome-keyring.{postinst,prerm}: run pam-auth-update. * Depend on libpam-runtime (>= 1.0.1-6). * libpam-gnome-keyring.README.Debian: remove the documentation for the passwd module. -- Josselin Mouette Wed, 08 Apr 2009 15:39:31 +0200 gnome-keyring (2.26.0-2) unstable; urgency=low * debian/libgnome-keyring0.shlibs: - revert bumping shlibs version to 2.26.0, not needed and harmful now that we are in unstable * debian/libgnome-keyring0.symbols: - add a symbols file for libgnome-keyring0 * debian/libgcr0.symbols: - add symbols file for libgcr0 -- Gustavo Noronha Silva Thu, 02 Apr 2009 10:17:30 -0300 gnome-keyring (2.26.0-1) unstable; urgency=low * New upstream release * debian/libgnome-keyring0.shlibs: - bumped shlibs version to 2.26.0 * debian/copyright: - complete rewrite * debian/patches/02_uidir_relocate.patch: - change the directory where .ui files are installed, so that it contains the soversion, to allow for parallel installability of binary-incompatible versions * debian/rules: - do not enable tests, since they aren't really run, and may cause problems in some architectures, according to seb128 * debian/control.in: - sync Replaces with the Ubuntu package, for their convenience Changes imported from/based on the Ubuntu package (thanks!): * debian/control.in, debian/libgcr*: - added packages for the libgcr library * debian/control.in: - adjust libtasn1-3-dev build-dependency to require >= 1.0, and add build-dep on libtasn1-bin * debian/gnome-keyring.install: - also install the new .so files gnome-keyring puts in /usr/lib/gnome-keyring/{devel,standalone}, and the XDG autostart file -- Gustavo Noronha Silva Sat, 28 Mar 2009 17:15:29 -0300 gnome-keyring (2.24.1-3) UNRELEASED; urgency=low [ Loic Minier ] * Suggest hal as gnome-keyring attempts to contact it by default and logs a warning if it can't. [ Josselin Mouette ] * Build-depend on libglib2.0-doc to ensure proper xrefs. -- Loic Minier Sun, 15 Mar 2009 14:50:04 +0100 gnome-keyring (2.24.1-2) unstable; urgency=low * gnome-keyring depends on dbus-x11. Closes: #509308. -- Josselin Mouette Sun, 08 Mar 2009 19:22:34 +0100 gnome-keyring (2.24.1-1) experimental; urgency=low * New upstream release. + Uses id_rsa.pub to read public key information. Closes: #431544. * Bump glib build-dependency. * Bump shlibs for libgnome-keyring0 to 2.23.5. * 01_pam-logging-less-verbose.patch: refreshed. * 02_dbus_crash.patch: dropped, merged upstream. * New packages: libgp11-0 and libgp11-dev. * libgnome-keyring-dev.docs: updated for the new source layout. * Don’t install the .a and .la for the gnome-keyring pkcs11 module. * Don’t run dh_makeshlibs on gnome-keyring package. * Pass -O1 -z defs --as-needed to the linker. * 99_ltmain_as-needed.patch: make it work on libraries. -- Josselin Mouette Sat, 22 Nov 2008 11:02:45 +0100 gnome-keyring (2.22.3-2) unstable; urgency=low * 02_dbus_crash.patch: patch from upstream to fix a crash that happens after dbus restarts. Closes: #474418. -- Josselin Mouette Tue, 23 Sep 2008 12:42:14 +0200 gnome-keyring (2.22.3-1) unstable; urgency=low * New upstream bugfix release. * debian/control.in: + Updated Standards-Version to 3.8.0, no additional changes needed. -- Sebastian Dröge Tue, 01 Jul 2008 08:23:46 +0200 gnome-keyring (2.22.2-1) unstable; urgency=low [ Josselin Mouette ] * README.Debian: document how passwords are stored, how to disable the SSH agent, and how the login keyring works. Closes: #473864. [ Sebastian Dröge ] * New upstream bugfix release. -- Sebastian Dröge Mon, 02 Jun 2008 11:50:21 +0200 gnome-keyring (2.22.1-1) unstable; urgency=low [ Michael Banck ] * debian/patches/03_fix_symbol_exporting.patch - Added. Fix symbol export to include upper case GNOME_KEYRING_ symbols as well. Taken from upstream svn, thanks to Andrea Del Signore. [ Sebastian Dröge ] * New upstream bugfix release: + debian/patches/02_handle_dbus_restart.patch, debian/patches/03_fix_symbol_exporting.patch: - Dropped, merged upstream. -- Sebastian Dröge Mon, 07 Apr 2008 06:38:43 +0200 gnome-keyring (2.22.0-2) unstable; urgency=low * debian/patches/02_handle_dbus_restart.patch - Added. Handle the restart of the system dbus (Closes: #456362) -- Sjoerd Simons Fri, 14 Mar 2008 14:36:07 +0100 gnome-keyring (2.22.0-1) unstable; urgency=low [ Emilio Pozuelo Monfort ] * New upstream release. - Build-Depend on libglib2.0-dev, libgconf2-dev and libtasn1-3-dev. - debian/gnome-keyring.docs: + Updated to match new keyring-intro.txt location. - debian/libgnome-keyring-dev.docs: + Likewise for file-format.txt. - debian/gnome-keyring.install: + Install new files, stolen from the Ubuntu package. * Build the test suite. [ Josselin Mouette ] * libpam-gnome-keyring recommends gnome-keyring. [ Sebastian Dröge ] * debian/libgnome-keyring0.shlibs: + Update shlibs to >= 2.22.0 because of new API. * debian/control.in: + Cleanup dependencies of the -dev package. -- Sebastian Dröge Wed, 12 Mar 2008 11:31:11 +0100 gnome-keyring (2.20.3-1) unstable; urgency=low [ Loic Minier ] * Downgrade libgnomekeyring dep on gnome-keyring to a Recommends; closes: #455203. * Wrap build-deps and deps. * Add a ${misc:Depends}. [ Sam Morris ] * Add fix_evolution_crash.patch (closes: #456967). [ Josselin Mouette ] * Rework libpam-gnome-keyring description. Closes: #455491. [ Sebastian Dröge ] * New upstream bugfix release: + debian/patches/fix_evolution_crash.patch: - Dropped, merged upstream. * debian/control.in: + Update Standards-Version to 3.7.3, no additional changes needed. * debian/patches/01_pam-logging-less-verbose.patch: + Don't log unknown user names to syslog as they could be accidentally typed in password (Closes: #459631). -- Sebastian Dröge Tue, 08 Jan 2008 20:01:07 +0100 gnome-keyring (2.20.2-1) unstable; urgency=low [ Sebastien Bacher ] * debian/control.in: - libpam-gnome-keyring Conflicts,Provides,Replaces libpam-keyring [ Josselin Mouette ] * libpam-gnome-keyring.README.Debian: document how to configure pam_gnome_keyring in Debian. Closes: #452731. * gnome-keyring recommends libpam-gnome-keyring. [ Sebastian Dröge ] * New upstream bugfix release. -- Sebastian Dröge Sun, 25 Nov 2007 14:40:12 +0100 gnome-keyring (2.20.1-1) unstable; urgency=low * New upstream bugfix release: + Dropped patch 01_add-new-keyrings.diff, merged upstream. + debian/rules, debian/libpam-gnome-keyring.install: - The PAM module is automatically installed now, no need to do it by hand. + debian/libgnome-keyring0.shlibs: - Bump shlibs to >= 2.20.1 because of a new possible return value of a function. -- Sebastian Dröge Sun, 21 Oct 2007 21:46:57 +0200 gnome-keyring (2.20.0-3) unstable; urgency=low * New patch, 01_add-new-keyrings.diff from upstream svn, to get newly created keyrings to list of loaded keyrings; GNOME #476644. -- Norbert Tretkowski Sat, 06 Oct 2007 17:36:20 +0200 gnome-keyring (2.20.0-2) unstable; urgency=low * Upload to unstable. * debian/control.in: + Use ${binary:Version} instead of ${Source-Version} to make lintian happy. -- Sebastian Dröge Sat, 29 Sep 2007 17:16:09 +0200 gnome-keyring (2.20.0-1) experimental; urgency=low [ Sven Arvidsson ] * Add a (very basic) man page for gnome-keyring-daemon (Closes: #355667) * Ship keyring-intro.txt and file-format.txt in the -dev package (Closes: #434718) [ Loic Minier ] * Don't include autotools.mk as it's already included by gnome.mk. [ Sebastian Dröge ] * New upstrem release, most packaging changes taken from Ubuntu. Thanks to Sebastien Bacher, Aron Sisak, Baptiste Mille-Mathias and Martin Pitt for their work. * debian/control.in: + Add libgcrypt11-dev, libhal-storage-dev and libpam0g-dev to build dependencies and update the libgnome-keyring-dev dependencies. + Add a new libpam-gnome-keyring package that contains a PAM module to automatically unlock keyrings on login. * debian/rules: + Build and install the PAM module. * debian/libgnome-keyring0.shlibs: + Update shlibs to >= 2.19.6. * debian/gnome-keyring.docs, debian/libgnome-keyring-dev.docs: + Update docs that should be shipped. -- Sebastian Dröge Sat, 22 Sep 2007 10:00:51 +0200 gnome-keyring (0.8.1-2) unstable; urgency=low * Upload to unstable, remove check-dist include. -- Sebastian Dröge Thu, 19 Apr 2007 08:49:25 +0200 gnome-keyring (0.8.1-1) experimental; urgency=low * New upstream stable release; no API change; bug fix. * Fix watch file to track all stable versions and use HTTP. * Bump up Debhelper compatibility level to 5. * Drop useless debian/*dirs. * Add ${misc:Depends}. -- Loic Minier Sun, 08 Apr 2007 09:07:52 +0200 gnome-keyring (0.8-1) experimental; urgency=low [ Loic Minier ] * Add a get-orig-source target to retrieve the upstream tarball. [ Marc 'HE' Brockschmidt ] * Remove unneeded debian/*.files, .install files are in use. * New upstream release: + Bumped shlibs, new functions available + Added build-dep on dbus, to make use of new dbus features + debian/patches/30_kfreebsd.patch: Dropped, merged upstream + Install gtk-doc documentation to libgnome-keyring-dev [ Loic Minier ] * Don't overwrite DEB_CONFIGURE_EXTRA_FLAGS. * Include the new check-dist Makefile to prevent accidental uploads to unstable; bump build-dep on gnome-pkg-tools to >= 0.10. -- Loic Minier Tue, 27 Mar 2007 22:20:24 +0200 gnome-keyring (0.6.0-3) unstable; urgency=low * New patch, 30_kfreebsd, fixes build under kfreesbd; thanks Petr Salinger; GNOME #382773; closes: #401720. -- Loic Minier Tue, 5 Dec 2006 22:35:15 +0100 gnome-keyring (0.6.0-2) unstable; urgency=low * Upload to unstable. * Call clean-la.mk; require gnome-pkg-tools 0.7. -- Loic Minier Sun, 22 Oct 2006 20:06:57 +0200 gnome-keyring (0.6.0-1) experimental; urgency=low * New upstream release. * Update build-dependencies. * Standards version is 3.7.2. * Bump libgnome-keyring0.shlibs. -- Josselin Mouette Tue, 5 Sep 2006 23:14:37 +0200 gnome-keyring (0.4.9-1) unstable; urgency=low * New upstream release (bugfix and updated translations). -- J.H.M. Dassen (Ray) Thu, 16 Mar 2006 09:48:14 +0100 gnome-keyring (0.4.8-1) unstable; urgency=medium * New upstream release (bugfix and updated translations). -- J.H.M. Dassen (Ray) Tue, 28 Feb 2006 07:03:41 +0100 gnome-keyring (0.4.7-1) unstable; urgency=low * New upstream release (bugfix and translation updates). -- J.H.M. Dassen (Ray) Thu, 16 Feb 2006 21:40:14 +0100 gnome-keyring (0.4.6-2) unstable; urgency=low * Upload to unstable. -- Ondřej Surý Fri, 30 Dec 2005 15:02:56 +0100 gnome-keyring (0.4.6-1) unstable; urgency=low [ Sebastien Bacher ] * New upstream version: - confirm password when selecting new password. [ Loic Minier ] * Update watch file. [debian/watch] -- Ondřej Surý Fri, 30 Dec 2005 15:02:39 +0100 gnome-keyring (0.4.5-1) unstable; urgency=low * New upstream release * debian/control.in: - added Section field to source package part - removed dependencies on unused ${misc:Depends} - updated to Standards-Version 3.6.2.1 with no changes * debian/patches/00_relibtoolise.patch: - dropped; no longer necessary -- Guilherme de S. Pastore Fri, 16 Sep 2005 17:00:20 -0300 gnome-keyring (0.4.3-2) unstable; urgency=low * Add dependency on libglib2.0-dev to libgnome-keyring-dev. (Closes: #323310) [debian/control, debian/control.in] * Update FSF address. [debian/copyright] * Bump Standards-Version to 3.6.2. [debian/control, debian/control.in] -- Loic Minier Sat, 3 Sep 2005 11:26:50 +0200 gnome-keyring (0.4.3-1) unstable; urgency=low * New upstream version: - Translation updates. - Fix bug in acl functions. - implement gnome_keyring_set_info. - add sync function for all operations. - fix leaks. * debian/libgnome-keyring0.shlibs: - set to the current version. -- Sebastien Bacher Fri, 1 Jul 2005 23:30:27 +0200 gnome-keyring (0.4.2-1) unstable; urgency=low * New upstream release. -- Sebastien Bacher Thu, 7 Apr 2005 18:22:43 +0200 gnome-keyring (0.4.1-1) unstable; urgency=low * New upstream release. * debian/patches/00_relibtoolise.patch: use updated seb128's work -- Ondřej Surý Wed, 12 Jan 2005 11:51:59 +0100 gnome-keyring (0.4.0-2) unstable; urgency=low * GNOME team upload. * Upload to unstable. -- Jordi Mallach Wed, 17 Nov 2004 14:10:30 +0100 gnome-keyring (0.4.0-1) experimental; urgency=low * GNOME team upload. * New upstream release. * debian/control.in: s/informations/information/g. * debian/libgnome-keyring0.shlibs: bumped to 0.4.0, new symbols added. * debian/patches/00_relibtoolise.patch: updated. -- Jordi Mallach Tue, 14 Sep 2004 23:47:27 +0200 gnome-keyring (0.2.1-3) unstable; urgency=low * Add relibtoolize patch to fix FTBFS on on k*bsd-gnu (Closes: #266763) -- Ondřej Surý Thu, 19 Aug 2004 08:35:24 +0200 gnome-keyring (0.2.1-2) unstable; urgency=low * Upload to unstable. -- Ondřej Surý Mon, 24 May 2004 14:55:38 +0200 gnome-keyring (0.2.1-1) experimental; urgency=low * New upstream release. -- Ondřej Surý Tue, 20 Apr 2004 11:10:30 +0200 gnome-keyring (0.2.0-3) experimental; urgency=low * Add build depends on cdbs, docbook-xml and gtk-doc-tools. -- Ondřej Surý Fri, 26 Mar 2004 23:16:28 +0100 gnome-keyring (0.2.0-2) experimental; urgency=low * Renamed libgnome-keyring-0 to libgnome-keyring0. -- Ondřej Surý Wed, 24 Mar 2004 15:22:32 +0100 gnome-keyring (0.2.0-1) experimental; urgency=low * Initial Release. -- Ondřej Surý Tue, 23 Mar 2004 12:21:43 +0100 gnome-keyring (2.22.0-3.1) UNRELEASED; urgency=low * debian/patches/03_fix_symbol_exporting.patch - Added. Fix symbol export to include upper case GNOME_KEYRING_ symbols as well. Taken from upstream svn, thanks to Andrea Del Signore. * -- Sebastian Dröge Mon, 07 Apr 2008 06:38:43 +0200