File: rules

package info (click to toggle)
python-enigma 0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 268 kB
  • sloc: python: 750; makefile: 132
file content (14 lines) | stat: -rwxr-xr-x 263 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
#DH_VERBOSE = 1

export PYBUILD_NAME = enigma

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

override_dh_installman:
	dh_installman --language=C

make-man:
	txt2man -d '26 Apr 2015' -s 1 -t 'pyenigma.py' \
		pyenigma.py.txt > pyenigma.py.man