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