File: rules

package info (click to toggle)
x-tile 3.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,360 kB
  • sloc: python: 2,240; xml: 28; sh: 11; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 219 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

override_dh_clean:
	rm -rf build
	dh_clean

override_dh_auto_test:
	@echo 'blhc: ignore-line-regexp: .*compiling.*locale.*po.*build.*mo'
	dh_auto_test