File: rules

package info (click to toggle)
buildstream 1.6.9-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 7,560 kB
  • sloc: python: 28,787; sh: 1,339; makefile: 137; ansic: 48
file content (15 lines) | stat: -rwxr-xr-x 448 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export PYBUILD_TEST_PYTEST = 0

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_install:
	# Maybe this should be in a separate package
	# But for now, it doesn't seem necessary for most users
	rm -f debian/buildstream/usr/bin/bst-artifact-server

# The tests don't work in Debian. Not sure they're very useful for us.
override_dh_auto_test:
	-PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="{interpreter} setup.py test" dh_auto_test