~ubuntu-branches/debian/wheezy/nfs-utils/wheezy

« back to all changes in this revision

Viewing changes to utils/mountd/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Luk Claes
  • Date: 2011-10-02 18:29:53 UTC
  • mfrom: (1.2.21 upstream)
  • Revision ID: package-import@ubuntu.com-20111002182953-itcmayxxqvme9pgy
Tags: 1:1.2.5-1
* New upstream version
  - deleted: 13-preserve-explicit-port-2049.patch
  - deleted: 17-Fix-statd.8-manpage-syntax-visible.patch
  - deleted: 18-Fix-nfsiostat.8-manpage-syntax-missing-.I.patch
  - deleted: 19-exports.man-Fix-comment-syntax.patch
  - deleted: 20-nfs.man-Fix-fstab-example.patch
  - deleted: 22-start-statd-Use-bash.patch
  - deleted: 23-nfs.man-escape-nroff-for-proper-rendering.patch
    (Closes: #636278).
  - support less components in version number (Closes: #632457).
  - idmapd: correctly convert ocal encoded fields (Closes: #640105).
  - svcgssd: use correct defaults in call to gss_set_allowable_enctypes
    (Closes: #637660).
  - rpc.statd: Bind downcall socket to loopback address (Closes: #457095). 
* Add version to build-dep on libnfsidmap-dev (Closes: #639691).
* debian/idmapd.conf: Comment Domain (Closes: #638607).
* debian/patches/17-multiarch-kerberos-paths.patch (Closes: #642797).
* Add build dependency on libdevmapper-dev for blkmapd.
* Use dh_autoreconf to make sure original files are restored.
* Install blkmapd and its manpage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
CYGPATH_W = @CYGPATH_W@
146
146
DEFS = @DEFS@
147
147
DEPDIR = @DEPDIR@
148
 
DLLTOOL = @DLLTOOL@
149
148
DSYMUTIL = @DSYMUTIL@
150
149
DUMPBIN = @DUMPBIN@
151
150
ECHO_C = @ECHO_C@
191
190
LTLIBOBJS = @LTLIBOBJS@
192
191
MAINT = @MAINT@
193
192
MAKEINFO = @MAKEINFO@
194
 
MANIFEST_TOOL = @MANIFEST_TOOL@
195
193
MKDIR_P = @MKDIR_P@
196
194
NM = @NM@
197
195
NMEDIT = @NMEDIT@
225
223
abs_srcdir = @abs_srcdir@
226
224
abs_top_builddir = @abs_top_builddir@
227
225
abs_top_srcdir = @abs_top_srcdir@
228
 
ac_ct_AR = @ac_ct_AR@
229
226
ac_ct_CC = @ac_ct_CC@
230
227
ac_ct_CXX = @ac_ct_CXX@
231
228
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
248
245
enable_gss = @enable_gss@
249
246
enable_ipv6 = @enable_ipv6@
250
247
enable_mountconfig = @enable_mountconfig@
251
 
enable_nfsv3 = @enable_nfsv3@
252
248
enable_nfsv4 = @enable_nfsv4@
253
249
enable_nfsv41 = @enable_nfsv41@
254
250
exec_prefix = @exec_prefix@
278
274
sharedstatedir = @sharedstatedir@
279
275
srcdir = @srcdir@
280
276
startstatd = @startstatd@
 
277
statdpath = @statdpath@
281
278
statduser = @statduser@
282
279
statedir = @statedir@
283
280
sysconfdir = @sysconfdir@