From: R. Steve McKown Date: Sun, 1 Jul 2012 05:21:37 +0000 (-0600) Subject: gcc-msp430 needs libgmp3; fix in tinyos-msp430 dependencies X-Git-Tag: debian/2.1.1-4.4-6tmi^0 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=d4339168075e5b8367972937a71f9665ff3cc4f0 gcc-msp430 needs libgmp3; fix in tinyos-msp430 dependencies --- diff --git a/debian/changelog b/debian/changelog index 79b63737..b9f27e0e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +tinyos (2.1.1-4.4-6tmi) hardy; urgency=low + + * tinyos-msp430 depends on libgmp3c2. The dependency is actually a + requirement of gcc-msp430, so this is a temporary change for convenience. + + -- TMI Packages Sat, 30 Jun 2012 20:02:17 -0600 + tinyos (2.1.1-4.4-5tmi) hardy; urgency=low * Don't require gdb-msp430; the package has issues at the moment diff --git a/debian/control.in b/debian/control.in index 4d001864..924d91c8 100644 --- a/debian/control.in +++ b/debian/control.in @@ -62,7 +62,7 @@ Description: TinyOS avr toolchain Package: tinyos-msp430 Architecture: all -Depends: binutils-msp430, msp430mcu, gcc-msp430, msp430-libc +Depends: binutils-msp430, msp430mcu, gcc-msp430, msp430-libc, libgmp3c2 Provides: tinyos-toolchain Conflicts: Priority: extra