Changeset 1861


Ignore:
Timestamp:
Dec 20, 2008, 1:58:23 AM (15 years ago)
Author:
price
Message:

invirt-build-release: separate distribution, architecture

Location:
trunk/packages/invirt-dev
Files:
2 edited

Legend:

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

    r1860 r1861  
    44  * extend invirt-build-release to handle amd64 + i386
    55  * invirt-build-release: clean up some shell and some perl
    6 
    7  -- Greg Price <price@mit.edu>  Fri, 19 Dec 2008 23:37:02 -0500
     6  * invirt-build-release: separate distribution, architecture
     7
     8 -- Greg Price <price@mit.edu>  Sat, 20 Dec 2008 01:57:52 -0500
    89
    910invirt-dev (0.0.10) unstable; urgency=low
  • trunk/packages/invirt-dev/invirt-build-release

    r1860 r1861  
    2020    case $Architecture in
    2121      all)
    22         sbuild -A -d hardy ${Source}_${Version}.dsc;;
     22        sbuild -d hardy --arch-all  ${Source}_${Version}.dsc;;
    2323      any)
    24         sbuild -d hardy-amd64 ${Source}_${Version}.dsc
    25         sbuild -d hardy-i386  ${Source}_${Version}.dsc;;
     24        sbuild -d hardy --arch amd64 ${Source}_${Version}.dsc
     25        sbuild -d hardy --arch i386  ${Source}_${Version}.dsc;;
    2626      *)
    2727        echo "invirt-build-release: arch '$Architecture' unimplemented" >&2
Note: See TracChangeset for help on using the changeset viewer.