2014-09-05 09:04:56 +08:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
|
2014-09-05 21:24:30 +08:00
|
|
|
#DH_VERBOSE = 1
|
2014-09-05 09:04:56 +08:00
|
|
|
%:
|
|
|
|
dh $@
|
|
|
|
|
2014-09-07 18:29:33 +08:00
|
|
|
override_dh_auto_configure:
|
2014-09-07 23:23:49 +08:00
|
|
|
dh_auto_configure -- -DUSE_QT5=yes
|
2014-09-07 18:29:33 +08:00
|
|
|
|
2014-09-05 21:24:30 +08:00
|
|
|
override_dh_strip:
|
2014-09-07 23:23:49 +08:00
|
|
|
dh_strip --dbg-package=libqt5xdg-dbg
|