summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control25
1 files changed, 9 insertions, 16 deletions
diff --git a/debian/control b/debian/control
index 4ed9b1e..5c6bbd6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,22 +3,15 @@ Section: electronics
Priority: extra
Maintainer: Fabricio Alcalde <f@lcald.com.ar>
Build-Depends: debhelper (>= 7.0.50~)
-Standards-Version: 3.9.0
-Homepage: http://mcu8051ide.sourceforge.net/
-#Vcs-Git: git://git.debian.org/collab-maint/mcu8051ide.git
-#Vcs-Browser: http://git.debian.org/?p=collab-maint/mcu8051ide.git;a=summary
+Standards-Version: 3.9.4
+Homepage: http://mcu8051ide.sf.net
Package: mcu8051ide
Architecture: all
-Depends: ${misc:Depends}, bwidget (>= 1.8), itcl3 (>> 3.3), tcl8.5, tcllib, tk8.5, libtk-img, tdom (>= 0.8), tclx8.4
-Recommends: sdcc, doxygen
-Suggests: rxvt-unicode
-Description: Integrated development enviroment for MCS-51 based microcontrollers
- MCU 8051 IDE is a tool for developing programs in assembly or C languages
- (with SDCC) for microcontrollers based on industrial standard MCS-51.
- .
- It consist of editor with syntax highlight, auto completion, syntax validation
- and command line; compiler with support for macro-instructions (even
- macro in macro); simulator/debugger with small hardware simulation; scientific
- calculator, (rich) text editor for writing to do lists, hexadecimal editor and
- many other tools.
+Depends: ${misc:Depends}, bwidget (>= 1.8.0), itcl3, tdom (>= 0.8), tcllib (>= 1.10), tcl8.5, tk8.5, tclx8.4, libtk-img
+Suggests: rxvt-unicode, sdcc, doxygen, hunspell, make
+Description: Graphical Integrated Development Environment for 8051
+ MCU 8051 IDE is integrated development environment for microcontrollers based
+ on 8051. Supported programming languages are C and assembly. It has its own
+ assembler and support for 2 external assemblers. For C language it uses the
+ SDCC compiler.