~mrooney/ecryptfs/nautilus-integration

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Dustin Kirkland
  • Date: 2009-02-16 21:06:29 UTC
  • Revision ID: kirkland@canonical.com-20090216210629-33cr0byhn9o5vj58
typo in Makefile.am

Missing ')'.  Thanks Michal for pointing out.

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
include /usr/share/dpatch/dpatch.make
4
4
 
 
5
DEB_BUILD_ARCH          ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
5
6
DEB_HOST_GNU_TYPE       ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
6
7
DEB_BUILD_GNU_TYPE      ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
7
8
 
13
14
        CFLAGS += -O2
14
15
endif
15
16
 
16
 
DEB_BUILD_ARCH          ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
17
 
 
18
17
ifneq ($(DEB_BUILD_ARCH),s390)
19
18
        TPMFLAGS = --enable-opencryptoki
20
19
endif
32
31
config.status: configure patch
33
32
        dh_testdir
34
33
 
 
34
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 
35
        cp -f /usr/share/misc/config.sub config.sub
 
36
endif
35
37
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
36
38
        cp -f /usr/share/misc/config.guess config.guess
37
39
endif
38
 
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
39
 
        cp -f /usr/share/misc/config.sub config.sub
40
 
endif
41
40
        CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --libdir=\$${prefix}/lib --mandir=\$${prefix}/share/man --enable-static --enable-gpg --disable-gui --enable-pam --disable-openssl --disable-pkcs11-helper --disable-tspi $(TPMFLAGS)
42
41
 
43
42
build: build-stamp
57
56
        $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
58
57
        install -m 644 -D $(CURDIR)/debian/ecryptfs-utils.pam-auth-update $(CURDIR)/debian/tmp/usr/share/pam-configs/ecryptfs-utils
59
58
 
 
59
        install -D -m 0644 debian/config/ecryptfs-mount-private.desktop debian/ecryptfs-utils/usr/share/ecryptfs-utils/ecryptfs-mount-private.desktop
 
60
        mv debian/tmp/usr/share/doc/ecryptfs-utils/ecryptfs-mount-private.txt debian/ecryptfs-utils/usr/share/ecryptfs-utils/ecryptfs-mount-private.txt
 
61
 
60
62
        chmod 4755 debian/tmp/sbin/mount.ecryptfs_private
61
63
 
62
64
        find debian/tmp -name "*.pyc" | xargs rm -f