File: rules

package info (click to toggle)
networkd-dispatcher 2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 344 kB
  • sloc: python: 1,144; makefile: 20; sh: 10
file content (18 lines) | stat: -rwxr-xr-x 373 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	pytest-3
endif

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