#!/usr/bin/make -f


%:
	dh $@

# For a while we use binary "sources"
override_dh_auto_configure:
override_dh_auto_build:
override_dh_auto_test:
override_dh_auto_install:
	ln -sf ../../root_i386 debian/tmp

override_dh_auto_clean:

override_dh_installmodules:

