File: rules

package info (click to toggle)
haproxy-log-analysis 2.0~b0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,868 kB
  • sloc: python: 1,993; makefile: 157
file content (20 lines) | stat: -rwxr-xr-x 695 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

export PYBUILD_NAME=haproxy-log-analysis
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_install:
	dh_auto_install
	# Move the python 3 script to the haproxy-log-analysis package
	mkdir -p debian/haproxy-log-analysis/usr/bin
	mv debian/python3-haproxy-log-analysis/usr/bin/haproxy_log_analysis debian/haproxy-log-analysis/usr/bin/

override_dh_installman:
	PYTHONPATH="." help2man --no-info --version-string="${DEB_VERSION_UPSTREAM}" \
		--name="generate aggregate statistics from HAProxy HTTP logs" \
		--output=debian/haproxy_log_analysis.1 \
		./debian/haproxy-log-analysis/usr/bin/haproxy_log_analysis
	dh_installman