File: rules

package info (click to toggle)
fatsort 1.6.5.640-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,332 kB
  • sloc: ansic: 4,317; makefile: 3,419; sh: 30
file content (12 lines) | stat: -rwxr-xr-x 295 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_install:
	# 'man' target is not explicitly called in Makefile but it is
	# needed here since debclean removes man/fatsort.1
	make man
	dh_auto_install -- SBINDIR=/usr/bin MANDIR=/usr/share/man/man1