File: rules

package info (click to toggle)
nohang 0.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 656 kB
  • sloc: python: 3,795; makefile: 121; sh: 102
file content (12 lines) | stat: -rwxr-xr-x 276 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/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