1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
Source: readline4
Section: base
Priority: required
Maintainer: Matthias Klose <doko@debian.org>
Standards-Version: 3.5.5
Build-Depends: patch, libncurses5-dev, gawk
Package: libreadline4
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libreadline4-dev (<< 2.5a)
Replaces: libreadline4-dev (<< 2.5a)
Section: base
Priority: required
Description: GNU readline and history libraries, run-time libraries.
The GNU readline library aids in the consistency of user interface
across discrete programs that need to provide a command line
interface.
.
The GNU history library provides a consistent user interface for
recalling lines of previously typed input.
Package: libreadline4-dev
Architecture: any
Depends: libreadline4 (= ${Source-Version}), libncurses5-dev
Conflicts: libreadline4 (<< 2.5a), libreadline-dev
Replaces: libreadline4 (<< 2.5a)
Provides: libreadline-dev
Section: devel
Priority: optional
Description: GNU readline and history libraries, development files.
The GNU readline library aids in the consistency of user interface
across discrete programs that need to provide a command line
interface.
.
The GNU history library provides a consistent user interface for
recalling lines of previously typed input.
Package: libreadline4-dbg
Architecture: any
Depends: libreadline4 (= ${Source-Version})
Conflicts: libreadline-dbg
Provides: libreadline-dbg
Suggests: libreadline4-dev
Section: devel
Priority: extra
Description: GNU readline and history libraries, debugging libraries.
The GNU readline library aids in the consistency of user interface
across discrete programs that need to provide a command line
interface.
.
The GNU history library provides a consistent user interface for
recalling lines of previously typed input.
|