mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-02-10 12:57:31 +00:00
8 lines
157 B
Makefile
Executable File
8 lines
157 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --dbg-package=calamares-dbg --with kf5 --parallel
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- -DWITH_PARTITIONMANAGER=1
|