control 1.4 KB
Newer Older
Luc Verhaegen's avatar
Luc Verhaegen committed
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
Source: libump
Section: devel
Priority: optional
Maintainer: Luc Verhaegen <libv@skynet.be>
Uploaders: Luc Verhaegen <libv@skynet.be>
Build-Depends:
 debhelper (>= 9),
 dh-autoreconf,
 pkg-config,
Standards-Version: 3.9.2
Vcs-Git: https://github.com/libv/libump
Vcs-Browser: https://github.com/libv/libump

Package: libump
Section: libs
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: ARM Unified Memory Provider library
 The ARM Unified Memory Provider is needed for certain ARM SoCs with
 an ARM Mali GPU. The binary Mali driver for X11 depends on it.

Package: libump-dbg
Section: debug
Priority: extra
Architecture: any
Depends:
 libump (= ${binary:Version}),
 ${misc:Depends},
Multi-Arch: same
Description: ARM Unified Memory Provider library (debugging symbols)
 The ARM Unified Memory Provider is needed for certain ARM SoCs with
 an ARM Mali GPU. The binary Mali driver for X11 depends on it. This
 package is needed to debug programs which link against libUMP.

Package: libump-dev
Section: libdevel
Architecture: any
Depends:
 libump (= ${binary:Version}),
 ${misc:Depends},
Description: ARM Unified Memory Provider library (development files)
 The ARM Unified Memory Provider is needed for certain ARM SoCs with
 an ARM Mali GPU. The binary Mali driver for X11 depends on it. This
 package is needed to build programs which link against libUMP.