From: R. Steve McKown Date: Mon, 18 Aug 2014 18:54:17 +0000 (-0600) Subject: Don't depend on libgmp3c2 for trusty X-Git-Tag: debian/2.1.1-4.5-2tmi^0 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=refs%2Fheads%2Fdebian%2F2.1.1 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. --- 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