File: control

package info (click to toggle)
plib 1.8.5-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,588 kB
  • sloc: cpp: 63,284; sh: 3,457; makefile: 211
file content (60 lines) | stat: -rw-r--r-- 1,655 bytes parent folder | download
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Source: plib
Section: devel
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders:
 Alexandre Detiste <tchet@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dpkg-dev (>= 1.22.5),
 libgl-dev,
 libglut-dev,
 libtool,
 libx11-dev,
 libxi-dev,
 libxmu-dev,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/games-team/plib
Vcs-Git: https://salsa.debian.org/games-team/plib.git
Homepage: https://plib.sourceforge.net/
X-Style: black

Package: libplib1t64
Provides:
 ${t64:Provides},
Replaces:
 libplib1,
Breaks:
 libplib1 (<< ${source:Version}),
Architecture: any
Multi-Arch: same
Section: libs
Depends:
 libgl1-mesa-glx | libgl1,
 ${misc:Depends},
 ${shlibs:Depends},
Description: Portability Libraries: Run-time package
 Provides a Joystick interface, a simple GUI built on top of OpenGL,
 some standard geometry functions, a sound library and a simple scene
 graph API built on top of OpenGL.
 .
 This package provides the shared libraries. It should be installed
 automatically by packages which need it.

Package: libplib-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
 libgl-dev,
 libglut-dev,
 libplib1t64 (= ${binary:Version}),
 ${misc:Depends},
Description: Portability Libraries: Development package
 Provides a Joystick interface, a simple GUI built on top of OpenGL,
 some standard geometry functions, a sound library and a simple scene
 graph API built on top of OpenGL.
 .
 This package provides the static libraries, the header files and the
 development links to the shared libraries. You need this package if you
 want to compile software which needs plib.