File: rules

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

#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with=autoreconf

override_dh_auto_build:
	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)