File: rules

package info (click to toggle)
pg-cloudconfig 0.11
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 176 kB
  • sloc: python: 401; makefile: 19; sh: 8
file content (15 lines) | stat: -rwxr-xr-x 441 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export PYBUILD_NAME=pg-cloudconfig

override_dh_installman:
	PATH=$(PATH):$(CURDIR)/debian/pg-cloudconfig/usr/bin \
	PYTHONPATH=$(CURDIR) \
	help2man --no-discard-stderr --no-info \
		--name "set optimized defaults for PostgreSQL in virtualized environments" \
		--version-string=$(shell dpkg-parsechangelog -S Version) \
		pg_cloudconfig > pg_cloudconfig.1
	dh_installman

%:
	dh $@ --with python3 --buildsystem=pybuild