File: rules

package info (click to toggle)
prometheus-trafficserver-exporter 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 296 kB
  • sloc: python: 784; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 321 bytes parent folder | download | duplicates (3)
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 $@ --with python3 --buildsystem=pybuild

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