~ubuntu-branches/ubuntu/quantal/ecryptfs-utils/quantal-proposed

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland
  • Date: 2010-12-17 20:14:45 UTC
  • mfrom: (1.1.29 upstream)
  • Revision ID: james.westby@ubuntu.com-20101217201445-vehtgp1cucmrzpoy
Tags: 84-0ubuntu1
* src/desktop/ecryptfs-record-passphrase: fix typo, LP: #524139
* debian/rules, debian/control:
  - disable the gpg key module, as it's not yet functional
  - clean up unneeded build-deps
  - also, not using opencryptoki either
* doc/manpage/ecryptfs.7: fix minor documentation bug, reported by
  email by Jon 'maddog' Hall
* doc/manpage/ecryptfs-recover-private.1, doc/manpage/Makefile.am,
  po/POTFILES.in, src/utils/ecryptfs-recover-private,
  src/utils/Makefile.am: add a utility to simplify data recovery
  of an encrypted private directory from a Live ISO, LP: #689969

Show diffs side-by-side

added added

removed removed

Lines of Context:
220
220
PKCS11_HELPER_CFLAGS = @PKCS11_HELPER_CFLAGS@
221
221
PKCS11_HELPER_LIBS = @PKCS11_HELPER_LIBS@
222
222
PKG_CONFIG = @PKG_CONFIG@
 
223
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
224
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
223
225
POD2MAN = @POD2MAN@
224
226
POFILES = @POFILES@
225
227
POSUB = @POSUB@