#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# Build the whole crate with default features (the `gui` feature on), so both
# the `moraine` CLI and the GTK 4 `moraine-gui` binaries are built and
# installed. dh-cargo installs both to /usr/bin; the .desktop file, icon and
# in-app logo are added via debian/moraine.install.
%:
	dh $@ --buildsystem cargo
