#!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- MAKEFILE = $(firstword $(MAKEFILE_LIST)) DEBIAN_DIR = $(dir $(MAKEFILE)) export LC_ALL = C.UTF-8 # The test suite is rather intensive with lots of dependencies, so it # is better left to autopkgtest. export PYBUILD_DISABLE=test %: dh $@ --buildsystem=pybuild override_dh_compress: dh_compress -X usr/share/doc/fdroidserver/examples