#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_build:
	dh_auto_build

override_dh_auto_clean:
	dh_auto_clean

override_dh_auto_install:
	dh_auto_install
	dh_install bin opt/local/etherpad/etherpad-lite/
	dh_install doc opt/local/etherpad/etherpad-lite/
	dh_install src opt/local/etherpad/etherpad-lite/
	dh_install var opt/local/etherpad/etherpad-lite/
	dh_install tests opt/local/etherpad/etherpad-lite/
#override_dh_installinit:
#dh_installinit --name=etherpad-lite

