File: rules

package info (click to toggle)
python-zipstream-ng 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 248 kB
  • sloc: python: 1,639; makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 199 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

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

override_dh_installman:
	mkdir debian/tmp
	rst2man docs/zipserver.rst debian/tmp/zipserver.1
	dh_installman debian/tmp/zipserver.1