Alf Gaida 630856780e Prepare for 0.10
Removed breaks and replaces
Fixed control with cme fix
Added linker flags -Wl,--as-needed
Removed unused GPL2+ from copyright
Added AUTHORS to docs
Cleaned up .gitignore
Removed not needed minimum versions
2015-11-12 01:34:46 +01:00

14 lines
285 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-policykit
override_dh_strip:
dh_strip --dbg-package=lxqt-policykit-dbg