summaryrefslogtreecommitdiff
path: root/prom-alertmanager/debian/rules
blob: 623bf34f342473148d9ef80f0c1a1c110e4b6518 (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)/alertmanager

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