File debian.rules of Package OpenBoard
#!/usr/bin/make -f %: dh $@ override_dh_auto_configure: # Add here commands to configure the package. bash -c "cat ../SOURCES/*.patch | patch -p1" cmake -S . -B . -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_CXX_STANDARD=20 # --- end custom part for configure