From: smckown Date: Thu, 18 Dec 2008 00:59:45 +0000 (+0000) Subject: Update the debian build process to allow building 64-bit tinyos-tools on 64-bit hardw... X-Git-Tag: debian/2.1.0-1tinyos1~6^2~21 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=8b5d6698001c38ed0999e40dde097004b228c974 Update the debian build process to allow building 64-bit tinyos-tools on 64-bit hardware. Currently, build using pbuilder, with 32-bit on 32-bit hardware and 64-bit on 64-bit hardware. Need more testing to allow one machine to build both arches. --- diff --git a/changelog b/changelog index 4735735d..6c41c53f 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,9 @@ +tinyos (2.1.0-0tinyos4) hardy; urgency=low + + * Support 64-bit builds + + -- R. Steve McKown Thu, 04 Sep 2008 10:55:34 -0600 + tinyos (2.1.0-0tinyos3) hardy; urgency=low * Incorporate local enhancements to tos-bsl and motelist diff --git a/control b/control index c75e9d2d..42c37c47 100644 --- a/control +++ b/control @@ -3,7 +3,10 @@ Section: devel Priority: optional Maintainer: R. Steve McKown Standards-Version: 3.7.2.0 -Build-Depends: dpkg-dev (>= 1.13.9), autoconf (>= 2.13), automake, bison, flex, gettext, texinfo, binutils (>= 2.9.5.0.12), gcc (>= 4:4.2.2), dejagnu (>= 1.4.2-1.1), dpatch, file, bzip2, lsb-release, nesc (>= 1.3.0) +Build-Depends: dpkg-dev (>= 1.13.9), autoconf (>= 2.13), automake, bison, flex, + gettext, texinfo, binutils (>= 2.9.5.0.12), gcc (>= 4:4.2.2), + dejagnu (>= 1.4.2-1.1), dpatch, file, bzip2, lsb-release, nesc (>= 1.3.0), + libc6-dev-i386 [amd64], gcc-multilib [amd64], g++-multilib [amd64] Package: tinyos Architecture: all