File: rules

package info (click to toggle)
prometheus-trafficserver-exporter 0.3.2-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 360 kB
  • sloc: python: 457; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 306 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME=trafficserver_exporter

DEB_INST := $(CURDIR)/debian/prometheus-trafficserver-exporter/

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_install:
	dh_auto_install
	mv $(DEB_INST)/usr/bin/trafficserver_exporter $(DEB_INST)/usr/bin/prometheus-trafficserver-exporter