File: rules

package info (click to toggle)
xapers 0.9.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 644 kB
  • sloc: python: 2,571; sh: 1,294; makefile: 53
file content (18 lines) | stat: -rwxr-xr-x 324 bytes parent folder | download | duplicates (2)
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 --buildsystem pybuild

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	make test
endif

override_dh_installchangelogs:
	dh_installchangelogs NEWS.md

override_dh_clean:
	rm -rf lib/xapers.egg-info
	rm -rf test/test-results/
	rm -rf test/tmp.all/
	dh_clean