~ubuntu-branches/ubuntu/natty/gnome-keyring/natty

« back to all changes in this revision

Viewing changes to pkcs11/roots-store/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-10 21:37:48 UTC
  • mfrom: (1.1.59 upstream)
  • Revision ID: james.westby@ubuntu.com-20100310213748-imimrnfxu32ih4t3
Tags: 2.29.92-0ubuntu1
* New upstream version:
  - Fix various problems with not storing secret value properly.
  - Return no results when a search includes a bad collection identifier.
  - Don't raise error if ssh client disconnects early.
  - Allow running in a test environment.
  - Fix error when setting default keyring to NULL.
  - Autostart gnome-keyring-daemon in LXDE as well.
  - Rework the startup again, to use a singleton crontrolled via dbus, to help
    when no process was started by pam.
  - Display password and confirm prompts when creating keyring.
  - Allow specifying CKA_ID when creating collection.
  - Give translatable label to created login keyring.
  - When no default keyring set, use login keyring.
  - Fix problem initializing socket path in rpc module.
  - Fix endless loop in reading data.
  - Potential fix or sporadic crash.
  - Solaris build fixes.
  - Updated translations.
* debian/patches/05_git_no_read_looping.patch:
  - the change is in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
214
214
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
215
215
GTHREAD_LIBS = @GTHREAD_LIBS@
216
216
GTKDOC_CHECK = @GTKDOC_CHECK@
 
217
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
218
GTKDOC_REBASE = @GTKDOC_REBASE@
217
219
GTK_CFLAGS = @GTK_CFLAGS@
218
220
GTK_LIBS = @GTK_LIBS@
219
221
HTML_DIR = @HTML_DIR@
264
266
PACKAGE_NAME = @PACKAGE_NAME@
265
267
PACKAGE_STRING = @PACKAGE_STRING@
266
268
PACKAGE_TARNAME = @PACKAGE_TARNAME@
267
 
PACKAGE_URL = @PACKAGE_URL@
268
269
PACKAGE_VERSION = @PACKAGE_VERSION@
269
270
PAM_DEST_DIR = @PAM_DEST_DIR@
270
271
PATH_SEPARATOR = @PATH_SEPARATOR@
509
510
#     (which will cause the Makefiles to be regenerated when you run `make');
510
511
# (2) otherwise, pass the desired values on the `make' command line.
511
512
$(RECURSIVE_TARGETS):
512
 
        @fail= failcom='exit 1'; \
 
513
        @failcom='exit 1'; \
513
514
        for f in x $$MAKEFLAGS; do \
514
515
          case $$f in \
515
516
            *=* | --[!k]*);; \
534
535
        fi; test -z "$$fail"
535
536
 
536
537
$(RECURSIVE_CLEAN_TARGETS):
537
 
        @fail= failcom='exit 1'; \
 
538
        @failcom='exit 1'; \
538
539
        for f in x $$MAKEFLAGS; do \
539
540
          case $$f in \
540
541
            *=* | --[!k]*);; \