16 lines
367 B
Plaintext
Raw Permalink Normal View History

2023-12-10 23:21:19 +00:00
#!/usr/bin/make -f
2024-01-05 20:14:49 +00:00
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
2023-12-10 23:21:19 +00:00
%:
dh $@
override_dh_installman:
help2man -N -n "configure the Picom compositor" "./debian/picom-conf/usr/bin/picom-conf -platform offscreen" > debian/picom-conf.1
dh_installman
2024-10-19 15:16:42 -05:00
2024-10-19 15:24:41 -05:00
override_dh_auto_configure:
dh_auto_configure -- \
2024-10-19 15:16:42 -05:00
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DPROJECT_QT_VERSION=6