svn path=/trunk/packages/invirt-dev/; revision=1861
* add i386 to apt repo
* extend invirt-build-release to handle amd64 + i386
* invirt-build-release: clean up some shell and some perl
+ * invirt-build-release: separate distribution, architecture
- -- Greg Price <price@mit.edu> Fri, 19 Dec 2008 23:37:02 -0500
+ -- Greg Price <price@mit.edu> Sat, 20 Dec 2008 01:57:52 -0500
invirt-dev (0.0.10) unstable; urgency=low
eval $(perl -ne 'print if s/^(Architecture): /\1=/' ${Source}_${Version}.dsc)
case $Architecture in
all)
- sbuild -A -d hardy ${Source}_${Version}.dsc;;
+ sbuild -d hardy --arch-all ${Source}_${Version}.dsc;;
any)
- sbuild -d hardy-amd64 ${Source}_${Version}.dsc
- sbuild -d hardy-i386 ${Source}_${Version}.dsc;;
+ sbuild -d hardy --arch amd64 ${Source}_${Version}.dsc
+ sbuild -d hardy --arch i386 ${Source}_${Version}.dsc;;
*)
echo "invirt-build-release: arch '$Architecture' unimplemented" >&2
exit 1