- fixed dependencies - fixed vcs-fields - copyright added - rules cleanup, multiarch handling removed, it's now in cmake
16 lines
295 B
Makefile
Executable File
16 lines
295 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
#export DH_VERBOSE=1
|
|
|
|
%:
|
|
dh ${@} --buildsystem cmake --parallel
|
|
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- -DDOM_PLUGIN=YES
|
|
|
|
override_dh_auto_install:
|
|
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-panel
|
|
|
|
override_dh_strip:
|
|
dh_strip --dbg-package=lxqt-panel-dbg
|