summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2014-05-05 01:22:13 +0200
committerAndrej Shadura <andrewsh@debian.org>2018-05-08 15:59:33 +0200
commit8e10c7df4c355c46c9d706de0fa26d137d079860 (patch)
tree7a3e287f5ee9d1d44a9e1fef67a4b565c1c750fb /debian/control
parentf2c36099f70ef41e23ca09bff36a6f83de07b519 (diff)
Import Debian changes 1.4.7-2
mcu8051ide (1.4.7-2) unstable; urgency=low [ Fabricio Alcalde ] * Use tcl-signal instead of tclx. [ Andrew Shadura ] * Update the launcher script to use Tcl 8.6. * Bump the dependencies.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control18
1 files changed, 10 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index 5c6bbd6..32f5b06 100644
--- a/debian/control
+++ b/debian/control
@@ -2,16 +2,18 @@ Source: mcu8051ide
Section: electronics
Priority: extra
Maintainer: Fabricio Alcalde <f@lcald.com.ar>
-Build-Depends: debhelper (>= 7.0.50~)
-Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.5
Homepage: http://mcu8051ide.sf.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.0), itcl3, tdom (>= 0.8), tcllib (>= 1.10), tcl8.5, tk8.5, tclx8.4, libtk-img
-Suggests: rxvt-unicode, sdcc, doxygen, hunspell, make
+Depends: ${misc:Depends}, bwidget (>= 1.8.0), itcl3, tdom (>= 0.8), tcllib (>= 1.10), tk8.6, tcl-signal, libtk-img
+Suggests: rxvt-unicode, sdcc, doxygen, hunspell, make, tclsh
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.
+ MCU 8051 IDE is an integrated development environment for microcontrollers
+ based on 8051. Supported programming languages are C and assembly. It has
+ its own assembler and it supports two other external assemblers. For C
+ language it uses the SDCC compiler.