Timo Aaltonen pushed to branch debian-unstable at X Strike Force / driver / xserver-xorg-video-amdgpu
Commits: 3d1c3b3d by Timo Aaltonen at 2018-03-20T14:03:27+02:00 upload to unstable - - - - - 79c85c0d by Timo Aaltonen at 2018-06-27T12:40:37+03:00 Switch to dbgsym package. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +xserver-xorg-video-amdgpu (18.0.1-2) UNRELEASED; urgency=medium + + * Switch to dbgsym package. + + -- Timo Aaltonen <[email protected]> Wed, 27 Jun 2018 12:40:28 +0300 + +xserver-xorg-video-amdgpu (18.0.1-1) unstable; urgency=medium + + * New upstream release. + + -- Timo Aaltonen <[email protected]> Tue, 20 Mar 2018 14:02:29 +0200 + xserver-xorg-video-amdgpu (18.0.0-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -43,18 +43,3 @@ Description: X.Org X server -- AMDGPU display driver <URL:http://www.X.org> . This package is built from the X.org xf86-video-amdgpu driver module. - -Package: xserver-xorg-video-amdgpu-dbg -Architecture: linux-any -Depends: - ${misc:Depends}, - xserver-xorg-video-amdgpu (= ${binary:Version}) -Section: debug -Priority: extra -Description: X.Org X server -- AMDGPU display driver (debugging symbols) - This package provides the 'amdgpu' driver for the AMD Radeon cards. The - following chip families should be supported: Bonaire, Hawaii, Kaveri, Kabini - Mullins, Iceland, Tonga, Carrizo, Fiji, Stoney. - . - This package provides debugging symbols for this X.org X driver. - ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,7 @@ override_dh_install: # Debug packages: override_dh_strip: - dh_strip -p$(XXV)-amdgpu --dbg-package=$(XXV)-amdgpu-dbg + dh_strip -p$(XXV)-amdgpu --dbgsym-migration="$(XXV)-dbg (<< 18.0.1-2~)" # That's a plugin, use appropriate warning level: override_dh_shlibdeps: View it on GitLab: https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-amdgpu/compare/da82bb14923ace01b6240f58c27da91a2c1c1b5e...79c85c0d1966f3f1384022ac34d9ed28aab63047 -- View it on GitLab: https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-amdgpu/compare/da82bb14923ace01b6240f58c27da91a2c1c1b5e...79c85c0d1966f3f1384022ac34d9ed28aab63047 You're receiving this email because of your account on salsa.debian.org.

