frappy/debian/rules
Enrico Faulhaber 4884435c2d fix packaging
Change-Id: I073e9208fe6d7655d5bd89cd21252d8b10d46755
2019-10-11 10:38:02 +02:00

22 lines
463 B
Makefile
Executable File

#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
export PYBUILD_DESTDIR_python3=debian/tmp/
export PYBUILD_NAME=secop
export PYBUILD_TEST_PYTEST=1
override_dh_install:
rmdir debian/tmp
mv debian/python3-secop debian/tmp
#find debian/tmp -depth -name __pycache__ -type d -exec rm -r \{\} \;
dh_install -i -O--buildsystem=pybuild
dh_missing --fail-missing
%:
dh $@ --with python3 --buildsystem=pybuild