mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
15 lines
254 B
Plaintext
15 lines
254 B
Plaintext
|
|
#!/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
|