Fixed .gititgnore, added build-stamp Added build-depenedency libqt5xdgiconloader-dev Bumped Standards to 3.9.8, no changes needed Fixed VCS fields, use https and plain /git/ Added Recommends lxqt-config-l10n Fixed copyright Format Added missed new files to copyright Bumped years in copyright Fixed lintian-overrides Added DEB_BUILD_MAINT_OPTIONS = hardening=+all Added translation control Added DCMAKE_BUILD_TYPE=RelWithDebInfo
19 lines
388 B
Makefile
Executable File
19 lines
388 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
#export 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
|
|
|
|
override_dh_makeshlibs:
|
|
dh_makeshlibs -Xlxqt-config
|