You've already forked ukui-screensaver
mirror of
https://github.com/ukui/ukui-screensaver.git
synced 2026-06-16 10:16:36 -07:00
13 lines
213 B
Makefile
Executable File
13 lines
213 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export QT_SELECT := qt5
|
|
# export NO_PKG_MANGLE=1
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
DPKG_EXPORT_BUILDFLAGS = 1
|
|
|
|
include /usr/share/dpkg/default.mk
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_usrlocal:
|