Skip to content
Permalink
4f2a8219cc
Go to file
 
 
Cannot retrieve contributors at this time
executable file 24 lines (17 sloc) 433 Bytes
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS_MAINT += -O0
else
CFLAGS_MAINT += -O2
endif
CFLAGS_MAINT += -Wall -g
export DEB_CFLAGS_MAINT_APPEND = $(CFLAGS_MAINT)
override_dh_autoinstall:
dh_autoinstall
install -m 440 lifeguard.uids $(CURDIR)/debian/tmp/etc/dsme/
override_dh_auto_test:
@echo "dh_auto_test disabled"
%:
dh $@
You can’t perform that action at this time.