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
|