File: rules

package info (click to toggle)
gajim 2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 16,592 kB
  • sloc: python: 74,160; sh: 423; xml: 67; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 191 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

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

execute_after_dh_auto_build:
	./make.py build --dist unix

override_dh_auto_test:
	python3 -m unittest discover -s test -v