~ubuntu-branches/ubuntu/trusty/ecryptfs-utils/trusty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland, David Planella, Yan Li, Dustin Kirkland
  • Date: 2010-02-17 15:17:09 UTC
  • mfrom: (1.1.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20100217151709-ofjdq66ug82kk25a
Tags: 83-0ubuntu1
[ David Planella ]
* Makefile.am, configure.ac, debian/control, debian/po/POTFILES.sh,
  debian/po/ecryptfs-utils.pot, debian/po/fr.po, debian/rules,
  po/POTFILES.in, src/desktop/Makefile.am,
  src/desktop/ecryptfs-mount-private.desktop,
  src/desktop/ecryptfs-mount-private.desktop.in,
  src/desktop/ecryptfs-record-passphrase,
  src/desktop/ecryptfs-setup-private.desktop,
  src/desktop/ecryptfs-setup-private.desktop.in:
  - internationalization work for LP: #358283
* po/LINGUAS, po/ca.po: Catalan translation

[ Yan Li <yan.i.li@intel.com> ]
* src/pam_ecryptfs/pam_ecryptfs.c, src/utils/Makefile.am,
  src/utils/ecryptfs-migrate-home: add a script and pam hooks to
  support automatic migration to encrypted home directory

[ Dustin Kirkland ]
* src/utils/ecryptfs-migrate-home: clean up for merge
  - use $() rather than ``
  - drop set -u
  - use = and !=, and quote vars, rather than testing with -ne, -eq,
    for better shell portability
  - improve usage statement and error text
  - check if already encrypted
  - handle migration of multiple users on boot
  - fix all whitespace, use tabs for indents
  - use quotes around variables, rather than ${} (stylistic preference)
  - major simplification for immediate release
    + remove boot and user modes; only support administrator mode for
      security reasons and to avoid race conditions
    + other modes can be re-added, if necessary, and if security
      concerns can be addressed
  - ensure running as root
  - drop VERBOSE option, always print useful info messages
  - call the user $USER_NAME rather than $USER_ID since id implies
    number, and here we're deailing with names
  - no decimals on awk calculation
  - mktemp on the target user, not root
  - check that there is enough disk space available to do the migration
  - ensure the user's homedir group is correct
  - add critical instructions, user *must* login after the migration and
    before the reboot, as their wrapped passphrase will be cleared on
    reboot (possible we should use an init script to move these to
    /var/tmp on reboot)
  - ensure permissions are set correctly
  - improve text at the end of the migration, organize into notes
* ecryptfs-utils.ecryptfs-utils-restore.upstart,
  ecryptfs-utils.ecryptfs-utils-save.upstart, rules:
  - try to protect migrating users who don't login before the next reboot
* debian/ecryptfs-utils.install: install the locale messages
* src/desktop/ecryptfs-record-passphrase: improve dialog text
* src/desktop/ecryptfs-record-passphrase: revert the _ bit, as it's not quite
  working yet, will need to talk to David to fix
* Mark LP: #471725 as fixed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
54
54
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55
55
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_pkg_swig.m4 \
56
56
        $(top_srcdir)/m4/ac_python_devel.m4 \
57
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
58
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
59
 
        $(top_srcdir)/m4/lt~obsolete.m4 \
 
57
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
 
58
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
59
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
60
60
        $(top_srcdir)/m4/swig_python.m4 $(top_srcdir)/configure.ac
61
61
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62
62
        $(ACLOCAL_M4)
143
143
distuninstallcheck_listfiles = find . -type f -print
144
144
distcleancheck_listfiles = find . -type f -print
145
145
ACLOCAL = @ACLOCAL@
 
146
ALL_LINGUAS = @ALL_LINGUAS@
146
147
AMTAR = @AMTAR@
147
148
AR = @AR@
148
149
AUTOCONF = @AUTOCONF@
149
150
AUTOHEADER = @AUTOHEADER@
150
151
AUTOMAKE = @AUTOMAKE@
151
152
AWK = @AWK@
 
153
CATALOGS = @CATALOGS@
 
154
CATOBJEXT = @CATOBJEXT@
152
155
CC = @CC@
153
156
CCDEPMODE = @CCDEPMODE@
154
157
CFLAGS = @CFLAGS@
157
160
CRYPTO_CFLAGS = @CRYPTO_CFLAGS@
158
161
CRYPTO_LIBS = @CRYPTO_LIBS@
159
162
CYGPATH_W = @CYGPATH_W@
 
163
DATADIRNAME = @DATADIRNAME@
160
164
DEFS = @DEFS@
161
165
DEPDIR = @DEPDIR@
162
166
DSYMUTIL = @DSYMUTIL@
168
172
EGREP = @EGREP@
169
173
EXEEXT = @EXEEXT@
170
174
FGREP = @FGREP@
 
175
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
176
GMOFILES = @GMOFILES@
 
177
GMSGFMT = @GMSGFMT@
171
178
GPGME_CFLAGS = @GPGME_CFLAGS@
172
179
GPGME_LIBS = @GPGME_LIBS@
173
180
GREP = @GREP@
178
185
INSTALL_PROGRAM = @INSTALL_PROGRAM@
179
186
INSTALL_SCRIPT = @INSTALL_SCRIPT@
180
187
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
188
INSTOBJEXT = @INSTOBJEXT@
 
189
INTLLIBS = @INTLLIBS@
 
190
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
191
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
192
INTLTOOL_PERL = @INTLTOOL_PERL@
 
193
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
181
194
KEYUTILS_CFLAGS = @KEYUTILS_CFLAGS@
182
195
KEYUTILS_LIBS = @KEYUTILS_LIBS@
183
196
LATEX = @LATEX@
192
205
LIBTOOL = @LIBTOOL@
193
206
LIPO = @LIPO@
194
207
LN_S = @LN_S@
 
208
LOCALEDIR = @LOCALEDIR@
195
209
LTLIBOBJS = @LTLIBOBJS@
196
210
MAKEINFO = @MAKEINFO@
197
211
MKDIR_P = @MKDIR_P@
 
212
MKINSTALLDIRS = @MKINSTALLDIRS@
 
213
MSGFMT = @MSGFMT@
 
214
MSGFMT_OPTS = @MSGFMT_OPTS@
 
215
MSGMERGE = @MSGMERGE@
198
216
NM = @NM@
199
217
NMEDIT = @NMEDIT@
200
218
OBJDUMP = @OBJDUMP@
217
235
PKCS11_HELPER_LIBS = @PKCS11_HELPER_LIBS@
218
236
PKG_CONFIG = @PKG_CONFIG@
219
237
POD2MAN = @POD2MAN@
 
238
POFILES = @POFILES@
 
239
POSUB = @POSUB@
 
240
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
241
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
220
242
PS2PDF = @PS2PDF@
221
243
PYTHON = @PYTHON@
222
244
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
240
262
TAR = @TAR@
241
263
TSPI_CFLAGS = @TSPI_CFLAGS@
242
264
TSPI_LIBS = @TSPI_LIBS@
 
265
USE_NLS = @USE_NLS@
243
266
VERSION = @VERSION@
 
267
XGETTEXT = @XGETTEXT@
244
268
abs_builddir = @abs_builddir@
245
269
abs_srcdir = @abs_srcdir@
246
270
abs_top_builddir = @abs_top_builddir@
320
344
        $(srcdir)/m4/ltoptions.m4 \
321
345
        $(srcdir)/debian
322
346
 
323
 
SUBDIRS = doc src
 
347
SUBDIRS = doc src po
324
348
dist_doc_DATA = README
325
349
all: config.h
326
350
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
414
438
#     (which will cause the Makefiles to be regenerated when you run `make');
415
439
# (2) otherwise, pass the desired values on the `make' command line.
416
440
$(RECURSIVE_TARGETS):
417
 
        @failcom='exit 1'; \
 
441
        @fail= failcom='exit 1'; \
418
442
        for f in x $$MAKEFLAGS; do \
419
443
          case $$f in \
420
444
            *=* | --[!k]*);; \
439
463
        fi; test -z "$$fail"
440
464
 
441
465
$(RECURSIVE_CLEAN_TARGETS):
442
 
        @failcom='exit 1'; \
 
466
        @fail= failcom='exit 1'; \
443
467
        for f in x $$MAKEFLAGS; do \
444
468
          case $$f in \
445
469
            *=* | --[!k]*);; \
606
630
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
607
631
          dist-hook
608
632
        -test -n "$(am__skip_mode_fix)" \
609
 
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
633
        || find "$(distdir)" -type d ! -perm -755 \
 
634
                -exec chmod u+rwx,go+rx {} \; -o \
610
635
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
611
636
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
612
637
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
650
675
distcheck: dist
651
676
        case '$(DIST_ARCHIVES)' in \
652
677
        *.tar.gz*) \
653
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
678
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
654
679
        *.tar.bz2*) \
655
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
680
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
656
681
        *.tar.lzma*) \
657
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
682
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
658
683
        *.tar.xz*) \
659
684
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
660
685
        *.tar.Z*) \
661
686
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
662
687
        *.shar.gz*) \
663
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
688
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
664
689
        *.zip*) \
665
690
          unzip $(distdir).zip ;;\
666
691
        esac