Files
zeal/pkg/ppa/debian/rules
T
2026-06-01 14:45:06 +03:00

15 lines
402 B
Makefile
Executable File

#!/usr/bin/make -f
# Build Zeal as a Debian/Ubuntu package.
#
# CMake already installs the binary, .desktop file, AppStream metainfo, and
# icons under /usr on Linux (see assets/freedesktop/CMakeLists.txt), so dh's
# cmake buildsystem needs no extra install glue.
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release