Dan Simmons c2221d5787 Package Calamares for new upstream release
Summary:
Update to calamares-settings-ubuntu must follow.

Update copyright for appdata file.

Remove PythonQt depend.

Update copyright for 3rdparty code.

Test Plan: Test Calamares install.

Reviewers: tsimonq2, wxl

Reviewed By: tsimonq2

Differential Revision: https://phab.lubuntu.me/D50
2019-10-09 14:58:23 -05:00

14 lines
360 B
Makefile
Executable File

#!/usr/bin/make -f
# Hardening options, see: https://wiki.debian.org/Hardening
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@ --with kf5
override_dh_auto_configure:
dh_auto_configure -- -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
# Some test don't work well, we don't need to run them at package build time.
override_dh_auto_test: