Alf Gaida 5c9caada2b Preparing migration of 0.10
Fixed czchen's email address
Removed breaks/replaces
Fixed control with cme fix
Added linker flags -Wl,--as-needed
Removed not needed minimum versions
Cleaned up .gitignore
2015-11-12 02:26:42 +01:00

14 lines
297 B
Makefile
Executable File

#!/usr/bin/make -f
#export DH_VERBOSE=1
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh ${@} --buildsystem cmake --parallel
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-powermanagement
override_dh_strip:
dh_strip --dbg-package=lxqt-powermanagement-dbg