Cura-packaging/2.3/Uranium/rules
Thomas Karl Pietrowski 1c31606049 Copying 2.1 to 2.3
2016-09-10 12:33:26 +02:00

21 lines
402 B
Makefile
Executable File

#!/usr/bin/make -f
# output every command that modifies files on the build system.
export DH_VERBOSE = 1
%:
dh $@ --with python3 --buildsystem=cmake --parallel
override_dh_install:
echo "Removing UpdateChecker"
rm -rfv debian/tmp/usr/lib/uranium/plugins/UpdateChecker
dh_install --fail-missing
override_dh_auto_configure:
dh_auto_configure -- \
-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)