Edit

kc3-lang/ftgl/debian/control

Branch :

  • Show log

    Commit

  • Author : Frank Heckenbach
    Date : 2018-11-21 01:41:29
    Hash : e12ca6b4
    Message : updates to debian/ files by IOhannes m zmölnig

  • debian/control
  • Source: ftgl
    Section: libs
    Priority: optional
    Maintainer: Sam Hocevar <sho@debian.org>
    Uploaders: Manuel A. Fernandez Montecelo <mafm@debian.org>
    Build-Depends: debhelper (>= 11~),
     freeglut3-dev,
     libgl1-mesa-dev | libgl-dev,
     libglu1-mesa-dev | libglu-dev,
     libfreetype6-dev (>> 2.0.9),
     libcppunit-dev,
     doxygen-latex,
     ghostscript,
     imagemagick,
     pkg-config,
     texlive-fonts-recommended,
    Standards-Version: 4.2.1
    Homepage: https://github.com/frankheckenbach/ftgl
    Vcs-Git: https://salsa.debian.org/ftgl-team/ftgl.git
    Vcs-Browser: https://salsa.debian.org/ftgl-team/ftgl
    Rules-Requires-Root: no
    
    Package: libftgl-dev
    Section: libdevel
    Architecture: any
    Depends: ${misc:Depends},
     ${shlibs:Depends},
     libftgl2 (= ${binary:Version}),
     libfreetype6-dev (>> 2.0.9),
     libgl1-mesa-dev | libgl-dev,
     libglu1-mesa-dev | libglu-dev,
    Description: development files for libftgl
     FTGL binds OpenGL and FreeType together in order to offer and easy to use
     and flexible text rendering library.  It offers several rendering modes:
     as polygons, outlines, bitmaps and textures.
     .
     This package contains the header files and static libraries needed to
     compile applications or shared objects that use libftgl.
    
    Package: libftgl2
    Architecture: any
    Multi-Arch: same
    Depends: ${misc:Depends},
     ${shlibs:Depends},
    Pre-Depends: ${misc:Pre-Depends}
    Description: library to render text in OpenGL using FreeType
     FTGL binds OpenGL and FreeType together in order to offer and easy to use
     and flexible text rendering library.  It offers several rendering modes:
     as polygons, outlines, bitmaps and textures.
     .
     This package contains the shared library for libftgl.