Просмотр исходного кода

* Updates to the Debian build files.

tags/v0.99.beta14
Sam Hocevar sam 20 лет назад
Родитель
Сommit
1f72bee68f
1 измененных файлов: 15 добавлений и 1 удалений
  1. +15
    -1
      debian/control

+ 15
- 1
debian/control Просмотреть файл

@@ -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 Build-Depends: debhelper (>= 4.0), libncurses5-dev, libslang2-dev, libx11-dev, libimlib2-dev, doxygen, tetex-bin, tetex-extra
Standards-Version: 3.6.2 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 Package: libcaca-dev
Section: libdevel Section: libdevel
Architecture: any 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 Description: development files for libcaca
libcaca is the Colour AsCii Art library. It provides high level functions libcaca is the Colour AsCii Art library. It provides high level functions
for colour text drawing, simple primitives for line, polygon and ellipse for colour text drawing, simple primitives for line, polygon and ellipse


Загрузка…
Отмена
Сохранить