File: rules

package info (click to toggle)
buildstream 1.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,104 kB
  • sloc: python: 24,670; makefile: 71; sh: 25
file content (19 lines) | stat: -rwxr-xr-x 525 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export PYBUILD_TEST_PYTEST = 0

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

override_dh_install:
	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

override_dh_missing:
	dh_missing --fail-missing

# 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