#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk

makebuilddir::
	SITENAME=happstack.com HOSTNAME=seereason.com PROXYPORT=9021 TESTINGPORT=8000 SERVERADMIN=jeremy@n-heptane.com happstack-debianization-install

build/happstackdotcom-server:: build-ghc-stamp

binary-fixup/happstackdotcom-server::
	  install -Dp -m 755 dist-ghc/build/happstackdotcom-server/happstackdotcom-server debian/happstackdotcom-server/usr/bin/happstackdotcom-server

binary-fixup/happstackdotcom-testing::
	install -D debian/happstackdotcom-testing-defaults debian/happstackdotcom-testing/etc/default/happstackdotcom-testing

binary-fixup/happstackdotcom-production::
	install -D debian/happstackdotcom-production-defaults debian/happstackdotcom-production/etc/default/happstackdotcom-production
#	install -D debian/happstackdotcom-production-apache debian/happstackdotcom-production/etc/apache2/sites-available/happstack.com

binary-fixup/happstackdotcom-data::
	install -Dp -m 644 theme/theme.css debian/happstackdotcom-data/usr/share/happstackdotcom-data/theme/theme.css
	install -Dp -m 644 theme/favicon.ico debian/happstackdotcom-data/usr/share/happstackdotcom-data/theme/favicon.ico
