Fixed source/options - no need to ignore .kdev4, fixed upstream Changed symbols - put the arch bit at the end and comment them - merged new symbols Fixed the copied pdmanfm menu file Fixed rules --fail-missing is enough and will list missed files Switched to experimental because of LXQt namespace change Added minimum version for liblxqt0-dev (>= 0.9.0+20150911)
16 lines
327 B
Makefile
Executable File
16 lines
327 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
#DH_VERBOSE = 1
|
|
|
|
|
|
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
|
|
|
%:
|
|
dh ${@} --buildsystem cmake --parallel
|
|
|
|
override_dh_install:
|
|
dh_install --exclude=pcmanfm-qt.1 --fail-missing
|
|
|
|
override_dh_strip:
|
|
dh_strip -ppcmanfm-qt --dbg-package=pcmanfm-qt-dbg
|
|
dh_strip -plibfm-qt5-2 --dbg-package=libfm-qt5-dbg
|