Files
zoitechat/debian/rules

15 lines
254 B
Plaintext
Raw Normal View History

2026-01-08 18:56:01 -07:00
#!/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
2026-01-08 18:56:01 -07:00
override_dh_installchangelogs:
dh_installchangelogs debian/changelog.txt