#!/usr/bin/make -f

%:
	dh $@

override_dh_strip:

override_dh_strip_nondeterminism:

override_dh_shlibdeps:

override_dh_makeshlibs:

override_dh_dwz:

override_dh_fixperms:
	dh_fixperms
	chmod 600 $(CURDIR)/debian/ceod/etc/csc/ceod.ini
