Changeset 1861
- Timestamp:
- Dec 20, 2008, 1:58:23 AM (16 years ago)
- Location:
- trunk/packages/invirt-dev
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-dev/debian/changelog
r1860 r1861 4 4 * extend invirt-build-release to handle amd64 + i386 5 5 * 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 8 9 9 10 invirt-dev (0.0.10) unstable; urgency=low -
trunk/packages/invirt-dev/invirt-build-release
r1860 r1861 20 20 case $Architecture in 21 21 all) 22 sbuild - A -d hardy${Source}_${Version}.dsc;;22 sbuild -d hardy --arch-all ${Source}_${Version}.dsc;; 23 23 any) 24 sbuild -d hardy -amd64 ${Source}_${Version}.dsc25 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;; 26 26 *) 27 27 echo "invirt-build-release: arch '$Architecture' unimplemented" >&2
Note: See TracChangeset
for help on using the changeset viewer.