Julien Cristau pushed to branch debian-unstable at X Strike Force / app / intel-gpu-tools
Commits: a140e4b9 by Jelmer Vernooij at 2018-10-27T15:27:43Z Transition to automatic debug package (from: intel-gpu-tools-dbg). Fixes lintian: debian-control-has-obsolete-dbg-package See https://lintian.debian.org/tags/debian-control-has-obsolete-dbg-package.html for more details. - - - - - f220662b by Julien Cristau at 2018-12-12T07:46:18Z Merge branch 'lintian-fixes' into 'debian-unstable' Transition to automatic debug package (from: intel-gpu-tools-dbg). See merge request xorg-team/app/intel-gpu-tools!1 - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +intel-gpu-tools (1.22-2) UNRELEASED; urgency=medium + + * Transition to automatic debug package (from: intel-gpu-tools-dbg). + + -- Jelmer Vernooij <[email protected]> Sat, 27 Oct 2018 15:27:43 +0000 + intel-gpu-tools (1.22-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -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. ===================================== debian/rules ===================================== @@ -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/ View it on GitLab: https://salsa.debian.org/xorg-team/app/intel-gpu-tools/compare/78616de9ac452a56f450da69f2e5e0c5d26dbe31...f220662b34243937d20634e2415413cd1cabe0f5 -- View it on GitLab: https://salsa.debian.org/xorg-team/app/intel-gpu-tools/compare/78616de9ac452a56f450da69f2e5e0c5d26dbe31...f220662b34243937d20634e2415413cd1cabe0f5 You're receiving this email because of your account on salsa.debian.org.

