From 183f9af2bbcad8b0035d515ef1526fa080bb1831 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sat, 2 May 2009 12:43:54 -0400 Subject: [PATCH] In invirt-dev: * When building an architecture: any package, pass --arch-all to sbuild for one of the builds. svn path=/trunk/packages/invirt-dev/; revision=2320 --- debian/changelog | 7 +++++++ invirt-build-release | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e09a1b0..ad53a34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +invirt-dev (0.0.14) unstable; urgency=low + + * When building an architecture: any package, pass --arch-all to sbuild + for one of the builds. + + -- Evan Broder Sat, 02 May 2009 12:43:30 -0400 + invirt-dev (0.0.13) unstable; urgency=low * Add a UDebComponents definition so that we can upload the invirtified diff --git a/invirt-build-release b/invirt-build-release index 2b2429e..12a998b 100755 --- a/invirt-build-release +++ b/invirt-build-release @@ -22,7 +22,7 @@ for package; do all) sbuild -d $distribution --arch-all ${Source}_${Version}.dsc;; any) - sbuild -d $distribution --arch amd64 ${Source}_${Version}.dsc + sbuild -d $distribution --arch amd64 --arch-all ${Source}_${Version}.dsc sbuild -d $distribution --arch i386 ${Source}_${Version}.dsc;; *) echo "invirt-build-release: arch '$Architecture' unimplemented" >&2 -- 1.7.9.5