aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/packages/debian/rules
blob: eaf895e1aaa72f530c1f83534d6db94a93f387a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

%:
	dh $@

override_dh_strip:

override_dh_auto_build:
	./compile.sh

override_dh_auto_clean:
	dh_auto_clean
	rm -f bazel-*
	rm -f output

override_dh_install:
	install -D -m 0755 output/bazel $$(pwd)/debian/bazel/usr/bin/bazel