Changeset 2320


Ignore:
Timestamp:
May 2, 2009, 12:43:54 PM (15 years ago)
Author:
broder
Message:

In invirt-dev:

  • When building an architecture: any package, pass --arch-all to sbuild for one of the builds.
Location:
trunk/packages/invirt-dev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-dev/debian/changelog

    r2302 r2320  
     1invirt-dev (0.0.14) unstable; urgency=low
     2
     3  * When building an architecture: any package, pass --arch-all to sbuild
     4    for one of the builds.
     5
     6 -- Evan Broder <broder@mit.edu>  Sat, 02 May 2009 12:43:30 -0400
     7
    18invirt-dev (0.0.13) unstable; urgency=low
    29
  • trunk/packages/invirt-dev/invirt-build-release

    r1863 r2320  
    2323        sbuild -d $distribution --arch-all   ${Source}_${Version}.dsc;;
    2424      any)
    25         sbuild -d $distribution --arch amd64 ${Source}_${Version}.dsc
     25        sbuild -d $distribution --arch amd64 --arch-all ${Source}_${Version}.dsc
    2626        sbuild -d $distribution --arch i386  ${Source}_${Version}.dsc;;
    2727      *)
Note: See TracChangeset for help on using the changeset viewer.