File: rules

package info (click to toggle)
daemon 0.8-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 2,876 kB
  • sloc: ansic: 30,338; sh: 4,156; perl: 592; makefile: 308
file content (14 lines) | stat: -rwxr-xr-x 305 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

PACKAGENAME=daemon

%:
	dh $@ --no-parallel

override_dh_auto_configure:
	./configure --prefix=/usr --enable-logind

override_dh_auto_install:
	$(MAKE) PREFIX=debian/daemon/usr install
	mkdir -p debian/daemon/etc
	$(MAKE) CONF_INSDIR=$(shell pwd)/debian/daemon/etc install-daemon-conf