In invirt-dev:
authorEvan Broder <broder@mit.edu>
Sat, 2 May 2009 16:43:54 +0000 (12:43 -0400)
committerEvan Broder <broder@mit.edu>
Sat, 2 May 2009 16:43:54 +0000 (12:43 -0400)
  * 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
invirt-build-release

index e09a1b0..ad53a34 100644 (file)
@@ -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 <broder@mit.edu>  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
 invirt-dev (0.0.13) unstable; urgency=low
 
   * Add a UDebComponents definition so that we can upload the invirtified
index 2b2429e..12a998b 100755 (executable)
@@ -22,7 +22,7 @@ for package; do
       all)
         sbuild -d $distribution --arch-all   ${Source}_${Version}.dsc;;
       any)
       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
         sbuild -d $distribution --arch i386  ${Source}_${Version}.dsc;;
       *)
         echo "invirt-build-release: arch '$Architecture' unimplemented" >&2