Merge in changes to debian/ from editline_1.12-6.debian.tar.gz

This commit is contained in:
Joachim Nilsson
2010-07-17 19:56:24 +02:00
parent be016e4866
commit e8fc7788aa
4 changed files with 18 additions and 12 deletions

10
debian/control vendored
View File

@@ -1,14 +1,14 @@
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
Build-Depends: debhelper (>= 5.0), libtool
Maintainer: Sam Hocevar <sho@debian.org>
Standards-Version: 3.8.3
Package: libeditline-dev
Architecture: any
Section: libdevel
Depends: libeditline0 (= ${Source-Version})
Depends: libeditline0 (= ${binary:Version}), ${misc:Depends}
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
@@ -21,7 +21,7 @@ Description: development files for libeditline
Package: libeditline0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Depends: ${shlibs:Depends}, ${misc: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