~mterry/ubuntu-calculator-app/confined

36 by Riccardo Padovani
Created debian folder for package
1
#!/usr/bin/make -f
2
# -*- makefile -*-
3
4
# Uncomment this to turn on verbose mode.
5
#export DH_VERBOSE=1
6
7
%:
37 by Riccardo Padovani
Started to work on CMake
8
	dh $@
36 by Riccardo Padovani
Created debian folder for package
9
10
override_dh_auto_configure:
11
	dh_auto_configure -- -DCLICK_MODE=OFF