2014-09-10 23:37:17 +02:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
#export DH_VERBOSE=1
|
|
|
|
|
|
|
|
|
|
|
|
%:
|
2015-02-22 19:29:21 +01:00
|
|
|
dh ${@} --buildsystem cmake --parallel --dbg-package=lxqt-qtplugin-dbg
|
2014-09-10 23:37:17 +02:00
|
|
|
|
2015-02-15 16:32:41 +01:00
|
|
|
|
2014-09-10 23:37:17 +02:00
|
|
|
override_dh_auto_install:
|
2015-02-15 16:32:41 +01:00
|
|
|
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-qtplugin
|