Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
upload to unstable
· 3d1c3b3d
Timo Aaltonen
authored
Mar 20, 2018
3d1c3b3d
Switch to dbgsym package.
· 79c85c0d
Timo Aaltonen
authored
Jun 27, 2018
79c85c0d
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
79c85c0d
xserver-xorg-video-amdgpu (18.0.1-2) UNRELEASED; urgency=medium
* Switch to dbgsym package.
-- Timo Aaltonen <tjaalton@debian.org> Wed, 27 Jun 2018 12:40:28 +0300
xserver-xorg-video-amdgpu (18.0.1-1) unstable; urgency=medium
* New upstream release.
-- Timo Aaltonen <tjaalton@debian.org> Tue, 20 Mar 2018 14:02:29 +0200
xserver-xorg-video-amdgpu (18.0.0-1) unstable; urgency=medium
* New upstream release.
...
...
debian/control
View file @
79c85c0d
...
...
@@ -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
View file @
79c85c0d
...
...
@@ -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 --dbg
sym-migration="$(XXV)-dbg (<< 18.0.1-2~)"
# That's a plugin, use appropriate warning level:
override_dh_shlibdeps:
...
...