fuel-web/debian/rules
Vladimir Kozhukalov ff842dd813 Deprecate network_checker directory
Change-Id: I549f6c177a4e1fd459666410954accea9c30ae3c
Related-Bug: #1506896
2015-10-30 11:58:07 +03:00

16 lines
211 B
Makefile
Executable File

#!/usr/bin/make -f
DH_VERBOSE=1
topdir=$(shell pwd)
%:
dh $@ --with python2
override_dh_auto_install:
dh_auto_install
override_dh_auto_build:
dh_clean
dh_auto_build
override_dh_auto_clean:
dh_auto_clean