File: rules

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

%:
	dh $@ --buildsystem=pybuild

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