X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dev.git/blobdiff_plain/ec193ed6907374bb16731c634f1b08d60cfca8ef..6276f0d797e3e4d4ffe3062d46ea1caf8522800a:/sx-build-release diff --git a/sx-build-release b/sx-build-release index a23b03e..acfb2d7 100755 --- a/sx-build-release +++ b/sx-build-release @@ -15,7 +15,9 @@ cd build-release/$package eval `perl '-F:\s+' -lane 'print $F[0]."=".$F[1] if /^Version|^Source|^Distribution/' \ <(dpkg-parsechangelog)` -dpkg-buildpackage -us -uc -rfakeroot +dpkg-buildpackage -us -uc -rfakeroot -S +cd .. +sbuild -A -d hardy-amd64 "${Source}_${Version}.dsc" if ! svn ls $svnuri/package_tags/$Source >/dev/null 2>&1; then svn mkdir $svnuri/package_tags/$Source \ @@ -28,9 +30,12 @@ else echo "$(basename $0): tag already exists, not making again" fi -cd .. -reprepro-env include unstable `pwd`/${Source}_*${Version}*.changes -reprepro-env include stable `pwd`/${Source}_*${Version}*.changes +[ $Distribution = 'unstable' ] \ + || echo "$(basename $0): warning: Distribution is ${Distribution}, script expects unstable" +changesfile="$(ls `pwd`/${Source}_*${Version}*.changes | grep -v 'source.changes$')" +reprepro-env include unstable $changesfile +reprepro-env copy stable unstable ${Source} \ + $(perl '-F:\s+' -lane 'print $F[1]." " if /^Binary/' <$changesfile) cd .. rm -rf build-release