File: control

package info (click to toggle)
intel-gpu-tools 1.22-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,408 kB
  • sloc: ansic: 145,957; yacc: 2,780; perl: 1,200; makefile: 878; sh: 525; lex: 487; xml: 404; python: 257
file content (56 lines) | stat: -rw-r--r-- 2,105 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
Source: intel-gpu-tools
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Eric Anholt <eric@anholt.net>,
           Tormod Volden <debian.tormod@gmail.com>,
           Cyril Brulebois <kibi@debian.org>,
           Vincent Cheng <vcheng@debian.org>,
           Jordan Justen <jordan.l.justen@intel.com>
Build-Depends: automake (>= 1:1.12),
               bison,
               debhelper (>= 10),
               flex,
               gtk-doc-tools,
               libcairo2-dev,
               libdrm-dev (>= 2.4.75),
               libkmod-dev,
               libpciaccess-dev (>= 0.10),
               libprocps-dev,
               libudev-dev,
               libunwind-dev,
               libxrandr-dev,
               libxv-dev,
               peg,
               pkg-config,
               python-docutils,
               quilt,
               x11proto-dri2-dev,
               xutils-dev (>= 1:7.6+6)
Standards-Version: 4.1.3
Homepage: https://01.org/linuxgraphics/
Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/app/intel-gpu-tools.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/app/intel-gpu-tools.git

Package: intel-gpu-tools
Architecture: amd64 i386
Depends: ${misc:Depends}, ${shlibs:Depends}
Conflicts: xserver-xorg-video-intel (<< 2.9.1)
Description: tools for debugging the Intel graphics driver
 intel-gpu-tools is a package of tools for debugging the Intel graphics driver,
 including a GPU hang dumping program, performance monitor, and performance
 microbenchmarks for regression testing the DRM.

Package: intel-gpu-tools-dbg
Section: debug
Priority: extra
Architecture: amd64 i386
Depends: intel-gpu-tools (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: tools for debugging the Intel graphics driver (debug)
 intel-gpu-tools is a package of tools for debugging the Intel graphics driver,
 including a GPU hang dumping program, performance monitor, and performance
 microbenchmarks for regression testing the DRM.
 .
 This package contains debugging symbols for intel-gpu-tools.