File: rules

package info (click to toggle)
live-boot 2.0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 600 kB
  • ctags: 59
  • sloc: sh: 3,024; makefile: 140
file content (19 lines) | stat: -rwxr-xr-x 502 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

%:
	dh ${@}

override_dh_auto_build:
	# disabled

override_dh_auto_install:
	$(MAKE) DESTDIR=$(CURDIR)/debian/live-boot install

	mkdir -p debian/live-boot-initramfs-tools/usr/share
	mv debian/live-boot/usr/share/initramfs-tools debian/live-boot-initramfs-tools/usr/share

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

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