~ken-vandine/ubuntu/natty/nfs-utils/1.2.2-4ubuntu1

« back to all changes in this revision

Viewing changes to tools/locktest/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar, Anibal Monsalve Salazar, Ben Hutchings
  • Date: 2010-04-06 16:11:22 UTC
  • mfrom: (1.2.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20100406161122-x7erw0q8xiitoyp6
Tags: 1:1.2.2-1
[ Anibal Monsalve Salazar ]
* New upstream release 
  Build depend on libcap-dev
  Set configure option --enable-nfsv41
* X-ref nfsd({7,8})
  02-524255-manpages.patch by Cyril Brulebois
  Closes: 524255

[ Ben Hutchings ]
* Change maintainer to Debian kernel team; move Aníbal to uploaders and
  add myself to uploaders
* Check for nfsd in /proc/filesystems rather than looking for signs of it in
  /proc/kallsyms (Closes: #563104, #572736)
* Document the -n option to svcgssd, thanks to Alberto Gonzalez Iniesta
  (Closes: #451402, #550270)
* Replace upstream reference in package descriptions with Homepage fields,
  and do not refer to the obsolete CVS repository
* Update policy version to 3.8.4; no changes required
* Override lintian error 'init.d-script-missing-dependency-on-remote_fs';
  the init script does work without /usr mounted

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,
42
42
        $(top_srcdir)/aclocal/ipv6.m4 \
43
43
        $(top_srcdir)/aclocal/kerberos5.m4 \
44
44
        $(top_srcdir)/aclocal/libblkid.m4 \
 
45
        $(top_srcdir)/aclocal/libcap.m4 \
45
46
        $(top_srcdir)/aclocal/libevent.m4 \
46
47
        $(top_srcdir)/aclocal/libnfsidmap.m4 \
47
48
        $(top_srcdir)/aclocal/librpcsecgss.m4 \
138
139
LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
139
140
LIBBLKID = @LIBBLKID@
140
141
LIBBSD = @LIBBSD@
 
142
LIBCAP = @LIBCAP@
141
143
LIBCRYPT = @LIBCRYPT@
142
144
LIBNSL = @LIBNSL@
143
145
LIBOBJS = @LIBOBJS@
204
206
enable_mountconfig = @enable_mountconfig@
205
207
enable_nfsv3 = @enable_nfsv3@
206
208
enable_nfsv4 = @enable_nfsv4@
 
209
enable_nfsv41 = @enable_nfsv41@
207
210
exec_prefix = @exec_prefix@
208
211
host = @host@
209
212
host_alias = @host_alias@