File debian.rules of Package qt6-wayland-static
#!/usr/bin/make -f include /usr/share/dpkg/pkg-info.mk export DEB_BUILD_OPTIONS += noautodbgsym %: dh $@ override_dh_auto_configure: /opt/qt6-static/bin/qt-configure-module . override_dh_auto_build: cmake --build . --parallel override_dh_auto_install: DESTDIR=$(CURDIR)/debian/tmp \ cmake --install .