11 lines
183 B
Makefile
Executable file
11 lines
183 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
# export DH_VERBOSE = 1
|
|
export PYBUILD_NAME = fsdb
|
|
export PYBUILD_SYSTEM = distutils
|
|
|
|
%:
|
|
dh $@ --with python2 --buildsystem pybuild
|
|
|
|
override_dh_auto_test:
|
|
true
|