Alf Gaida e390f966ac Some debian $foo
* debian/rules USE_MENU_CACHE=OFF (Closes:#896513)
* Removed build dependency on libmenu-cache-dev
* Bumped debhelper to 11~
* Bumped compat to 11
* Bumped Standards to 4.1.4, no changes needed
* Fixed VCS fields for salsa
* Fixed homepage
* Removed trailing whitespaces from changelog
2018-04-23 20:17:25 +02:00

17 lines
367 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
override_dh_auto_configure:
dh_auto_configure -- \
-DPULL_TRANSLATIONS=OFF \
-DUPDATE_TRANSLATIONS=OFF \
-DUSE_MENU_CACHE=OFF \
-DCMAKE_BUILD_TYPE=RelWithDebInfo