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
16 lines
336 B
Makefile
Executable File
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
|