11 lines
275 B
Makefile
Executable file
11 lines
275 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
export PYBUILD_NAME=swh.lister
|
|
export export PYBUILD_TEST_ARGS=--with-doctest -sv -a !db,!fs
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild
|
|
|
|
override_dh_install:
|
|
dh_install
|
|
rm -v $(CURDIR)/debian/python3-*/usr/lib/python*/dist-packages/swh/__init__.py
|