소스 검색

* Updates to the Debian build files.

tags/v0.99.beta14
Sam Hocevar sam 19 년 전
부모
커밋
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
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


불러오는 중...
취소
저장