#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.

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

CFLAGS = -Wall -g

ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
	CFLAGS += -O0
else
	CFLAGS += -O2
endif

configure: configure-stamp
configure-stamp:
	dh_testdir
	# Add here commands to configure the package.

	touch configure-stamp

build: build-stamp

build-stamp: configure-stamp
	dh_testdir
	touch build-stamp

clean:
	dh_testdir
	dh_testroot
	rm -f build-stamp configure-stamp
	dh_clean

install: build
	dh_testdir
	dh_testroot
	dh_clean -k
	dh_installdirs

	# ======================================================
	#$(MAKE) DESTDIR="$(CURDIR)/debian/easy-deb-chroot" install
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot"

#	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registered_packages.db" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registered_packages.db"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/openbox/"
	cp -a "src/home/user/.config/openbox/lxde-rc.xml" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/openbox/lxde-rc.xml"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/sbin/"
	cp -a "src/sbin/debian" "$(CURDIR)/debian/easy-deb-chroot/sbin/debian"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/themes/MurrinaNightOrange/"
	cp -a "src/usr/share/themes/MurrinaNightOrange/wallpaper.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/themes/MurrinaNightOrange/wallpaper.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/bin/"
	cp -a "src/usr/bin/debbie" "$(CURDIR)/debian/easy-deb-chroot/usr/bin/debbie"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/bin/"
	cp -a "src/usr/bin/debwm" "$(CURDIR)/debian/easy-deb-chroot/usr/bin/debwm"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/lxde/"
	cp -a "src/home/user/.config/lxde/config" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/lxde/config"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/lxpanel/LXDE/"
	cp -a "src/home/user/.config/lxpanel/LXDE/config" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/lxpanel/LXDE/config"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/data/org/openoffice/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/data/org/openoffice/Setup.xcu" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/data/org/openoffice/Setup.xcu"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/"
	cp -a "src/home/user/.gimp-2.6/colorrc" "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/colorrc"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/"
	cp -a "src/home/user/.gimp-2.6/controllerrc" "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/controllerrc"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/"
	cp -a "src/home/user/.gimp-2.6/devicerc" "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/devicerc"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/"
	cp -a "src/home/user/.gimp-2.6/dockrc" "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/dockrc"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/"
	cp -a "src/home/user/.gimp-2.6/gimprc" "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/gimprc"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/"
	cp -a "src/home/user/.gimp-2.6/gtkrc" "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/gtkrc"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/"
	cp -a "src/home/user/.gimp-2.6/menurc" "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/menurc"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/"
	cp -a "src/home/user/.gimp-2.6/parasiterc" "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/parasiterc"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/"
	cp -a "src/home/user/.gimp-2.6/pluginrc" "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/pluginrc"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/"
	cp -a "src/home/user/.gimp-2.6/profilerc" "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/profilerc"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/"
	cp -a "src/home/user/.gimp-2.6/sessionrc" "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/sessionrc"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/"
	cp -a "src/home/user/.gimp-2.6/templaterc" "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/templaterc"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/"
	cp -a "src/home/user/.gimp-2.6/themerc" "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/themerc"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/"
	cp -a "src/home/user/.gimp-2.6/toolrc" "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/toolrc"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/"
	cp -a "src/home/user/.gimp-2.6/unitrc" "$(CURDIR)/debian/easy-deb-chroot/home/user/.gimp-2.6/unitrc"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/basic/Standard/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/basic/Standard/Module1.xba" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/basic/Standard/Module1.xba"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/basic/Standard/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/basic/Standard/dialog.xlb" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/basic/Standard/dialog.xlb"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/basic/Standard/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/basic/Standard/script.xlb" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/basic/Standard/script.xlb"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/data/org/openoffice/Office/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/data/org/openoffice/Office/Common.xcu" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/data/org/openoffice/Office/Common.xcu"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/data/org/openoffice/Office/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/data/org/openoffice/Office/Linguistic.xcu" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/data/org/openoffice/Office/Linguistic.xcu"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/data/org/openoffice/Office/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/data/org/openoffice/Office/Recovery.xcu" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/data/org/openoffice/Office/Recovery.xcu"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/data/org/openoffice/Office/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/data/org/openoffice/Office/UI.xcu" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/data/org/openoffice/Office/UI.xcu"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/data/org/openoffice/Office/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/data/org/openoffice/Office/Views.xcu" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/data/org/openoffice/Office/Views.xcu"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/data/org/openoffice/Office/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/data/org/openoffice/Office/Writer.xcu" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/data/org/openoffice/Office/Writer.xcu"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/"
	cp -a "src/usr/share/icons/hicolor/scalable/apps/abiword-debian.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/abiword-debian.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/"
	cp -a "src/usr/share/icons/hicolor/scalable/apps/debian-logo.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/debian-logo.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/"
	cp -a "src/usr/share/icons/hicolor/scalable/apps/deblet.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/deblet.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/"
	cp -a "src/usr/share/icons/hicolor/scalable/apps/epiphany.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/epiphany.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/"
	cp -a "src/usr/share/icons/hicolor/scalable/apps/evince.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/evince.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/"
	cp -a "src/usr/share/icons/hicolor/scalable/apps/gimp.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/gimp.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/"
	cp -a "src/usr/share/icons/hicolor/scalable/apps/gnome-alsamixer-icon.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/gnome-alsamixer-icon.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/"
	cp -a "src/usr/share/icons/hicolor/scalable/apps/iceweasel.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/iceweasel.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/"
	cp -a "src/usr/share/icons/hicolor/scalable/apps/lxde.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/lxde.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/"
	cp -a "src/usr/share/icons/hicolor/scalable/apps/ooo-calc.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/ooo-calc.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/"
	cp -a "src/usr/share/icons/hicolor/scalable/apps/ooo-draw.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/ooo-draw.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/"
	cp -a "src/usr/share/icons/hicolor/scalable/apps/ooo-gulls.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/ooo-gulls.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/"
	cp -a "src/usr/share/icons/hicolor/scalable/apps/ooo-impress.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/ooo-impress.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/"
	cp -a "src/usr/share/icons/hicolor/scalable/apps/ooo-math.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/ooo-math.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/"
	cp -a "src/usr/share/icons/hicolor/scalable/apps/ooo-template.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/ooo-template.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/"
	cp -a "src/usr/share/icons/hicolor/scalable/apps/ooo-web.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/ooo-web.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/"
	cp -a "src/usr/share/icons/hicolor/scalable/apps/ooo-writer.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/ooo-writer.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/"
	cp -a "src/usr/share/icons/hicolor/scalable/apps/openjdk-6.xpm" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/openjdk-6.xpm"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/"
	cp -a "src/usr/share/icons/hicolor/scalable/apps/openofficeorg24-draw.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/openofficeorg24-draw.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/"
	cp -a "src/usr/share/icons/hicolor/scalable/apps/openofficeorg24-impress.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/openofficeorg24-impress.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/"
	cp -a "src/usr/share/icons/hicolor/scalable/apps/openofficeorg24-writer.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/openofficeorg24-writer.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/"
	cp -a "src/usr/share/icons/hicolor/scalable/apps/synaptic.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/apps/synaptic.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/autotext/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/autotext/mytexts.bau" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/autotext/mytexts.bau"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/soffice.cfg/modules/swriter/toolbar/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/config/soffice.cfg/modules/swriter/toolbar/standardbar.xml" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/soffice.cfg/modules/swriter/toolbar/standardbar.xml"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/psprint/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/psprint/pspfontcache" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/psprint/pspfontcache"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/config/arrowhd_en-US.soe" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/arrowhd_en-US.soe"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/config/autotbl.fmt" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/autotbl.fmt"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/config/classic_en-US.sog" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/classic_en-US.sog"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/config/cmyk.soc" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/cmyk.soc"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/config/gallery.soc" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/gallery.soc"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/config/hatching_en-US.soh" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/hatching_en-US.soh"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/config/html.soc" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/html.soc"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/config/javasettings_Linux_ARM_EABI.xml" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/javasettings_Linux_ARM_EABI.xml"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/config/modern_en-US.sog" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/modern_en-US.sog"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/config/palette_en-US.soc" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/palette_en-US.soc"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/config/standard.sob" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/standard.sob"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/config/standard.soc" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/standard.soc"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/config/standard.sod" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/standard.sod"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/config/standard.soe" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/standard.soe"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/config/standard.sog" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/standard.sog"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/config/standard.soh" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/standard.soh"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/config/styles_en-US.sod" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/styles_en-US.sod"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/config/sun-color.soc" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/sun-color.soc"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/config/web.soc" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/web.soc"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/database/biblio/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/database/biblio/biblio.dbf" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/database/biblio/biblio.dbf"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/database/biblio/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/database/biblio/biblio.dbt" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/database/biblio/biblio.dbt"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/themes/MurrinaNightOrange/gtk-2.0/"
	cp -a "src/usr/share/themes/MurrinaNightOrange/gtk-2.0/gtkrc" "$(CURDIR)/debian/easy-deb-chroot/usr/share/themes/MurrinaNightOrange/gtk-2.0/gtkrc"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/gallery/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/gallery/sg100.sdv" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/gallery/sg100.sdv"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/gallery/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/gallery/sg100.thm" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/gallery/sg100.thm"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/gallery/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/gallery/sg30.sdv" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/gallery/sg30.sdv"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/gallery/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/gallery/sg30.thm" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/gallery/sg30.thm"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/soffice.cfg/modules/swriter/accelerator/en-US/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/config/soffice.cfg/modules/swriter/accelerator/en-US/current.xml" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/soffice.cfg/modules/swriter/accelerator/en-US/current.xml"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/"
	cp -a "src/home/user/.chroot" "$(CURDIR)/debian/easy-deb-chroot/home/user/.chroot"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/"
	cp -a "src/home/user/.gtkrc-2.0" "$(CURDIR)/debian/easy-deb-chroot/home/user/.gtkrc-2.0"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/"
	cp -a "src/home/user/.xbindkeysrc" "$(CURDIR)/debian/easy-deb-chroot/home/user/.xbindkeysrc"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/applications/hildon/"
	cp -a "src/usr/share/applications/hildon/closechroot.desktop" "$(CURDIR)/debian/easy-deb-chroot/usr/share/applications/hildon/closechroot.desktop"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/applications/hildon/"
	cp -a "src/usr/share/applications/hildon/debchroot.desktop" "$(CURDIR)/debian/easy-deb-chroot/usr/share/applications/hildon/debchroot.desktop"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/applications/hildon/"
	cp -a "src/usr/share/applications/hildon/debevince.desktop" "$(CURDIR)/debian/easy-deb-chroot/usr/share/applications/hildon/debevince.desktop"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/applications/hildon/"
	cp -a "src/usr/share/applications/hildon/gnome-alsamixer.desktop" "$(CURDIR)/debian/easy-deb-chroot/usr/share/applications/hildon/gnome-alsamixer.desktop"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/applications/hildon/"
	cp -a "src/usr/share/applications/hildon/iceweasel.desktop" "$(CURDIR)/debian/easy-deb-chroot/usr/share/applications/hildon/iceweasel.desktop"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/applications/hildon/"
	cp -a "src/usr/share/applications/hildon/image-install.desktop" "$(CURDIR)/debian/easy-deb-chroot/usr/share/applications/hildon/image-install.desktop"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/applications/hildon/"
	cp -a "src/usr/share/applications/hildon/lxde.desktop" "$(CURDIR)/debian/easy-deb-chroot/usr/share/applications/hildon/lxde.desktop"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/applications/hildon/"
	cp -a "src/usr/share/applications/hildon/lxdefocus.desktop" "$(CURDIR)/debian/easy-deb-chroot/usr/share/applications/hildon/lxdefocus.desktop"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/applications/hildon/"
	cp -a "src/usr/share/applications/hildon/ooo.desktop" "$(CURDIR)/debian/easy-deb-chroot/usr/share/applications/hildon/ooo.desktop"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/applications/hildon/"
	cp -a "src/usr/share/applications/hildon/synaptic.desktop" "$(CURDIR)/debian/easy-deb-chroot/usr/share/applications/hildon/synaptic.desktop"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/applications/hildon/"
	cp -a "src/usr/share/applications/hildon/xbindkeys.desktop" "$(CURDIR)/debian/easy-deb-chroot/usr/share/applications/hildon/xbindkeys.desktop"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/soffice.cfg/global/accelerator/en-US/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/config/soffice.cfg/global/accelerator/en-US/current.xml" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/config/soffice.cfg/global/accelerator/en-US/current.xml"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/database/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/database/biblio.odb" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/database/biblio.odb"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/database/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/database/evolocal.odb" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/database/evolocal.odb"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/basic/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/basic/dialog.xlc" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/basic/dialog.xlc"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/basic/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/basic/script.xlc" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/basic/script.xlc"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/img-install/"
	cp -a "src/home/user/img-install/debian-installer.sh" "$(CURDIR)/debian/easy-deb-chroot/home/user/img-install/debian-installer.sh"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/img-install/"
	cp -a "src/home/user/img-install/md5sum" "$(CURDIR)/debian/easy-deb-chroot/home/user/img-install/md5sum"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/data/org/openoffice/Office/UI/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/lxpanel/LXDE/panels/"
	cp -a "src/home/user/.config/lxpanel/LXDE/panels/panel" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/lxpanel/LXDE/panels/panel"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/lxpanel/LXDE/panels/"
	cp -a "src/home/user/.config/lxpanel/LXDE/panels/top" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/lxpanel/LXDE/panels/top"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/uno_packages/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/uno_packages/cache/log.txt" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/uno_packages/cache/log.txt"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/uno_packages/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/uno_packages/cache/stamp.sys" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/uno_packages/cache/stamp.sys"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/uno_packages/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/uno_packages/cache/uno_packages.db" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/uno_packages/cache/uno_packages.db"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/pcmanfm/"
	cp -a "src/home/user/.config/pcmanfm/main.lxde" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/pcmanfm/main.lxde"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/gtk-2.0/"
	cp -a "src/home/user/.config/gtk-2.0/gtkfilechooser.ini" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/gtk-2.0/gtkfilechooser.ini"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/wordbook/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/wordbook/standard.dic" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/wordbook/standard.dic"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/"
	cp -a "src/usr/share/icons/hicolor/scalable/hildon/abiword-debian.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/abiword-debian.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/"
	cp -a "src/usr/share/icons/hicolor/scalable/hildon/closechroot64.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/closechroot64.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/"
	cp -a "src/usr/share/icons/hicolor/scalable/hildon/debevince.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/debevince.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/"
	cp -a "src/usr/share/icons/hicolor/scalable/hildon/debian-hw-keys.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/debian-hw-keys.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/"
	cp -a "src/usr/share/icons/hicolor/scalable/hildon/debian-logo.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/debian-logo.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/"
	cp -a "src/usr/share/icons/hicolor/scalable/hildon/deblet-easydeb.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/deblet-easydeb.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/"
	cp -a "src/usr/share/icons/hicolor/scalable/hildon/debthunderbird.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/debthunderbird.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/"
	cp -a "src/usr/share/icons/hicolor/scalable/hildon/fix-kbd-focus.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/fix-kbd-focus.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/"
	cp -a "src/usr/share/icons/hicolor/scalable/hildon/gimp.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/gimp.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/"
	cp -a "src/usr/share/icons/hicolor/scalable/hildon/gnome-alsamixer-icon.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/gnome-alsamixer-icon.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/"
	cp -a "src/usr/share/icons/hicolor/scalable/hildon/iceweasel.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/iceweasel.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/"
	cp -a "src/usr/share/icons/hicolor/scalable/hildon/lxde.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/lxde.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/"
	cp -a "src/usr/share/icons/hicolor/scalable/hildon/ooo-calc.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/ooo-calc.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/"
	cp -a "src/usr/share/icons/hicolor/scalable/hildon/ooo-draw.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/ooo-draw.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/"
	cp -a "src/usr/share/icons/hicolor/scalable/hildon/ooo-gulls.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/ooo-gulls.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/"
	cp -a "src/usr/share/icons/hicolor/scalable/hildon/ooo-impress.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/ooo-impress.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/"
	cp -a "src/usr/share/icons/hicolor/scalable/hildon/ooo-math.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/ooo-math.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/"
	cp -a "src/usr/share/icons/hicolor/scalable/hildon/ooo-template.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/ooo-template.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/"
	cp -a "src/usr/share/icons/hicolor/scalable/hildon/ooo-web.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/ooo-web.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/"
	cp -a "src/usr/share/icons/hicolor/scalable/hildon/ooo-writer.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/ooo-writer.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/"
	cp -a "src/usr/share/icons/hicolor/scalable/hildon/openjdk-6.xpm" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/openjdk-6.xpm"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/"
	cp -a "src/usr/share/icons/hicolor/scalable/hildon/openofficeorg24-draw.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/openofficeorg24-draw.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/"
	cp -a "src/usr/share/icons/hicolor/scalable/hildon/openofficeorg24-impress.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/openofficeorg24-impress.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/"
	cp -a "src/usr/share/icons/hicolor/scalable/hildon/openofficeorg24-writer.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/openofficeorg24-writer.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/"
	cp -a "src/usr/share/icons/hicolor/scalable/hildon/synaptic.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/hildon/synaptic.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/"
	cp -a "src/usr/share/icons/hicolor/scalable/deblet.png" "$(CURDIR)/debian/easy-deb-chroot/usr/share/icons/hicolor/scalable/deblet.png"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Inet.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Inet.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.LDAP.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.LDAP.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.Addons.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.Addons.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.Canvas.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.Canvas.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.Commands.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.Commands.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.Common.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.Common.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.Compatibility.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.Compatibility.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.DataAccess.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.DataAccess.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.Events.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.Events.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.ExtendedColorScheme.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.ExtendedColorScheme.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.Jobs.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.Jobs.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.Linguistic.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.Linguistic.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.Logging.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.Logging.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.OptionsDialog.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.OptionsDialog.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.Paths.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.Paths.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.ProtocolHandler.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.ProtocolHandler.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.Recovery.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.Recovery.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.SFX.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.SFX.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.Substitution.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.Substitution.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.TabBrowse.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.TabBrowse.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.TypeDetection.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.TypeDetection.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.UI.Controller.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.UI.Controller.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.UI.Factories.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.UI.Factories.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.UI.GenericCommands.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.UI.GenericCommands.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.UI.GlobalSettings.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.UI.GlobalSettings.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.UI.WriterCommands.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.UI.WriterCommands.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.UI.WriterWindowState.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.UI.WriterWindowState.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.UI.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.UI.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.Views.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.Views.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.Writer.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.Writer.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.WriterWeb.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Office.WriterWeb.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Setup.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.Setup.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.System.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.System.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.TypeDetection.Filter.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.TypeDetection.Filter.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.TypeDetection.GraphicFilter.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.TypeDetection.GraphicFilter.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.TypeDetection.Misc.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.TypeDetection.Misc.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.TypeDetection.Types.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.TypeDetection.Types.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.TypeDetection.UISort.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.TypeDetection.UISort.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.UserProfile.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.UserProfile.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.VCL.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.VCL.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.ucb.Configuration.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.ucb.Configuration.dat"
	mkdir -p "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/"
	cp -a "src/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.ucb.Store.dat" "$(CURDIR)/debian/easy-deb-chroot/home/user/.config/.openoffice.org/3/user/registry/cache/org.openoffice.ucb.Store.dat"

	# ======================================================

# Build architecture-independent files here.
binary-indep: build install
# We have nothing to do by default.

# Build architecture-dependent files here.
binary-arch: build install
	dh_testdir
	dh_testroot
	dh_installchangelogs debian/changelog
	dh_installdocs
	dh_installexamples
#	dh_install
#	dh_installmenu
#	dh_installdebconf
#	dh_installlogrotate
#	dh_installemacsen
#	dh_installpam
#	dh_installmime
#	dh_python
#	dh_installinit
#	dh_installcron
#	dh_installinfo
	dh_installman
	dh_link
	dh_strip
	dh_compress
	dh_fixperms
#	dh_perl
#	dh_makeshlibs
	dh_installdeb
	dh_shlibdeps
	dh_gencontrol
	dh_md5sums
	dh_builddeb

binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure
