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>
Build-Depends:
bison,
debhelper (>= 9),
dh-autoreconf,
gtk-doc-tools,
libcairo2-dev,
libdrm-dev (>= 2.4.64),
libkmod-dev,
libpciaccess-dev (>= 0.10),
libprocps-dev,
libudev-dev,
libunwind-dev,
libxrandr-dev,
libxv-dev,
pkg-config,
python-docutils,
quilt,
x11proto-dri2-dev,
xutils-dev (>= 1:7.6+6)
Standards-Version: 3.9.8
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.
|