You've already forked ukui-power-manager
mirror of
https://github.com/ukui/ukui-power-manager.git
synced 2026-03-09 09:23:51 -07:00
13 lines
167 B
Makefile
Executable File
13 lines
167 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
# -*- makefile -*-
|
|
# Uncomment this to turn on verbose mode.
|
|
#export DH_VERBOSE = 1
|
|
|
|
|
|
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
|
|
|
|
%:
|
|
dh $@
|
|
|