Alf Gaida 0e40aa93d4 Cherry-picking upstream release 0.7.1.
* Fixed Symbols
* Removed build dependency liblxqt0-dev
* Activate new UTF8 processing in rules
2016-12-21 23:50:50 +01:00

16 lines
325 B
Makefile
Executable File

#!/usr/bin/make -f
# export DH_VERBOSE=1
export LC_ALL=C.UTF-8
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh ${@} --buildsystem cmake \
--fail-missing
override_dh_auto_configure:
dh_auto_configure -- \
-DUSE_UTF8PROC=ON \
-DCMAKE_BUILD_TYPE=RelWithDebInfo