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

« back to all changes in this revision

Viewing changes to gp11/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:
108
108
ALL_LINGUAS = @ALL_LINGUAS@
109
109
AMTAR = @AMTAR@
110
110
AR = @AR@
 
111
ASN1PARSER = @ASN1PARSER@
111
112
AUTOCONF = @AUTOCONF@
112
113
AUTOHEADER = @AUTOHEADER@
113
114
AUTOMAKE = @AUTOMAKE@
246
247
SHELL = @SHELL@
247
248
STRIP = @STRIP@
248
249
USE_NLS = @USE_NLS@
 
250
VALGRIND = @VALGRIND@
 
251
VALGRIND_ARG = @VALGRIND_ARG@
 
252
VALGRIND_RUN = @VALGRIND_RUN@
249
253
VERSION = @VERSION@
250
254
XGETTEXT = @XGETTEXT@
251
255
abs_builddir = @abs_builddir@