File: rules

package info (click to toggle)
fspy 0.1.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 816 kB
  • sloc: ansic: 1,669; makefile: 48
file content (19 lines) | stat: -rwxr-xr-x 396 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
#export DH_OPTIONS=-v

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh  $@

override_dh_auto_build:
	dh_auto_build
	help2man --no-info --section=1 ./fspy > debian/fspy.1

override_dh_auto_install:
	# Skip make install, use dh_install with debian/install instead

override_dh_builddeb:
	dh_builddeb -- -Zxz