docker-tidy/debian/rules
2016-06-27 13:50:11 -07:00

22 lines
334 B
Makefile
Executable File

#!/usr/bin/make -f
# -*- makefile -*-
export DH_OPTIONS
%:
dh $@ --with python-virtualenv
override_dh_virtualenv:
dh_virtualenv --python python2.7
# do not call `make clean` as part of packaging
override_dh_auto_clean:
true
# do not call `make` as part of packaging
override_dh_auto_build:
true
override_dh_auto_test:
true