2014-09-05 09:04:56 +08:00
|
|
|
#!/usr/bin/make -f
|
2014-09-08 19:40:22 +02:00
|
|
|
#export DH_VERBOSE = 1
|
|
|
|
|
2014-09-05 09:04:56 +08:00
|
|
|
%:
|
2014-09-08 19:40:22 +02:00
|
|
|
dh ${@} --buildsystem cmake --parallel
|
|
|
|
|
2014-09-05 09:04:56 +08:00
|
|
|
|
2014-09-08 19:40:22 +02:00
|
|
|
override_dh_install:
|
|
|
|
dh_install --list-missing --fail-missing
|
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
|