File: rules

package info (click to toggle)
kubetail 1.6.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 124 kB
  • sloc: sh: 415; makefile: 10
file content (17 lines) | stat: -rwxr-xr-x 448 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

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

# You must remove unused comment lines for the released package.
#export DH_VERBOSE = 1

%:
	dh $@

execute_before_dh_installman:
ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
	help2man debian/kubetail/usr/bin/kubetail \
		--no-info --no-discard-stderr \
		--version-string="$(DEB_VERSION)" \
		-n "Aggregate logs from multiple Kubernetes pods into one stream" > debian/kubetail.1
endif