--- slang2.old/debian/xcontrol Sun Jul 27 19:41:20 2008 +++ /opt/emdebian/trunk/s/slang2/trunk/slang2-2.1.3/debian/xcontrol Sun Jul 27 19:39:33 2008 @@ -0,0 +1,72 @@ +Source: slang2 +Section: devel +Priority: optional +Maintainer: Alastair McKinstry +Uploaders: Jim Mintha +Build-Depends: libpcre3-dev, libpng12-dev +Build-Depends-Tools: debhelper (>= 5.0.22), dbs, docbook-to-man +Standards-Version: 3.7.3 + +Package: libslang2-dev +Section: libdevel +Architecture: any +Depends: libslang2 (= ${binary:Version}), libc6-dev | libc-dev, libpng-dev +Conflicts: slang1-utf8-dev, slang-dev6, slang0.99.34-dev (<< 0.99.38-2.3) +Description: The S-Lang programming library, development version + S-Lang is a C programmer's library that includes routines for the rapid + development of sophisticated, user friendly, multi-platform applications. + . + The S-Lang library includes the following: + * Low level tty input routines for reading single characters at a time. + * Keymap routines for defining keys and manipulating multiple keymaps. + * A high-level key processing interface (SLkp) for + handling function and arrow keys. + * High level screen management routines for manipulating both + monochrome and color terminals. These routines are very + efficient. (SLsmg) + * Low level terminal-independent routines for manipulating the display + of a terminal. (SLtt) + * Routines for reading single line input with line editing and recall + capabilities. (SLrline) + * Searching functions: both ordinary searches and regular expression + searches. (SLsearch) + * An embedded stack-based language interpreter with a C-like syntax. + +Package: libslang2 +Section: libs +Priority: required +Architecture: any +Depends: ${shlibs:Depends} +Recommends: libpng12-0 +Description: The S-Lang programming library - runtime version + S-Lang is a C programmer's library that includes routines for the rapid + development of sophisticated, user friendly, multi-platform applications. + . + This package contains only the shared library libslang.so.* and copyright + information. It is only necessary for programs that use this library (such + as jed and slrn). If you plan on doing development with S-Lang, you will + need the companion -dev package as well. + +Package: libslang2-pic +Priority: optional +Section: libdevel +Architecture: any +Depends: libslang2-dev (= ${binary:Version}) +Conflicts: slang1-utf8-pic, slang-pic, libslang1-pic +Description: The S-Lang programming library, shared library subset kit + This is used to develop subsets of the S-Lang shared libraries for use + on custom installation floppies and in embedded systems. Unless you're + making one of those, you won't need this package. + + +Package: slsh +Section: interpreters +Architecture: any +Depends: ${shlibs:Depends} +Description: S-Lang shell + S-Lang is a C programmer's library that includes routines for the rapid + development of sophisticated, user friendly, multi-platform applications. + . + This package contains a stand-alone interpreter for scripts written + in the S-Lang language. +