File: rules

package info (click to toggle)
xmbmon 2.05-10
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 928 kB
  • sloc: ansic: 6,089; sh: 2,185; perl: 87; makefile: 83
file content (16 lines) | stat: -rwxr-xr-x 416 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

#export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_installsystemd:
	dh_installsystemd --no-enable

override_dh_auto_install:
	echo "Changing ownership has to be done in postinst rather than the installation"
	# Thus do not:
	# install -D -o root -g adm -m 4555 -c -p mbmon /usr/bin/mbmon
	# install -D -o root -g adm -m 4555 -c -p xmbmon /usr/bin/xmbmon