File: rules

package info (click to toggle)
dnsviz 0.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,996 kB
  • sloc: python: 21,038; java: 1,542; javascript: 322; makefile: 46
file content (13 lines) | stat: -rwxr-xr-x 214 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_build:
	$(MAKE) -C doc icons
	dh_auto_build

override_dh_auto_clean:
	$(MAKE) -C doc clean
	dh_auto_clean

override_dh_auto_test: