slang2 2.2.4-2ubuntu1 source package in Ubuntu Linaro Evaluation Build

Changelog

slang2 (2.2.4-2ubuntu1) oneiric; urgency=low

  * Merge with Debian unstable. Remaining Ubuntu changes:
    - debian/control: Drop libonig-dev build dependency, not in main.

slang2 (2.2.4-2) unstable; urgency=low

  * Call make static to build library directly in rules, rather than
    accidentally rely on it being called by 'make test'. Closes: #623933.

slang2 (2.2.4-1) unstable; urgency=low

  * New upstream release.

slang2 (2.2.3-3) unstable; urgency=low

  * patch  for FTBFS on hurd-i386.
  * Include missing files for slsh. Closes: #621495.
  * Remove "The" from Descriptions: in debian/control..

slang2 (2.2.3-2) unstable; urgency=low

  * Add chrpath to Build-Depends. Closes: #620997.

slang2 (2.2.3-1) unstable; urgency=low

  * New upstream release.
    Removed obsolete patches:
       termcap_emulation.patch
       nointerlibc.patch
       slagetput.patch
  * Standards-Version: 3.9.1
  * Moved from DBS to debhlper 7 + quilt build style.
    Closes: #576047, #571283, #615910.
  * Patches moved to quilt format, DEPS-3 headers added.
  * Patch for automatic dependencies for udeb. Closes: #564486.
  * Fix unclear copyright file. Closes: #615909.
 -- Martin Pitt <email address hidden>   Thu, 28 Apr 2011 22:15:41 +0200

Upload details

Uploaded by:
Martin Pitt
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oneiric based series for Ubuntu LEB release universe devel

Builds

Oneiric: [FULLYBUILT] armel

Downloads

File Size SHA-256 Checksum
slang2_2.2.4.orig.tar.bz2 1.4 MiB 9a8257a9a2a55099af858b13338dc8f3a06dd2069f46f0df2c9c3bb84a01d5db
slang2_2.2.4-2ubuntu1.debian.tar.gz 33.5 KiB 34e6f5fcf1b9e89153c4c0f2c8df3fe3ab4413d39476102c5dc32111b754c49c
slang2_2.2.4-2ubuntu1.dsc 1.8 KiB 17d7770f2fcc9139f5d1df6e22c4001a98b14a7e08e6ed89119de33116f8c075

Available diffs

View changes file

Binary packages built by this source

libslang2: 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.

libslang2-dev: 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.

libslang2-modules: Shared modules for S-Lang language

 This package contains dynamically-loaded modules for S-Lang applications.

libslang2-pic: 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.

libslang2-udeb: S-Lang library for Debian Installer

 This is a udeb, or a microdeb, of the S-Lang library with wide charater
 support. As such it is the installer counterpart of libslang2.
 You only need this package to support applications needing S-Lang during
 the Debian installation process time and probably don't need to select it.

slsh: Interpreter for S-Lang language

 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.