docker-tidy/debian/rules

22 lines
334 B
Plaintext
Raw Normal View History

2015-07-01 00:33:43 +02:00
#!/usr/bin/make -f
# -*- makefile -*-
export DH_OPTIONS
%:
dh $@ --with python-virtualenv
override_dh_virtualenv:
dh_virtualenv --python python2.7
2015-07-01 00:33:43 +02:00
# 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:
2016-06-27 22:50:11 +02:00
true