mirror of
https://github.com/troglobit/editline.git
synced 2025-09-15 15:58:11 +08:00
Change name from Minix editline to just editline. This also affects
the library name, from libedit.a to libeditline.a Bump version to 1.13.0 to better illustrate it has the same heritage as the Debian version. Import the debian/ directory from editline-1.12-5. Yes, this is a major changeset. :)
This commit is contained in:
31
debian/control
vendored
Normal file
31
debian/control
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
Source: editline
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Build-Depends: debhelper (>= 4.0), libtool
|
||||
Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
|
||||
Standards-Version: 3.6.1.0
|
||||
|
||||
Package: libeditline-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Depends: libeditline0 (= ${Source-Version})
|
||||
Description: development files for libeditline
|
||||
This is a line-editing library. It can be linked into almost any program
|
||||
to provide command-line editing and recall. It is call-compatible with a
|
||||
subset of the FSF readline library, but it is a fraction of the size (and
|
||||
offers fewer features).
|
||||
.
|
||||
This package contains the developer files: static libraries, headers,
|
||||
manpages.
|
||||
|
||||
Package: libeditline0
|
||||
Architecture: any
|
||||
Section: libs
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: line editing library similar to readline
|
||||
This is a line-editing library. It can be linked into almost any program
|
||||
to provide command-line editing and recall. It is call-compatible with a
|
||||
subset of the FSF readline library, but it is a fraction of the size (and
|
||||
offers fewer features).
|
||||
.
|
||||
This package contains the runtime library only.
|
Reference in New Issue
Block a user