File: rules

package info (click to toggle)
legit 1.2.0.post0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 188 kB
  • sloc: python: 739; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 176 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

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

override_dh_installman:
	rst2man README.rst > debian/legit.1
	dh_installman

override_dh_auto_build:
	true