File: rules

package info (click to toggle)
tmux 1.3-2%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,948 kB
  • ctags: 3,508
  • sloc: ansic: 27,201; sh: 171; makefile: 61
file content (19 lines) | stat: -rwxr-xr-x 388 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

include /usr/share/hardening-includes/hardening.make

export CFLAGS += $(HARDENING_CFLAGS)
export LDFLAGS += $(HARDENING_LDFLAGS)

%:
	dh $@

override_dh_installinit:
	dh_installinit --no-start --init-script='tmux-cleanup' \
		--update-rcd-params='start 70 S .'

override_dh_fixperms:
	dh_fixperms -X/usr/bin/tmux

override_dh_auto_clean: 
	dh_auto_clean -- clean-all