File: rules

package info (click to toggle)
live-tools 1%3A20171207
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 324 kB
  • sloc: sh: 916; makefile: 136
file content (13 lines) | stat: -rwxr-xr-x 288 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@ --with systemd

override_dh_auto_install:
	dh_auto_install

	# Removing useless files
	rm -f debian/live-tools/usr/share/doc/live-tools/COPYING

override_dh_installinit:
	dh_installinit --no-restart-on-upgrade --no-start --update-rcd-params='start 89 0 6 .'