From d4339168075e5b8367972937a71f9665ff3cc4f0 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Sat, 30 Jun 2012 23:21:37 -0600 Subject: [PATCH] gcc-msp430 needs libgmp3; fix in tinyos-msp430 dependencies --- debian/changelog | 7 +++++++ debian/control.in | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- 2.39.2