#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --builddirectory=./
|
|
|
|
override_dh_usrlocal:
|
|
|
|
override_dh_auto_install:
|
|
./bin/install.sh
|
|
|
|
configure:
|
|
|
|
clean:
|
|
dh_autoreconf_clean
|
|
dh_clean
|