File: rules

package info (click to toggle)
what-is-python 14
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 32 kB
  • sloc: makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 349 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
include /usr/share/dpkg/default.mk

v3 := 3.11.4-$(shell expr $(DEB_VERSION) - 13)

%:
	dh $@

override_dh_installdocs:
	dh_installdocs -ppython-is-python3 -ppython-dev-is-python3 --link-doc=python-is-python3

override_dh_gencontrol:
	dh_gencontrol -ppython-is-python3 -- -v$(v3)
	dh_gencontrol -ppython-dev-is-python3 -- -v$(v3)