Files
zoitechat/debian/rules
deepend-tildeclub 4787a2901c Modify dh_auto_configure options and cleanup rules
Removed git checkout check and updated configuration options.
2026-01-10 18:29:28 -07:00

15 lines
254 B
Makefile
Executable File

#!/usr/bin/make -f
export DH_VERBOSE=1
%:
dh $@ --buildsystem=meson
override_dh_auto_configure:
dh_auto_configure -- \
-Dinstall-plugin-metainfo=false \
-Dwith-lua=lua53
override_dh_installchangelogs:
dh_installchangelogs debian/changelog.txt