X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Fcontrol;h=19e081aa9a33327420a5c7793c0978024a43173b;hb=b550bdda5cab7586200e92335e6ad2a947424782;hp=eff80fce2ee2e432480b8120f34f9e4d411840cb;hpb=c487d438992756cdb963f0ab4f2d02eec924d678;p=debian%2Fcc1111 diff --git a/debian/control b/debian/control index eff80fc..19e081a 100644 --- a/debian/control +++ b/debian/control @@ -1,55 +1,24 @@ -Source: sdcc +Source: cc1111 Section: electronics Priority: optional -Maintainer: Gudjon I. Gudjonsson -Uploaders: Bdale Garbee +Maintainer: Bdale Garbee +Uploaders: Keith Packard Build-Depends: debhelper (>=7), autoconf, autotools-dev, libtool, flex, bison, libncurses5-dev, gputils, lyx, texlive, ghostscript, quilt Standards-Version: 3.8.3 Homepage: http://sdcc.sourceforge.net -Package: sdcc +Package: cc1111 Architecture: any -Depends: sdcc-libraries (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} -Recommends: sdcc-doc -Suggests: sdcc-ucsim -Conflicts: sdcc-libraries (<< 2.9.0) -Description: Small Device C Compiler - SDCC is a C compiler for the Intel MCS51 family, AVR, HC08, PIC - and Z80 microcontrollers. - . - This package includes the compiler, assemblers and linkers. - -Package: sdcc-libraries -Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: gputils -Conflicts: sdcc (<< 2.3.8+cvs20040218-1) -Description: Small Device C Compiler (libraries) - SDCC is a C compiler for the Intel MCS51 family, AVR, HC08, PIC - and Z80 microcontrollers. - . - This package contains the core library for SDCC. - -Package: sdcc-ucsim -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Suggests: sdcc -Replaces: sdcc-ucsim-snapshot -Description: Micro-controller simulator for SDCC - uCsim is a microcontroller simulator. It is extensible to support - different microcontroller families. It currently supports Intel - MCS51 family, HC08 and Z80 microcontrollers. - -Package: sdcc-doc -Section: doc -Architecture: all -Depends: ${misc:Depends} -Conflicts: sdcc (<= 2.3.3+cvs20030131-4) -Suggests: sdcc -Description: Small Device C Compiler (documentation) - SDCC is a C compiler for the Intel MCS51 family, AVR, HC08, PIC - and Z80 microcontrollers. +Conflicts: sdcc, sdcc-libraries, sdcc-ucsim, sdcc-doc +Description: C Compiler for TI/Chipcon 8051-based RF SOCs + This is a C compiler and related tools for developing firmware for + TI/Chipcon RF System on Chip (SOC) parts based on the 8051 processing + core. These include at least the CC1110, CC1111, CC2510, and CC2511, + CC2530, CC2531, CC2533, CC2543, and CC2544. . - This package provides the documentation and examples for the - SDCC compiler. + This package started as a fork of Debian SDCC 2.9.0-5, motivated both + as a workaround for increases in the size of 8051 code generated by later + versions of SDCC that cause AltOS to fail to build successfully, and a + desire to incorporate support for source-level debugging on real hardware.