File: control

package info (click to toggle)
glw 8.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,268 kB
  • sloc: sh: 10,464; ansic: 591; makefile: 38
file content (55 lines) | stat: -rw-r--r-- 1,645 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
Source: glw
Section: libs
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Standards-Version: 3.9.3
Build-Depends:
 debhelper-compat (= 13),
 dpkg-dev (>= 1.22.5),
 quilt,
 pkg-config,
 automake,
 libmotif-dev,
 libgl1-mesa-dev | libgl-dev,
 libx11-dev,
 libxt-dev,
 libxext-dev,
Vcs-Git: https://salsa.debian.org/xorg-team/lib/glw.git
Vcs-Browser: https://salsa.debian.org/xorg-team/lib/glw
Homepage: https://mesa3d.sourceforge.net/

Package: libglw1t64-mesa
Replaces: libglw1-mesa
Breaks: libglw1-mesa (<< ${source:Version})
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Provides: ${t64:Provides}
X-Time64-Compat: libglw1-mesa
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: GL widget library for Athena and Motif -- runtime
 This package provides a simple widgets library, libGLw, which
 allows Motif-based applications to embed an OpenGL drawing context.

Package: libglw1-mesa-dev
Section: libdevel
Architecture: any
Depends:
 libglw1t64-mesa (= ${binary:Version}),
 libx11-dev,
 libxt-dev,
 libmotif-dev | lesstif2-dev,
 mesa-common-dev,
 ${misc:Depends},
Provides: mesag3-widgets, mesag-widgets-dev, libglw-dev
Conflicts: libglw-dev, libgl1-mesa-swx11-dev (<< 6.5.2-4)
Replaces: libglw-dev
Multi-Arch: same
Description: GL widget library for Athena and Motif -- development files
 This package provides the development environment required for
 compiling programs with the Mesa widgets library, libGLw, which
 allows Motif-based applications to embed an OpenGL drawing context.
 The headers and static libraries for compiling programs that use this
 library are included.