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 $@
|
|
|
|
|
2024-01-05 13:22:19 -06:00
|
|
|
override_dh_installman:
|
2024-01-05 20:03:43 +00:00
|
|
|
help2man -N -n "configure the Picom compositor" "./debian/picom-conf/usr/bin/picom-conf -platform offscreen" > debian/picom-conf.1
|
2024-01-05 13:22:19 -06:00
|
|
|
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
|