File: rules

package info (click to toggle)
sbom-toolkit 0.0.20260112
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 128 kB
  • sloc: perl: 599; python: 451; makefile: 13
file content (17 lines) | stat: -rwxr-xr-x 460 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

%:
	dh $@

execute_before_dh_installman:
	pod2man dh_setup_copyright > dh_setup_copyright.1
	help2man ./check_licensing_bom \
	         --version-string=${DEB_VERSION} \
	         --name="Check license BOM" \
	         > check_licensing_bom.1
	help2man ./generate_licensing_bom \
	         --version-string=${DEB_VERSION} \
	         --name="Generate license BOM" \
	         > generate_licensing_bom.1