1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: liboglappth
Priority: optional
Section: libs
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Uploaders: Michael Banck <mbanck@debian.org>,
Daniel Leidert (dale) <daniel.leidert@wgdd.de>
Build-Depends: autotools-dev (>= 20100122.1),
debhelper (>> 7.0.50~),
libgl1-mesa-dev | libgl-dev,
libglu1-mesa-dev | libglu-dev
Standards-Version: 3.9.3
Homepage: http://bioinformatics.org/ghemical/ghemical/
Vcs-Browser: http://svn.debian.org/wsvn/debichem/unstable/liboglappth/
Vcs-Svn: svn://svn.debian.org/svn/debichem/unstable/liboglappth/
DM-Upload-Allowed: yes
Package: liboglappth-dev
Section: libdevel
Architecture: any
Depends: libgl1-mesa-dev | libgl-dev,
libglu1-mesa-dev | libglu-dev,
liboglappth2 (= ${binary:Version}),
${misc:Depends}
Description: Oglappth Library (development files)
A library for creating portable OpenGL applications with easy-to-code
scene setup and selection operations.
.
This package provides the development and header files and the
static library.
Package: liboglappth2
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Oglappth Library
A library for creating portable OpenGL applications with easy-to-code
scene setup and selection operations.
.
This package provides the shared library.
|