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

« back to all changes in this revision

Viewing changes to pam/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:
92
92
ALL_LINGUAS = @ALL_LINGUAS@
93
93
AMTAR = @AMTAR@
94
94
AR = @AR@
 
95
ASN1PARSER = @ASN1PARSER@
95
96
AUTOCONF = @AUTOCONF@
96
97
AUTOHEADER = @AUTOHEADER@
97
98
AUTOMAKE = @AUTOMAKE@
230
231
SHELL = @SHELL@
231
232
STRIP = @STRIP@
232
233
USE_NLS = @USE_NLS@
 
234
VALGRIND = @VALGRIND@
 
235
VALGRIND_ARG = @VALGRIND_ARG@
 
236
VALGRIND_RUN = @VALGRIND_RUN@
233
237
VERSION = @VERSION@
234
238
XGETTEXT = @XGETTEXT@
235
239
abs_builddir = @abs_builddir@