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

« back to all changes in this revision

Viewing changes to pkcs11/roots-store/tests/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:
47
47
ALL_LINGUAS = @ALL_LINGUAS@
48
48
AMTAR = @AMTAR@
49
49
AR = @AR@
 
50
ASN1PARSER = @ASN1PARSER@
50
51
AUTOCONF = @AUTOCONF@
51
52
AUTOHEADER = @AUTOHEADER@
52
53
AUTOMAKE = @AUTOMAKE@
181
182
SHELL = @SHELL@
182
183
STRIP = @STRIP@
183
184
USE_NLS = @USE_NLS@
 
185
VALGRIND = @VALGRIND@
 
186
VALGRIND_ARG = @VALGRIND_ARG@
 
187
VALGRIND_RUN = @VALGRIND_RUN@
184
188
VERSION = @VERSION@
185
189
XGETTEXT = @XGETTEXT@
186
190
abs_builddir = @abs_builddir@