~ubuntu-branches/debian/squeeze/gnome-keyring/squeeze

« back to all changes in this revision

Viewing changes to daemon/keyrings/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-03-16 09:12:31 UTC
  • mfrom: (1.1.48 upstream)
  • Revision ID: james.westby@ubuntu.com-20090316091231-qq84szpu4wpszzv6
Tags: 2.26.0-0ubuntu1
* New upstream version:
  - Implement support for running gnome-keyring-daemon under valgrind.
  - Checks for asn1Parser tool when configuring.
  - Only automatically expose PKCS#11 public key objects for private keys. 
  - Have the SSH agent only log into the token when we have a private 
    key that we want to access.
  - Disable input method in password.
* debian/control.in:
  - Build-Depends on libtasn1-3-bin

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
ALL_LINGUAS = @ALL_LINGUAS@
81
81
AMTAR = @AMTAR@
82
82
AR = @AR@
 
83
ASN1PARSER = @ASN1PARSER@
83
84
AUTOCONF = @AUTOCONF@
84
85
AUTOHEADER = @AUTOHEADER@
85
86
AUTOMAKE = @AUTOMAKE@
214
215
SHELL = @SHELL@
215
216
STRIP = @STRIP@
216
217
USE_NLS = @USE_NLS@
 
218
VALGRIND = @VALGRIND@
 
219
VALGRIND_ARG = @VALGRIND_ARG@
 
220
VALGRIND_RUN = @VALGRIND_RUN@
217
221
VERSION = @VERSION@
218
222
XGETTEXT = @XGETTEXT@
219
223
abs_builddir = @abs_builddir@