#! /usr/bin/make -f export PYBUILD_NAME=biomaj-user %: dh $@ --with python3 --buildsystem=pybuild override_dh_install: dh_install sed -i '1s;^;#!/usr/bin/python3\n;' debian/python3-biomaj3-user/usr/bin/biomaj-users.py override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) echo "We can not test online code at build time." endif