- fixed dependencies - fixed vcs-fields - copyright added - rules cleanup, multiarch handling removed, it's now in cmakeubuntu/bionic
parent
aff302446b
commit
2060a7537f
@ -1,15 +1,15 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
#export DH_VERBOSE=1
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
|
|
||||||
|
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh ${@} --buildsystem cmake --parallel --dbg-package=lxqt-panel-dbg
|
dh ${@} --buildsystem cmake --parallel
|
||||||
|
|
||||||
|
|
||||||
|
override_dh_auto_configure:
|
||||||
|
dh_auto_configure -- -DDOM_PLUGIN=YES
|
||||||
|
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-panel
|
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-panel
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_strip:
|
||||||
dh_auto_configure -- -DLIB_SUFFIX=/$(DEB_HOST_MULTIARCH)
|
dh_strip --dbg-package=lxqt-panel-dbg
|
||||||
|
Loading…
Reference in new issue