#!/usr/bin/make -f # Uncomment this to turn on verbose mode. # export DH_VERBOSE=1 # This has to be exported to make some magic below work. #export DH_OPTIONS #DESTDIR=`pwd`/debian/exilog override_dh_auto_install: dh_auto_install $@ cp conf/exilog.conf-example $(CURDIR)/debian/exilog-common/etc/exilog/exilog.conf override_dh_installinit: dh_installinit --no-start --restart-after-upgrade override_dh_install: dh_install chmod +x $(CURDIR)/debian/exilog-cgi/usr/lib/cgi-bin/exilog/exilog_cgi.pl override_dh_installdocs: dh_installdocs cp conf/exilog.conf-example $(CURDIR)/debian/exilog-common/usr/share/doc/exilog-common/exilog.conf.dist %: dh $@