File: rules

package info (click to toggle)
stateless-openpgp-docs 13.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 380 kB
  • sloc: sh: 951; ansic: 279; makefile: 49; python: 36
file content (19 lines) | stat: -rwxr-xr-x 435 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

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

%:
	dh $@

override_dh_auto_build:
	cd manpages && $(MAKE)

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	cd manpages && $(MAKE) check
endif

# the version of the sopv-doc package should align with the
# highest-known major and minor version numbers of the sopv spec:
override_dh_gencontrol:
	dh_gencontrol -psopv-doc -- -v1.1.1-$(DEB_VERSION_REVISION)