ai-memory 0.5.4-patch.5

AI-agnostic persistent memory system — MCP server, HTTP API, and CLI for any AI platform
#!/usr/bin/make -f

export CARGO_HOME = $(CURDIR)/debian/cargo_home

%:
	dh $@

override_dh_auto_build:
	cargo build --release

override_dh_auto_install:
	install -D -m 0755 target/release/ai-memory debian/ai-memory/usr/bin/ai-memory

override_dh_auto_test:
	# Tests require network for embedding model download; skip in build
	true

override_dh_shlibdeps:
	dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info

override_dh_strip:
	dh_strip --no-automatic-dbgsym