#!/bin/sh

rm -rf \
	libotr-3.0.0 libotr-3.1.0 libotr-mtn build-stamp \
	`ls -ld debian/* | grep '^d' | awk '{print $$NF;}'` \
	debian/{*.{debhelper,substvars},files} \
	../libotr*nix*
