~barry/ubuntu/maverick/fuse/bug-697792-m

« back to all changes in this revision

Viewing changes to include/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2007-08-04 08:09:00 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070804080900-m1e9xpk5eitzmelg
Tags: 2.7.0-1ubuntu1
* Resynchronise with Debian (LP: #128292). Remaining changes:
  - Don't install the init script; install the udev rule and the module
    configuration file instead.
  - debian/45-fuse.rules: set /dev/fuse group to fuse.
  - debian/fuse-utils.modprobe: module configuration file that mounts the
    control filesystem when fuse is loaded and unmounts it when fuse is
    unloaded, along with checking that the control FS is mounting before
    unmounting it.
  - debian/fuse-utils.install: add the udev rule, the module configuration
    file, and ulockmgr_server.
  - Load fuse on install, and set it so it gets loaded on reboot.
  - Move fusermount and ulockmgr_server to /bin and associated libraries
    to /lib.
* Use dpkg-query to fetch conffile md5sums rather than parsing
  /var/lib/dpkg/status directly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
EXEEXT = @EXEEXT@
92
92
FGREP = @FGREP@
93
93
GREP = @GREP@
 
94
ICONV_FALSE = @ICONV_FALSE@
 
95
ICONV_TRUE = @ICONV_TRUE@
94
96
INIT_D_PATH = @INIT_D_PATH@
95
97
INSTALL_DATA = @INSTALL_DATA@
96
98
INSTALL_PROGRAM = @INSTALL_PROGRAM@
98
100
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
99
101
LD = @LD@
100
102
LDFLAGS = @LDFLAGS@
 
103
LIBICONV = @LIBICONV@
101
104
LIBOBJS = @LIBOBJS@
102
105
LIBS = @LIBS@
103
106
LIBTOOL = @LIBTOOL@
104
107
LINUX_FALSE = @LINUX_FALSE@
105
108
LINUX_TRUE = @LINUX_TRUE@
106
109
LN_S = @LN_S@
 
110
LTLIBICONV = @LTLIBICONV@
107
111
LTLIBOBJS = @LTLIBOBJS@
108
112
MAKEINFO = @MAKEINFO@
109
113
MOUNT_FUSE_PATH = @MOUNT_FUSE_PATH@