File: rules

package info (click to toggle)
longrun 0.9-21
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 148 kB
  • ctags: 67
  • sloc: ansic: 466; sh: 104; makefile: 64
file content (13 lines) | stat: -rwxr-xr-x 431 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
%:
	dh $@

binary-arch: build install
	dh binary-arch --before dh_installdirs
	dh_installdirs etc/apm/event.d etc/acpi/events etc/acpi/actions
	install debian/apm.event debian/longrun/etc/apm/event.d/longrun
	install -m 0644 debian/acpi.event debian/longrun/etc/acpi/events/longrun
	install debian/acpi.action debian/longrun/etc/acpi/actions/longrun
	dh binary-arch --remaining

binary: binary-indep binary-arch