--- gnome-keyring-2.20.orig/debian/patches/70_correct_libpam_linking.patch +++ gnome-keyring-2.20/debian/patches/70_correct_libpam_linking.patch @@ -0,0 +1,24 @@ +diff -Nur gnome-keyring-2.20/pam/Makefile.am gnome-keyring-2.20.new/pam/Makefile.am +--- gnome-keyring-2.20/pam/Makefile.am 2007-08-01 17:26:55.000000000 +0200 ++++ gnome-keyring-2.20.new/pam/Makefile.am 2007-10-08 10:20:58.000000000 +0200 +@@ -12,7 +12,7 @@ + gkr-pam-stubs.c + + pam_gnome_keyring_la_LIBADD = \ +- $(top_builddir)/common/libgkr-module-common.la ++ $(top_builddir)/common/libgkr-module-common.la -lpam + + pam_gnome_keyring_la_LDFLAGS = \ + -module -avoid-version \ +diff -Nur gnome-keyring-2.20/pam/Makefile.in gnome-keyring-2.20.new/pam/Makefile.in +--- gnome-keyring-2.20/pam/Makefile.in 2007-09-17 19:00:10.000000000 +0200 ++++ gnome-keyring-2.20.new/pam/Makefile.in 2007-10-08 10:20:29.000000000 +0200 +@@ -262,7 +262,7 @@ + gkr-pam-stubs.c + + pam_gnome_keyring_la_LIBADD = \ +- $(top_builddir)/common/libgkr-module-common.la ++ $(top_builddir)/common/libgkr-module-common.la -lpam + + pam_gnome_keyring_la_LDFLAGS = \ + -module -avoid-version \ --- gnome-keyring-2.20.orig/debian/patches/90_from_svn_load_new_keyrings.patch +++ gnome-keyring-2.20/debian/patches/90_from_svn_load_new_keyrings.patch @@ -0,0 +1,12 @@ +--- trunk/daemon/gkr-daemon-ops.c 2007/09/01 17:13:58 814 ++++ trunk/daemon/gkr-daemon-ops.c 2007/09/23 23:02:23 839 +@@ -723,6 +723,9 @@ + g_warning ("couldn't create default keyring"); + ask->response = GKR_ASK_RESPONSE_FAILURE; + } else { ++ /* Add to our main list */ ++ gkr_keyrings_add (keyring); ++ + /* Set our newly created keyring as the default */ + gkr_keyrings_set_default (keyring); + } --- gnome-keyring-2.20.orig/debian/control.in +++ gnome-keyring-2.20/debian/control.in @@ -0,0 +1,70 @@ +Source: gnome-keyring +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +XSBC-Original-Maintainer: Ondřej Surý +Uploaders: @GNOME_TEAM@ +Build-Depends: debhelper (>= 5), gnome-pkg-tools (>= 0.10), libgtk2.0-dev (>= 2.6.0), cdbs, gtk-doc-tools, docbook-xml, libdbus-1-dev (>= 1.0), libgcrypt11-dev, libhal-storage-dev (>= 0.5.7), libpam0g-dev +Standards-Version: 3.7.2 + +Package: gnome-keyring +Section: gnome +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: GNOME keyring services (daemon and tools) + gnome-keyring is a daemon in the session, similar to ssh-agent, + and other applications can use it to store passwords and other + sensitive information. + . + The program can manage several keyrings, each with its own master + password, and there is also a session keyring which is never stored to + disk, but forgotten when the session ends. + +Package: libgnome-keyring-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, libgnome-keyring0 (= ${Source-Version}), libglib2.0-dev, libdbus-1-dev, libhal-storage-dev (>= 0.5.7) +Description: Development files for GNOME keyring service + gnome-keyring is a daemon in the session, similar to ssh-agent, + and other applications can use it to store passwords and other + sensitive information. + . + The program can manage several keyrings, each with its own master + password, and there is also a session keyring which is never stored to + disk, but forgotten when the session ends. + . + This package contains development files for GNOME. + +Package: libgnome-keyring0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, gnome-keyring (= ${Source-Version}) +Description: GNOME keyring services library + gnome-keyring is a daemon in the session, similar to ssh-agent, + and other applications can use it to store passwords and other + sensitive information. + . + The program can manage several keyrings, each with its own master + password, and there is also a session keyring which is never stored to + disk, but forgotten when the session ends. + . + This package contains shared libraries for GNOME. + +Package: libpam-gnome-keyring +Section: admin +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Conflicts: libpam-keyring +Replaces: libpam-keyring +Provides: libpam-keyring +Description: GNOME keyring services PAM module + gnome-keyring is a daemon in the session, similar to ssh-agent, + and other applications can use it to store passwords and other + sensitive information. + . + The program can manage several keyrings, each with its own master + password, and there is also a session keyring which is never stored to + disk, but forgotten when the session ends. + . + This package contains a PAM module to automatically unlock keyrings on login, + or on unlocking --- gnome-keyring-2.20.orig/debian/rules +++ gnome-keyring-2.20/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk + +DEB_CONFIGURE_EXTRA_FLAGS += --enable-static --with-pam-dir=/lib/security +DEB_INSTALL_DOCS_gnome-keyring := doc/keyring-intro.txt + +install/libpam-gnome-keyring:: + make install-pam DESTDIR=$(CURDIR)/debian/tmp + cp -R debian/tmp/lib debian/libpam-gnome-keyring/lib --- gnome-keyring-2.20.orig/debian/changelog +++ gnome-keyring-2.20/debian/changelog @@ -0,0 +1,367 @@ +gnome-keyring (2.20-0ubuntu4) gutsy; urgency=low + + * debian/patches/70_correct_libpam_linking.patch: + - correctly link to libpam, fix undefined symbols issue + (LP: #147367) + + -- Sebastien Bacher Mon, 08 Oct 2007 10:21:03 +0200 + +gnome-keyring (2.20-0ubuntu3) gutsy; urgency=low + + * debian/patches/90_from_svn_load_new_keyrings.patch: + - patch from SVN, "Add newly created keyrings to our list of loaded keyrings + (LP: #146724) + + -- Sebastien Bacher Sat, 06 Oct 2007 12:27:58 +0200 + +gnome-keyring (2.20-0ubuntu2) gutsy; urgency=low + + * debian/control.in: + - libpam-gnome-keyrin Conflicts,Provides,Replaces libpam-keyring + (LP: #147704) + + -- Sebastien Bacher Mon, 01 Oct 2007 17:50:55 +0200 + +gnome-keyring (2.20-0ubuntu1) gutsy; urgency=low + + * New upstream version: + - Build fixes + - Translation fixes + + -- Sebastien Bacher Mon, 17 Sep 2007 23:48:00 +0200 + +gnome-keyring (2.19.91-0ubuntu1) gutsy; urgency=low + + * New upstream version: + - Builds with newer versions of DBus + - In the PAM module we now support starting gnome-keyring-daemon when + the user's session actually starts, rather than during password validation. + This makes us more solid and sane with GDM and well behaved PAM using + applications. + - In the PAM module check that the socket is owned by the same user, before + sending the login password there. + - Don't read from /dev/random when not needed. This makes startup faster + in many cases, as it won't block for entropy. + - Get around more optimizations that cancel out wiping of strings in + memory before freeing. + - Now builds on FreeBSD + + -- Aron Sisak Mon, 27 Aug 2007 02:12:16 +0200 + +gnome-keyring (2.19.90-0ubuntu1) gutsy; urgency=low + + * New upstream version: + - Fix problem where keyrings are created in wrong directory + - Incorporated security fixes from Novell + - Fix crashers when the ask dialog sends back bad data. + (LP: #129820, #129294) + - Now builds on Solaris + - Configure PAM module directory better + - Fix memory leaks + * debian/patches/80_from_svn_fix_pam_module_installation.patch: + - dropped, fixed with the new version + + -- Sebastien Bacher Mon, 13 Aug 2007 10:16:59 +0200 + +gnome-keyring (2.19.6.1-0ubuntu2) gutsy; urgency=low + + * debian/control.in: + - install PAM module + * debian/patches/80_from_svn_fix_pam_module_installation.patch: + - patch from SVN to fix the pam module installation and autotools update + * debian/rules: + - install the pam module in the correct directory + + -- Sebastien Bacher Fri, 03 Aug 2007 22:35:45 +0200 + +gnome-keyring (2.19.6.1-0ubuntu1) gutsy; urgency=low + + * New upstream version: + - fix for the previous version + + -- Baptiste Mille-Mathias Mon, 30 Jul 2007 23:06:57 +0200 + +gnome-keyring (2.19.6-0ubuntu1) gutsy; urgency=low + + * New upstream version: + * Grab the keyboard when prompting for passwords, and always put the prompt + window above other windows. + * Now supports use of keyrings on removable drives. + * PAM module to automatically unlock keyrings on login, or unlocking + * Simplify daemon code (now uses cooperative threading) and get it ready for + other PKCS#11, SSH and other stuff running in same process. + * debian/control.in + * added missing libhal-storage build dependency + + -- Aron Sisak Fri, 27 Jul 2007 19:52:46 +0200 + +gnome-keyring (2.19.5-0ubuntu1) gutsy; urgency=low + + * New upstream version: + * Allow passing NULL as a password to gnome_keyring_unlock() + * Added strerror() like functionality for GnomeKeyringResult + * Added support for async version of gnome_keyring_item_grant_access_rights_sync() + * Handle unix signals properly, quit gracefully. + * Fix memory leaks [Alexander Sack] + * Make unit tests automatic when building a distribution tarball + * Fix prompt messages [Jürg Billeter] + * Fix problems prompting for access to items when the keyring is locked. + * Non-pageable memory degrades gracefully on Solaris, FreeBSD + * Build fixes [Theppitak Karoonboonyanan, Christian Kirbach] + * API Documentation + * debian/patches/error_handling.patch + - removed (since this is fixed upstream) + * bumped shlibs, new functions available + + -- Aron Sisak Sat, 07 Jul 2007 11:23:24 +0200 + +gnome-keyring (2.19.4.1-0ubuntu2) gutsy; urgency=low + + * Add debian/patches/error_handling.patch: + - Fix broken error handling and memory leak in + gnome_keyring_proto_decode_find_reply(). + - Thanks to Alexander Sack for this patch! + - LP: #122502 + + -- Martin Pitt Wed, 27 Jun 2007 11:52:01 +0200 + +gnome-keyring (2.19.4.1-0ubuntu1) gutsy; urgency=low + + * New upstream version: + - Build fix for unit tests + + -- Aron Sisak Tue, 19 Jun 2007 09:08:35 +0200 + +gnome-keyring (2.19.4-0ubuntu2) gutsy; urgency=low + + * debian/rules: + - install doc/keyring-intro.txt (LP: #118555) + + -- Sebastien Bacher Mon, 18 Jun 2007 14:22:19 +0200 + +gnome-keyring (2.19.4-0ubuntu1) gutsy; urgency=low + + * New upstream version: + - Fixed problem where zero find results returned 'denied'. + - Fixed ugly password prompt for making a new keyring. + - Consistent use of NULL in the API to represent the default keyring. + - Use non-pageable memory for secrets and passwords. + - Log warning and error messages to syslog when running as a daemon. + - Added unit tests for the gnome-keyring API. + - Refactored and reorganized the code. + + -- Aron Sisak Mon, 18 Jun 2007 11:29:55 +0200 + +gnome-keyring (2.19.2-0ubuntu1) gutsy; urgency=low + + * New upstream version: + - Sync up version number with GNOME release schedule + - Use libgcrypt instead of hand-rolled encryption algorithms. + - Internationalization fixes + * debian/control.in: + - Build-Depends on libgcrypt11-dev + * debian/docs: + - updated + + -- Sebastien Bacher Sun, 13 May 2007 22:59:16 +0200 + +gnome-keyring (0.8.1-2build1) gutsy; urgency=low + + * Rebuild with new linux-libc-dev (Ubuntu: #110933) + + -- Sebastien Bacher Mon, 30 Apr 2007 21:29:23 +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.20.orig/debian/libgnome-keyring0.install +++ gnome-keyring-2.20/debian/libgnome-keyring0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libgnome-keyring.so.* --- gnome-keyring-2.20.orig/debian/control +++ gnome-keyring-2.20/debian/control @@ -0,0 +1,70 @@ +Source: gnome-keyring +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +XSBC-Original-Maintainer: Ondřej Surý +Uploaders: Debian GNOME Maintainers +Build-Depends: debhelper (>= 5), gnome-pkg-tools (>= 0.10), libgtk2.0-dev (>= 2.6.0), cdbs, gtk-doc-tools, docbook-xml, libdbus-1-dev (>= 1.0), libgcrypt11-dev, libhal-storage-dev (>= 0.5.7), libpam0g-dev +Standards-Version: 3.7.2 + +Package: gnome-keyring +Section: gnome +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: GNOME keyring services (daemon and tools) + gnome-keyring is a daemon in the session, similar to ssh-agent, + and other applications can use it to store passwords and other + sensitive information. + . + The program can manage several keyrings, each with its own master + password, and there is also a session keyring which is never stored to + disk, but forgotten when the session ends. + +Package: libgnome-keyring-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, libgnome-keyring0 (= ${Source-Version}), libglib2.0-dev, libdbus-1-dev, libhal-storage-dev (>= 0.5.7) +Description: Development files for GNOME keyring service + gnome-keyring is a daemon in the session, similar to ssh-agent, + and other applications can use it to store passwords and other + sensitive information. + . + The program can manage several keyrings, each with its own master + password, and there is also a session keyring which is never stored to + disk, but forgotten when the session ends. + . + This package contains development files for GNOME. + +Package: libgnome-keyring0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, gnome-keyring (= ${Source-Version}) +Description: GNOME keyring services library + gnome-keyring is a daemon in the session, similar to ssh-agent, + and other applications can use it to store passwords and other + sensitive information. + . + The program can manage several keyrings, each with its own master + password, and there is also a session keyring which is never stored to + disk, but forgotten when the session ends. + . + This package contains shared libraries for GNOME. + +Package: libpam-gnome-keyring +Section: admin +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Conflicts: libpam-keyring +Replaces: libpam-keyring +Provides: libpam-keyring +Description: GNOME keyring services PAM module + gnome-keyring is a daemon in the session, similar to ssh-agent, + and other applications can use it to store passwords and other + sensitive information. + . + The program can manage several keyrings, each with its own master + password, and there is also a session keyring which is never stored to + disk, but forgotten when the session ends. + . + This package contains a PAM module to automatically unlock keyrings on login, + or on unlocking --- gnome-keyring-2.20.orig/debian/compat +++ gnome-keyring-2.20/debian/compat @@ -0,0 +1 @@ +5 --- gnome-keyring-2.20.orig/debian/copyright +++ gnome-keyring-2.20/debian/copyright @@ -0,0 +1,48 @@ +This package was debianized by Ondřej Surý on +Tue, 23 Mar 2004 12:21:43 +0100. + +It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/ + +Upstream Author: Alexander Larsson + +Copyright: (C) 2003 Red Hat, Inc + + The Gnome Keyring Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + The Gnome Keyring Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. + + +gnome-keyring-daemon license: + + Copyright (C) 2003 Red Hat, Inc + + Gnome keyring is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + Gnome keyring is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + --- gnome-keyring-2.20.orig/debian/watch +++ gnome-keyring-2.20/debian/watch @@ -0,0 +1,4 @@ +version=2 +http://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/([\d\.]+)[02468]/ \ + gnome-keyring-(.*)\.tar\.gz \ + debian uupdate --- gnome-keyring-2.20.orig/debian/libgnome-keyring-dev.install +++ gnome-keyring-2.20/debian/libgnome-keyring-dev.install @@ -0,0 +1,6 @@ +debian/tmp/usr/include/ +debian/tmp/usr/lib/libgnome-keyring.a +debian/tmp/usr/lib/libgnome-keyring.la +debian/tmp/usr/lib/libgnome-keyring.so +debian/tmp/usr/lib/pkgconfig/ +debian/tmp/usr/share/gtk-doc/ --- gnome-keyring-2.20.orig/debian/libgnome-keyring0.shlibs +++ gnome-keyring-2.20/debian/libgnome-keyring0.shlibs @@ -0,0 +1 @@ +libgnome-keyring 0 libgnome-keyring0 (>= 2.19.6) --- gnome-keyring-2.20.orig/debian/gnome-keyring.install +++ gnome-keyring-2.20/debian/gnome-keyring.install @@ -0,0 +1,3 @@ +debian/tmp/usr/bin +debian/tmp/usr/share/locale +debian/tmp/usr/lib/gnome-keyring --- gnome-keyring-2.20.orig/debian/docs +++ gnome-keyring-2.20/debian/docs @@ -0,0 +1,4 @@ +doc/file-format.txt +NEWS +README +TODO