File: rules

package info (click to toggle)
networkd-dispatcher 2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 356 kB
  • sloc: python: 1,137; makefile: 18; sh: 10
file content (17 lines) | stat: -rwxr-xr-x 321 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f


%:
	dh $@ --with python3

override_dh_install:
	install -m644 -D networkd-dispatcher.conf debian/networkd-dispatcher/etc/default/networkd-dispatcher
	dh_install

override_dh_auto_test:
	pytest-3


override_dh_python3:
	# Deletes all my /usr/lib/networkd-dispatcher dirs...
	dh_python3 --skip-private