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"
cd ..
- reprepro-env include $Distribution ${Source}_*${Version}.changes
+ reprepro-env include $Distribution `pwd`/${Source}_*${Version}.changes
cd $olddir
rm -rf build-release