initial stab at forking SDCC 2.9.0-5 to create a cc1111 package
[debian/cc1111] / debian / control
index eff80fce2ee2e432480b8120f34f9e4d411840cb..19e081aa9a33327420a5c7793c0978024a43173b 100644 (file)
@@ -1,55 +1,24 @@
-Source: sdcc
+Source: cc1111
 Section: electronics
 Priority: optional
-Maintainer: Gudjon I. Gudjonsson <gudjon@gudjon.org>
-Uploaders: Bdale Garbee <bdale@gag.com>
+Maintainer: Bdale Garbee <bdale@gag.com>
+Uploaders: Keith Packard <keithp@keithp.com>
 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.