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