2014-09-10 01:15:02 +02:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
#export DH_VERBOSE=1
|
|
|
|
|
|
|
|
|
|
|
|
%:
|
2015-02-22 14:30:49 +01:00
|
|
|
dh ${@} --buildsystem cmake --parallel --dbg-package=lxqt-notificationd-dbg
|
2014-09-10 01:15:02 +02:00
|
|
|
|
|
|
|
|
|
|
|
override_dh_auto_install:
|
2015-02-15 03:39:00 +01:00
|
|
|
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-notificationd
|