debian-django-model-utils/debian/rules

16 lines
359 B
Makefile
Executable File

#!/usr/bin/make -f
# -*- makefile -*-
export PYBUILD_NAME=django-model-utils
%:
dh $@ --with python2 --buildsystem=pybuild
.PHONY: override_dh_auto_test
override_dh_auto_test:
dh_auto_test -- --system=custom --test-args="{interpreter} ./runtests.py"
.PHONY: override_dh_installchangelogs
override_dh_installchangelogs:
dh_installchangelogs CHANGES.rst