fuel-web/debian/rules

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