#!/bin/bash

ssh root@xvm-dev "rm $1*.deb"
scp -r $1 root@xvm-dev:~/$1
ssh root@xvm-dev "cd ~/$1; debuild"
ssh root@xvm-dev "rm -rf ~/$1"