1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: diasce2
Section: editors
Priority: optional
Maintainer: Jose Carlos Garcia Sogo <jsogo@debian.org>
Build-Depends: debhelper (>= 4), libgnome2-dev, libglade2-dev, libgnomeui-dev, gettext, libxml2-dev
Standards-Version: 3.6.1
Package: diasce2
Architecture: any
Depends: ${shlibs:Depends}, exuberant-ctags, autoconf (>= 2.13-1), automaken
Suggests: glade-gnome-2, gdb, ddd, memprof, libgnome2-dev, libimlib2-dev, libxml2-dev
Conflicts: david
Provides: david
Replaces: david
Description: A C/C++ code editor for GNOME 2
DiaSCE is a C/C++ code editor for GNOME 2. It pretends to be a complement to
Glade, so it doesn't include an environment for GUI's development. It has
neither a debugger or other kind of tool to help debugging. The idea is for
it to be a light code editor that doesn't need too many resources, and makes
use of external tools (gcc, glade, ddd, etc.) for some tasks.
.
If you want to develop applications for GNOME 1.4, please use DiaSCE package
instead.
|