From 9ac60f8220b3fc4dfe973dfd97b6b7a05a76ae72 Mon Sep 17 00:00:00 2001 From: Fabricio Alcalde Date: Sun, 4 Jul 2010 17:14:04 +0000 Subject: Import Debian changes 1.3.7-1 mcu8051ide (1.3.7-1) unstable; urgency=low * Initial release (Closes: #546549) * This is my first Debian package. --- debian/control | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..4ed9b1e --- /dev/null +++ b/debian/control @@ -0,0 +1,24 @@ +Source: mcu8051ide +Section: electronics +Priority: extra +Maintainer: Fabricio Alcalde +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 + +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. -- cgit v1.2.3