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

« back to all changes in this revision

Viewing changes to src/utils/Makefile.am

  • 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:
1
1
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
2
2
 
3
 
EXTRA_DIST=ecryptfsrc ecryptfs-rewrite-file ecryptfs-setup-private ecryptfs-setup-swap ecryptfs-mount-private ecryptfs-umount-private ecryptfs-migrate-home
 
3
EXTRA_DIST=ecryptfsrc ecryptfs-rewrite-file ecryptfs-setup-private ecryptfs-setup-swap ecryptfs-mount-private ecryptfs-umount-private ecryptfs-migrate-home ecryptfs-recover-private
4
4
 
5
5
rootsbin_PROGRAMS=mount.ecryptfs \
6
6
                  umount.ecryptfs \
16
16
              ecryptfs-mount-private \
17
17
              ecryptfs-umount-private \
18
18
              ecryptfs-rewrite-file \
 
19
              ecryptfs-recover-private \
19
20
              ecryptfs-migrate-home
20
21
bin2dir = $(bindir)
21
22