summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorFabricio Alcalde <f@lcald.com.ar>2013-04-27 15:40:07 +0000
committerAndrej Shadura <andrewsh@debian.org>2018-05-08 15:59:32 +0200
commitf2c36099f70ef41e23ca09bff36a6f83de07b519 (patch)
tree3c14798b7caa7a9837a40e1eb272787dc9a75d89 /debian/control
parent9ac60f8220b3fc4dfe973dfd97b6b7a05a76ae72 (diff)
parent47aa8b00b2b11df13a100489e0f904a4947177ef (diff)
Import Debian changes 1.4.7-1
mcu8051ide (1.4.7-1) unstable; urgency=low * New upstream release. * Fixed spelling error in the manpage.
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.