File: rules

package info (click to toggle)
klaus 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 424 kB
  • sloc: python: 1,608; javascript: 56; makefile: 10
file content (17 lines) | stat: -rwxr-xr-x 287 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
DPKG_EXPORT_BUILDFLAGS = 1

export PYBUILD_NAME=klaus

include /usr/share/dpkg/default.mk

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_clean:
	dh_auto_clean
	rm -rf klaus.egg-info
	rm -rf tests/repos/build/

override_dh_auto_test:
	#./runtests.sh