From 5a4c52794b0fc879af6af816fee41509adfc3d7d Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Mon, 18 Aug 2014 12:54:17 -0600 Subject: [PATCH] Don't depend on libgmp3c2 for trusty The gcc toolchain for msp430 packages now depend on all packages they actually need. The libgmp3c2 package does not need to be explicitly called out, and further it is not available in trusty. --- debian/control.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control.in b/debian/control.in index 2a61c781..0ed7da5d 100644 --- a/debian/control.in +++ b/debian/control.in @@ -65,7 +65,7 @@ Description: TinyOS avr toolchain Package: tinyos-msp430 Architecture: all Depends: binutils-msp430, gcc-msp430, msp430mcu, msp430-libc, gdb-msp430, - mspdebug, libgmp3c2 + mspdebug Provides: tinyos-toolchain Conflicts: Priority: extra -- 2.39.2