File: rules

package info (click to toggle)
python-pycotap 1.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 124 kB
  • sloc: python: 436; makefile: 39; sh: 5
file content (13 lines) | stat: -rwxr-xr-x 253 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

-include /usr/share/openstack-pkg-tools/pkgos.make

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

override_dh_auto_test:
	python3 test/test.py

override_dh_fixperms:
	dh_fixperms
	rm -f $(CURDIR)/debian/python3-pycotap/usr/COPYING