#!/bin/sh
export PERL5LIB=$(dirname $(realpath $0))'/../lib'
exec /usr/bin/dpkg-source "$@"
