File: rules

package info (click to toggle)
hfsplus 1.0.4-20
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,948 kB
  • sloc: ansic: 7,726; makefile: 54
file content (16 lines) | stat: -rwxr-xr-x 347 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with=autoreconf

execute_after_dh_auto_build:
	(cd debian; \
		for man in hfsplus.7 hpcd.1 hpcopy.1 hpfsck.1 \
			hpls.1 hpmkdir.1 hpmount.1 hppwd.1 \
			hprm.1 hpumount.1; \
		do docbook-to-man `echo $$man|sed 's/[17]/sgml/'` >$$man; \
	done)