[librep] libreadline6 vs libreadline5 (debian/control)
- From: Christopher Bratusek <chrisb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librep] libreadline6 vs libreadline5 (debian/control)
- Date: Fri, 17 Dec 2010 20:22:01 +0000 (UTC)
commit d14c3a3307682c66371d6822b082e3194591d0fe
Author: Christopher Roy Bratusek <zanghar freenet de>
Date: Fri Dec 17 22:20:44 2010 +0100
libreadline6 vs libreadline5 (debian/control)
ChangeLog | 1 +
debian/control.in | 6 +++---
man/news.texi | 2 +-
3 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 22ea4b2..c921a5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2010-12-17 Christopher Bratusek <zanghar freenet de>
* debian/control: depend on either libgmp10-dev or libgmp3-dev
+ suggest either libreadline6-dbg or libreadline5-dbg
-- (compat with Debian/Experimental)
2010-12-12 Teika Kazura <teika lavabit com>
diff --git a/debian/control.in b/debian/control.in
index bc68505..7e57454 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -5,7 +5,7 @@ Maintainer: Christopher Roy Bratusek <zanghar freenet de>
Standards-Version: 3.8.2
Build-Depends: texinfo (>= 4.11-2),
debhelper (>= 7),
- libgmp3-dev (>= 4.1.4-8),
+ libgmp10-dev | libgmp3-dev (>= 4.1.4-8),
libgdbm-dev,
libreadline6-dev | libreadline5-dev,
libncurses5-dev,
@@ -49,7 +49,7 @@ Description: embeded lisp command interpreter library
Package: librep-dev
Section: libdevel
Architecture: any
-Depends: librep9 (>= ${source:Version}), libgmp3-dev, ${shlibs:Depends}
+Depends: librep9 (>= ${source:Version}), libgmp10-dev | libgmp3-dev, ${shlibs:Depends}
Recommends: rep-doc
Description: development libraries and headers for librep
rep is a dialect of Lisp, designed to be used both as an extension
@@ -70,7 +70,7 @@ Priority: extra
Architecture: any
Depends: librep9 (>= ${source:Version}), ${shlibs:Depends}
Recommends: rep-doc, rep (>= ${source:Version})
-Suggests: librep-dev, libncurses5-dbg, libreadline5-dbg
+Suggests: librep-dev, libncurses5-dbg, libreadline6-dbg | libreadline5-dbg
Description: debug symbols for librep
rep is a dialect of Lisp, designed to be used both as an extension
language for applications and as a general purpose programming language.
diff --git a/man/news.texi b/man/news.texi
index 99631b8..846a203 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -18,7 +18,7 @@ New section ``Module Aliases''. (@pxref{Module Aliases})
@item fixed the spec-file [Kim B. Heino]
@item debian/control compat with Debian/Experimental (depend on libgmp10-dev or
-libgmp3-dev) [Christopher Bratusek]
+libgmp3-dev and either suggest libreadline6-dbg or libreadline5-dbg) [Christopher Bratusek]
@end itemize
@heading 0.91.0
@itemize @bullet
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]