You've already forked ukui-settings-daemon
mirror of
https://github.com/ukui/ukui-settings-daemon.git
synced 2026-03-09 09:24:39 -07:00
7 lines
97 B
Makefile
Executable File
7 lines
97 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
export QT_SELECT=5
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
|
|
%:
|
|
dh $@
|