Alf Gaida 2060a7537f some changes in debian $foo
- fixed dependencies
- fixed vcs-fields
- copyright added
- rules cleanup, multiarch handling removed, it's now in cmake
2015-08-13 03:10:53 +02:00

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