File: rules

package info (click to toggle)
systemfixtures 0.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 324 kB
  • sloc: python: 808; makefile: 219; sh: 2
file content (14 lines) | stat: -rwxr-xr-x 310 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export PYBUILD_NAME=systemfixtures

# This is needed because of https://bugs.launchpad.net/pbr/+bug/1637729
export PBR_VERSION=$(shell dpkg-parsechangelog -SVersion | sed -e 's/[-].*//')


%:
	dh $@ --with python3 --buildsystem=pybuild


override_dh_installdocs:
	dh_installdocs -A AUTHORS