Quellcode durchsuchen

* Updates to the Debian build files.

tags/v0.99.beta14
Sam Hocevar sam vor 19 Jahren
Ursprung
Commit
1f72bee68f
1 geänderte Dateien mit 15 neuen und 1 gelöschten Zeilen
  1. +15
    -1
      debian/control

+ 15
- 1
debian/control Datei anzeigen

@@ -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


Laden…
Abbrechen
Speichern