File: rules

package info (click to toggle)
fbcat 0.5.1-1
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 156 kB
  • sloc: ansic: 258; xml: 232; sh: 138; makefile: 46
file content (14 lines) | stat: -rwxr-xr-x 199 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_install:
	dh_auto_install -- PREFIX=/usr

execute_after_dh_auto_build:
	$(MAKE) -C doc

# vim:ts=4 sw=4