File: rules

package info (click to toggle)
python-aioemonitor 1.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 184 kB
  • sloc: xml: 495; python: 265; makefile: 66
file content (14 lines) | stat: -rwxr-xr-x 353 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

UPSTREAM_GIT := https://github.com/bdraco/aioemonitor.git
include /usr/share/openstack-pkg-tools/pkgos.make

export PYBUILD_TEST_ARGS= -v $(CURDIR)/aioemonitor/tests

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

override_dh_fixperms:
	dh_fixperms
	# Remove /usr/bin/my_example
	rm -rf $(CURDIR)/debian/python3-aioemonitor/usr/bin