13 lines
334 B
Plaintext
Raw Normal View History

2016-12-07 15:19:58 +02:00
#!/usr/bin/make -f
2025-02-21 01:18:22 -06:00
export DEB_BUILD_MAINT_OPTIONS=hardening=+all,buildinfo=+path
2016-12-07 15:19:58 +02:00
%:
2025-02-21 01:18:22 -06:00
dh $@
2016-12-07 15:19:58 +02:00
override_dh_auto_configure:
dh_auto_configure -- -DWITH_PYBIND11=OFF -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DBUILD_APPDATA=ON -DBUILD_APPSTREAM=ON -DINSTALL_COMPLETION=ON -DWITH_QT6=ON
2017-10-18 08:57:06 +02:00
2025-02-21 01:18:22 -06:00
# Needs to be looked into further
2017-10-18 08:57:06 +02:00
override_dh_auto_test: