#!/bin/sh
find . -name "*.deb" -exec rm {} \;
find . -name "*.buildinfo" -exec rm {} \;
find . -name "*.changes" -exec rm {} \;
