Skip to content
Commits on Source (2)
intel-gpu-tools (1.22-2) UNRELEASED; urgency=medium
* Transition to automatic debug package (from: intel-gpu-tools-dbg).
-- Jelmer Vernooij <jelmer@debian.org> Sat, 27 Oct 2018 15:27:43 +0000
intel-gpu-tools (1.22-1) unstable; urgency=medium
* New upstream release.
......
......@@ -40,17 +40,3 @@ 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.
......@@ -30,7 +30,7 @@ override_dh_install:
dh_install --fail-missing
override_dh_strip:
dh_strip --dbg-package=intel-gpu-tools-dbg
dh_strip --dbgsym-migration='intel-gpu-tools-dbg (<< 1.22-2~)'
%:
dh $@ --with autoreconf --builddirectory=build/
......