File: rules

package info (click to toggle)
hiera-py 0.0.1%2B20190629-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 196 kB
  • sloc: python: 312; makefile: 133; sh: 22
file content (17 lines) | stat: -rwxr-xr-x 297 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

# export DH_VERBOSE=1

export PYBUILD_DESTDIR_python3=debian/python3-hiera
#export PYBUILD_DISABLE=test

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

override_dh_auto_clean:
	cd docs && make clean
	dh_auto_clean

override_dh_install:
	cd docs && make singlehtml
	dh_install