summaryrefslogtreecommitdiff
path: root/prom-server/debian/rules
blob: 022c7e294ee8369fac7759889683ceb59655aa5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
include /usr/share/dpkg/pkg-info.mk
%:
	dh $@

override_dh_auto_configure:

override_dh_auto_build:
	make VERSION=$(DEB_VERSION_UPSTREAM) $(DEB_BUILD_ARCH)/prometheus

override_dh_auto_install:
	install -d $$(pwd)/debian/tmp/usr/bin/
	install -m 755 $$(pwd)/$(DEB_BUILD_ARCH)/prometheus $$(pwd)/debian/tmp/usr/bin/prometheus
	install -m 755 $$(pwd)/$(DEB_BUILD_ARCH)/promtool $$(pwd)/debian/tmp/usr/bin/promtool