From 1f72bee68f37f1a3b2d206ab0a0293126d9383b2 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Tue, 18 Apr 2006 16:51:52 +0000 Subject: [PATCH] * Updates to the Debian build files. --- debian/control | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 306e1d1..9e7969e 100644 --- a/debian/control +++ b/debian/control @@ -5,10 +5,24 @@ Maintainer: Sam Hocevar (Debian packages) Build-Depends: debhelper (>= 4.0), libncurses5-dev, libslang2-dev, libx11-dev, libimlib2-dev, doxygen, tetex-bin, tetex-extra Standards-Version: 3.6.2 +Package: libcucul-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends} +Conflicts: libcaca-dev (< 0.10-1) +Replaces: libcaca-dev (< 0.10-1) +Description: development files for libcucul + libcaca is the Colour AsCii Art library. It provides high level functions + for colour text drawing, simple primitives for line, polygon and ellipse + drawing, as well as powerful image to text conversion routines. + . + This package contains the header files and static libraries needed to + compile applications or shared objects that use libcaca. + Package: libcaca-dev Section: libdevel Architecture: any -Depends: ${shlibs:Depends}, libncurses5-dev, libslang2-dev, libx11-dev +Depends: ${shlibs:Depends}, libcucul-dev (= ${Source-Version}), libncurses5-dev, libslang2-dev, libx11-dev Description: development files for libcaca libcaca is the Colour AsCii Art library. It provides high level functions for colour text drawing, simple primitives for line, polygon and ellipse