dpkg-buildpackage -us -uc -rfakeroot
svn mkdir $svnuri/package_tags/$Source -m "Create package tags directory" ||true
svn cp $svnuri/$package $svnuri/package_tags/$Source/$Version -m "Tag $Version of $Source"
- reprepro-env include $Distribution ../${Source}_*${Version}.changes
+cd ..
+ reprepro-env include $Distribution `pwd`/${Source}_*${Version}*.changes
cd $olddir
rm -rf build-release