Explorar el Código

* Updates to the Debian build files.

tags/v0.99.beta14
Sam Hocevar sam hace 19 años
padre
commit
1f72bee68f
Se han modificado 1 ficheros con 15 adiciones y 1 borrados
  1. +15
    -1
      debian/control

+ 15
- 1
debian/control Ver fichero

@@ -5,10 +5,24 @@ Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
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


Cargando…
Cancelar
Guardar