File: rules

package info (click to toggle)
nohang 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 640 kB
  • sloc: python: 3,795; makefile: 121; sh: 95
file content (13 lines) | stat: -rwxr-xr-x 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
#export DH_VERBOSE = 1


%:
	dh $@ --with python3

override_dh_auto_configure:
	cp systemd/nohang.service.in systemd/nohang.service

override_dh_auto_install:
	@echo moo
#	dh_auto_install -- PREFIX=/usr SYSCONFDIR=/etc SYSTEMDUNITDIR=/usr/lib/systemd/system