#!/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/telepathy-theonering" install
	mkdir -p "$(CURDIR)/debian/telepathy-theonering"

	mkdir -p "$(CURDIR)/debian/telepathy-theonering/usr/share/icons/hicolor/32x32/hildon/"
	cp -a "32-tor_handset.png" "$(CURDIR)/debian/telepathy-theonering/usr/share/icons/hicolor/32x32/hildon/im-theonering.png"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Account.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Account.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Account_Interface_Avatar.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Account_Interface_Avatar.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Account_Manager.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Account_Manager.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Channel.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Channel.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Channel_Dispatch_Operation.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Channel_Dispatch_Operation.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Channel_Dispatcher.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Channel_Dispatcher.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Channel_Dispatcher_Interface_Operation_List.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Channel_Dispatcher_Interface_Operation_List.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Channel_Handler.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Channel_Handler.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Channel_Interface_Call_State.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Channel_Interface_Call_State.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Channel_Interface_Chat_State.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Channel_Interface_Chat_State.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Channel_Interface_DTMF.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Channel_Interface_DTMF.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Channel_Interface_Destroyable.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Channel_Interface_Destroyable.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Channel_Interface_Group.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Channel_Interface_Group.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Channel_Interface_Hold.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Channel_Interface_Hold.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Channel_Interface_Media_Signalling.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Channel_Interface_Media_Signalling.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Channel_Interface_Messages.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Channel_Interface_Messages.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Channel_Interface_Password.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Channel_Interface_Password.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Channel_Interface_Tube.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Channel_Interface_Tube.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Channel_Request.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Channel_Request.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Channel_Type_Contact_List.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Channel_Type_Contact_List.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Channel_Type_DBus_Tube.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Channel_Type_DBus_Tube.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Channel_Type_File_Transfer.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Channel_Type_File_Transfer.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Channel_Type_Room_List.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Channel_Type_Room_List.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Channel_Type_Stream_Tube.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Channel_Type_Stream_Tube.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Channel_Type_Streamed_Media.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Channel_Type_Streamed_Media.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Channel_Type_Text.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Channel_Type_Text.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Channel_Type_Tubes.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Channel_Type_Tubes.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Client.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Client.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Client_Approver.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Client_Approver.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Client_Handler.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Client_Handler.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Client_Interface_Requests.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Client_Interface_Requests.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Client_Observer.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Client_Observer.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Connection.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Connection.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Connection_Interface_Aliasing.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Connection_Interface_Aliasing.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Connection_Interface_Avatars.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Connection_Interface_Avatars.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Connection_Interface_Balance.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Connection_Interface_Balance.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Connection_Interface_Capabilities.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Connection_Interface_Capabilities.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Connection_Interface_Contact_Capabilities.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Connection_Interface_Contact_Capabilities.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Connection_Interface_Contacts.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Connection_Interface_Contacts.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Connection_Interface_Location.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Connection_Interface_Location.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Connection_Interface_Presence.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Connection_Interface_Presence.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Connection_Interface_Requests.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Connection_Interface_Requests.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Connection_Interface_Simple_Presence.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Connection_Interface_Simple_Presence.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Connection_Manager.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Connection_Manager.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Debug.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Debug.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Media_Session_Handler.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Media_Session_Handler.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Media_Stream_Handler.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Media_Stream_Handler.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!Properties_Interface.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/Properties_Interface.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!__init__.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/__init__.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!constants.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/constants.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!errors.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/errors.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/"
	cp -a "src!tp!_generated!interfaces.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/_generated/interfaces.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/share/"
	cp -a "32-tor_handset.png" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/share/tor_handset.png"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/share/"
	cp -a "32-tor_phone.png" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/share/tor_phone.png"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/share/"
	cp -a "32-tor_question.png" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/share/tor_question.png"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/share/"
	cp -a "32-tor_self.png" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/share/tor_self.png"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/usr/share/icons/hicolor/26x26/hildon/"
	cp -a "26-tor_handset.png" "$(CURDIR)/debian/telepathy-theonering/usr/share/icons/hicolor/26x26/hildon/im-theonering.png"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/util/"
	cp -a "src!util!__init__.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/util/__init__.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/util/"
	cp -a "src!util!algorithms.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/util/algorithms.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/util/"
	cp -a "src!util!concurrent.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/util/concurrent.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/util/"
	cp -a "src!util!coroutines.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/util/coroutines.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/util/"
	cp -a "src!util!go_utils.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/util/go_utils.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/util/"
	cp -a "src!util!io.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/util/io.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/util/"
	cp -a "src!util!linux.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/util/linux.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/util/"
	cp -a "src!util!misc.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/util/misc.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/util/"
	cp -a "src!util!overloading.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/util/overloading.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/util/"
	cp -a "src!util!time_utils.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/util/time_utils.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/util/"
	cp -a "src!util!tp_utils.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/util/tp_utils.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/usr/lib/telepathy/"
	cp -a "telepathy-theonering" "$(CURDIR)/debian/telepathy-theonering/usr/lib/telepathy/telepathy-theonering"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/usr/share/dbus-1/services/"
	cp -a "org.freedesktop.Telepathy.ConnectionManager.theonering.service" "$(CURDIR)/debian/telepathy-theonering/usr/share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.theonering.service"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/usr/share/osso-rtcom/"
	cp -a "theonering.profile.fremantle" "$(CURDIR)/debian/telepathy-theonering/usr/share/osso-rtcom/theonering.profile"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/usr/share/icons/hicolor/64x64/hildon/"
	cp -a "64-tor_handset.png" "$(CURDIR)/debian/telepathy-theonering/usr/share/icons/hicolor/64x64/hildon/im-theonering.png"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/channel/"
	cp -a "src!channel!__init__.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/channel/__init__.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/channel/"
	cp -a "src!channel!call.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/channel/call.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/channel/"
	cp -a "src!channel!contact_list.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/channel/contact_list.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/channel/"
	cp -a "src!channel!debug_log.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/channel/debug_log.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/channel/"
	cp -a "src!channel!debug_prompt.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/channel/debug_prompt.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/channel/"
	cp -a "src!channel!text.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/channel/text.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/gvoice/"
	cp -a "src!gvoice!__init__.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/gvoice/__init__.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/gvoice/"
	cp -a "src!gvoice!addressbook.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/gvoice/addressbook.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/gvoice/"
	cp -a "src!gvoice!backend.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/gvoice/backend.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/gvoice/"
	cp -a "src!gvoice!browser_emu.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/gvoice/browser_emu.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/gvoice/"
	cp -a "src!gvoice!conversations.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/gvoice/conversations.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/gvoice/"
	cp -a "src!gvoice!locations.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/gvoice/locations.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/gvoice/"
	cp -a "src!gvoice!session.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/gvoice/session.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/gvoice/"
	cp -a "src!gvoice!state_machine.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/gvoice/state_machine.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/"
	cp -a "src!tp!__init__.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/__init__.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/"
	cp -a "src!tp!channel.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/channel.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/"
	cp -a "src!tp!channelhandler.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/channelhandler.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/"
	cp -a "src!tp!channelmanager.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/channelmanager.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/"
	cp -a "src!tp!conn.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/conn.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/"
	cp -a "src!tp!connmgr.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/connmgr.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/"
	cp -a "src!tp!debug.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/debug.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/"
	cp -a "src!tp!handle.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/handle.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/"
	cp -a "src!tp!media.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/media.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/"
	cp -a "src!tp!properties.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp/properties.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/usr/share/telepathy/managers/"
	cp -a "theonering.manager" "$(CURDIR)/debian/telepathy-theonering/usr/share/telepathy/managers/theonering.manager"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/"
	cp -a "src!__init__.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/__init__.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/"
	cp -a "src!aliasing.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/aliasing.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/"
	cp -a "src!autogv.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/autogv.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/"
	cp -a "src!avatars.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/avatars.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/"
	cp -a "src!capabilities.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/capabilities.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/"
	cp -a "src!channel_manager.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/channel_manager.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/"
	cp -a "src!connection.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/connection.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/"
	cp -a "src!connection_manager.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/connection_manager.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/"
	cp -a "src!constants.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/constants.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/"
	cp -a "src!contacts.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/contacts.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/"
	cp -a "src!debug.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/debug.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/"
	cp -a "src!debugger.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/debugger.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/"
	cp -a "src!handle.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/handle.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/"
	cp -a "src!location.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/location.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/"
	cp -a "src!presence.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/presence.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/"
	cp -a "src!requests.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/requests.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/"
	cp -a "src!simple_presence.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/simple_presence.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/"
	cp -a "src!theonering.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/theonering.py"
	mkdir -p "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/"
	cp -a "src!tp_send_debug.py" "$(CURDIR)/debian/telepathy-theonering/opt/theonering/lib/tp_send_debug.py"

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

# 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
