13 lines
191 B
Makefile
Executable File
13 lines
191 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --buildsystem=python_distutils --with=python2
|
|
|
|
override_dh_auto_build:
|
|
make man
|
|
make mnexec
|
|
dh_auto_build
|
|
|
|
get-orig-source:
|
|
uscan --force-download --rename
|