ff842dd813
Change-Id: I549f6c177a4e1fd459666410954accea9c30ae3c Related-Bug: #1506896
16 lines
211 B
Makefile
Executable File
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
|