File: rules

package info (click to toggle)
python-pam 0.4.2-16
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 216 kB
  • sloc: ansic: 550; python: 50; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 239 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export PYBUILD_DESTDIR_python3=debian/python3-pam/

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

override_dh_clean:
	rm -rf build
	rm -rf *.egg-info
	dh_clean

override_dh_installdocs:
	dh_installdocs AUTHORS README