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

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Luk Claes, Luk Claes, Ben Hutchings
  • Date: 2011-06-18 10:48:28 UTC
  • Revision ID: james.westby@ubuntu.com-20110618104828-2cm50epe42bn0udc
Tags: 1:1.2.3-3
[ Luk Claes ]
* Remove build dependency on librpcsecgss-dev as it's superseded by
  libtirpc-dev
* Remove very old versioned dependencies on netbase and libblkid1
* Exclude state files from dh_md5sum
* Use rpcinfo instead of /dev/tcp redirection
* Fix CVE-2011-1749: Anticipate RLIMIT_FSIZE (Closes: #629420)
* start-statd: Use bash (Closes: #621027)
* Add build-arch and build-indep makefile targets to debian/rules
* Add override for setuid mount.nfs

[ Ben Hutchings ]
* statd.man, nfsiostat.man: Fix syntax errors, thanks to Simon Paillard
  (Closes: #624261)
* exports.man: Fix syntax errors
* nfs.man: Fix syntax errors and improve tabulation

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
# Temporary root
17
17
DEBTMP := $(CURDIR)/debian/tmp
18
18
 
19
 
build: build-stamp
 
19
build: build-indep build-arch
 
20
build-indep: build-stamp
 
21
build-arch: build-stamp
20
22
build-stamp:
21
23
        dh_testdir
22
24
        CFLAGS="$(CFLAGS)" ./configure \
64
66
        dh_installdeb
65
67
        dh_shlibdeps
66
68
        dh_gencontrol
67
 
        dh_md5sums
 
69
        dh_md5sums -Xvar/lib
68
70
        dh_builddeb
69
71
 
70
72
binary: binary-indep binary-arch