shift-shell/debian/rules

16 lines
288 B
Text
Raw Normal View History

2015-02-05 11:57:46 +00:00
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export LDFLAGS += -Wl,--as-needed
%:
dh $@ --parallel --with kde --with sodeps
override_dh_auto_configure:
dh_auto_configure -Skde -- -DCMAKE_BUILD_TYPE=RelWithDebInfo
.PHONY: override_dh_auto_test