Alf Gaida 49cbd7f98e Cherry-picking upstream version 0.11.1~13-g4aa2bb6.
Switch to experimental
Hard override translation control
Use DCMAKE_BUILD_TYPE=RelWithDebInfo
Added build dependency liblxqt0-dev
Bumped Standards to 3.9.8, no changes needed
Fixed Vcs-Fields for experimental
Added Recommends libfm-qt-l10n
Fixed copyrights, removed obsolete files
Fixed libfm-qt3.install, don't install translations
2016-07-14 17:39:22 +02:00

16 lines
336 B
Makefile
Executable File

#!/usr/bin/make -f
#DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh ${@} --buildsystem cmake \
--parallel
override_dh_auto_configure:
dh_auto_configure -- \
-DPULL_TRANSLATIONS=OFF \
-DUPDATE_TRANSLATIONS=OFF \
-DCMAKE_BUILD_TYPE=RelWithDebInfo