~ubuntu-branches/ubuntu/raring/autofs5/raring

« back to all changes in this revision

Viewing changes to Makefile.conf.in

  • Committer: Bazaar Package Importer
  • Author(s): Jan Christoph Nordholz
  • Date: 2009-03-09 01:16:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090309011648-gjynlid883f0s2c4
Tags: 5.0.4-1
* New upstream version (5.0.4 plus patchset as of 2009/03/09).
  * Closes: #518728.
  * Remove dpatch 14, applied upstream.
* New dpatch 14 to avoid using the relatively young SOCK_CLOEXEC
  feature.
* Only invoke 'make clean' on clean target so ./configure isn't
  purged.
* Fix a typo in the postinst regarding the ucf conffile handling.
* Add 'set -e' to package maintenance scripts.
* Drop unnecessary /var/run/autofs from package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
# Location for autofs fifos
75
75
autofsfifodir = @fifodir@
76
76
 
 
77
# Location for autofs flag file
 
78
autofsflagdir = @flagdir@
 
79
 
77
80
# Where to install the automount program
78
81
sbindir = @sbindir@
79
82
 
80
83
# Where to install man pages
 
84
datarootdir = @datarootdir@
81
85
mandir = @mandir@
82
86
 
83
87
# Location for init.d files
84
88
initdir = @initdir@
85
89
 
86
 
# This is here just to keep config.status quiet
87
 
UNUSED_datarootdir = @datarootdir@