Package sources for project Java:packages are received through scmsync. This is not supported by the OBS frontend

File debian.rules of Package liboqs-0.7.2-debian-ubuntu

#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DBUILD_SHARED_LIBS=ON \
		-DCMAKE_C_FLAGS="$${CMAKE_C_FLAGS} $${optflags} -O0 -g -fpic -ffat-lto-objects -Wno-unused-but-set-variable -Wno-return-type -Wno-error -Wno-enum-int-mismatch" \
		-DCMAKE_CXX_FLAGS="$${CMAKE_CXX_FLAGS} $${optflags} -O0 -g -fpic -ffat-lto-objects -fpermissive -Wno-unused-but-set-variable -Wno-return-type -Wno-error -Wno-enum-int-mismatch" \ 
		-DOQS_PERMIT_UNSUPPORTED_ARCHITECTURE=ON \
		-DOQS_BUILD_ONLY_LIB=ON \
		-GNinja

override_dh_auto_clean:
	dh_auto_clean
	rm -rf .pytest_cache tests/__pycache__ tmp
    
override_dh_auto_test:
openSUSE Build Service is sponsored by