File: rules

package info (click to toggle)
xmbmon 2.05-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 992 kB
  • sloc: ansic: 6,088; sh: 2,185; perl: 87; makefile: 82
file content (17 lines) | stat: -rwxr-xr-x 409 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/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:
# 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