File: rules

package info (click to toggle)
git-secrets 1.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 256 kB
  • sloc: sh: 996; makefile: 27
file content (17 lines) | stat: -rwxr-xr-x 364 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# You must remove unused comment lines for the released package.
#export DH_VERBOSE = 1

%:
	dh $@

override_dh_auto_build:
	dh_auto_build $@
	rst2man README.rst > git-secrets.1

override_dh_auto_install:
	PREFIX=/usr dh_auto_install $@

override_dh_auto_test:
	mkdir -p $(CURDIR)/debian/testtmp
	TMPDIR=$(CURDIR)/debian/testtmp dh_auto_test $@