libtecla 1.6.1-5 source package in Ubuntu

Changelog

libtecla (1.6.1-5) unstable; urgency=low

  * debian/rules: Another patch provided by Petr Salinger
    <email address hidden> which hopefully finally
    Closes: #621887

libtecla (1.6.1-4) unstable; urgency=low

  * debian/patches/kfreebsd+hurd.patch:
    - Next try to fix FTBGS on kfreebsd
      Closes: #621887
    - Add "*-*-gnu*" as further case to configure.in to enable
      building on GNU/Hurd
      Closes: #651937

libtecla (1.6.1-3) unstable; urgency=low

  * Use autotools properly (and for simplicity move to short
    dh notation)
    (really) Closes: #621887

libtecla (1.6.1-2) unstable; urgency=low

  * debian/patches/kfreebsd.patch: Add kfreebsd to configure.in and
    run autoreconf -vfi afterwards.
    Closes: #621887
  * debian/control:
    - Standards-Version: 3.9.2 (no changes needed)
    - Added myself to uploaders
    - Fixed VCS fields
  * Debhelper 8 (control+compat)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  26 Dec 2011 17:49:48 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Med
Architectures:
any
Section:
science
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe science

Downloads

File Size SHA-256 Checksum
libtecla_1.6.1.orig.tar.gz 506.8 KiB 21db2947bd1415070e0462673aa9bed04610946e09169fcd63e02557b0d999a1
libtecla_1.6.1-5.debian.tar.gz 54.3 KiB 704ac72ff6c0192dd9801e12be2aac6b8dde67a93ba6b14a74c7472291f36efa
libtecla_1.6.1-5.dsc 1.4 KiB 3e3433807efc55ff5c0e42f0ac646d81301a098d9f43eeef9085fa83a88abbed

Available diffs

View changes file

Binary packages built by this source

libtecla1: interactive command line editing facilities

 The tecla library provides UNIX and LINUX programs with interactive
 command line editing facilities, similar to those of the UNIX tcsh
 shell. In addition to simple command-line editing, it supports recall
 of previously entered command lines, TAB completion of file names or
 other tokens, and in-line wild-card expansion of filenames. The
 internal functions which perform file-name completion and wild-card
 expansion are also available externally for optional use by programs.
 .
 In addition, the library includes a path-searching module. This allows
 an application to provide completion and lookup of files located in
 UNIX style paths. Although not built into the line editor by default,
 it can easily be called from custom tab-completion callback
 functions. This was originally conceived for completing the names of
 executables and providing a way to look up their locations in the
 user's PATH environment variable, but it can easily be asked to look
 up and complete other types of files in any list of directories.
 .
 Note that special care has been taken to allow the use of this library
 in threaded programs. The option to enable this is discussed in the
 Makefile, and specific discussions of thread safety are presented in
 the included man pages.
 .
 This package contains the runtime libraries.

libtecla1-dev: interactive command line editing facilities (development)

 The tecla library provides UNIX and LINUX programs with interactive
 command line editing facilities, similar to those of the UNIX tcsh
 shell. In addition to simple command-line editing, it supports recall
 of previously entered command lines, TAB completion of file names or
 other tokens, and in-line wild-card expansion of filenames. The
 internal functions which perform file-name completion and wild-card
 expansion are also available externally for optional use by programs.
 .
 In addition, the library includes a path-searching module. This allows
 an application to provide completion and lookup of files located in
 UNIX style paths. Although not built into the line editor by default,
 it can easily be called from custom tab-completion callback
 functions. This was originally conceived for completing the names of
 executables and providing a way to look up their locations in the
 user's PATH environment variable, but it can easily be asked to look
 up and complete other types of files in any list of directories.
 .
 Note that special care has been taken to allow the use of this library
 in threaded programs. The option to enable this is discussed in the
 Makefile, and specific discussions of thread safety are presented in
 the included man pages.
 .
 This package contains the development files and documentation for
 developing applications using the tecla library.