Timo Aaltonen pushed to branch debian-unstable at X Strike Force / driver / xserver-xorg-video-amdgpu
Commits: 51bad183 by Timo Aaltonen at 2018-09-18T07:23:08Z Bump debhelper to 11. - - - - - 5c5133ec by Timo Aaltonen at 2018-09-18T07:23:51Z control: Bump policy to 4.2.1. - - - - - d5042978 by Timo Aaltonen at 2018-09-18T07:24:01Z release to unstable - - - - - 4 changed files: - debian/changelog - debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,11 +1,13 @@ -xserver-xorg-video-amdgpu (18.1.0-1) UNRELEASED; urgency=medium +xserver-xorg-video-amdgpu (18.1.0-1) unstable; urgency=medium * Switch to dbgsym package. * New upstream release. * control: Build-depend on x11proto-dev. * control: Bump libdrm build-dep. + * Bump debhelper to 11. + * control: Bump policy to 4.2.1. - -- Timo Aaltonen <[email protected]> Wed, 27 Jun 2018 12:40:28 +0300 + -- Timo Aaltonen <[email protected]> Tue, 18 Sep 2018 10:23:52 +0300 xserver-xorg-video-amdgpu (18.0.1-1) unstable; urgency=medium ===================================== debian/compat ===================================== @@ -1 +1 @@ -9 +11 ===================================== debian/control ===================================== @@ -4,8 +4,7 @@ Priority: optional Maintainer: Debian X Strike Force <[email protected]> Uploaders: Timo Aaltonen <[email protected]> Build-Depends: - debhelper (>= 9), - dh-autoreconf, + debhelper (>= 11), quilt, libdrm-dev (>= 2.4.89) [!hurd-i386], libgl1-mesa-dev | libgl-dev, @@ -15,7 +14,7 @@ Build-Depends: x11proto-dev, xserver-xorg-dev (>= 2:1.16), xutils-dev (>= 1:7.5+4) -Standards-Version: 4.1.3 +Standards-Version: 4.2.1 Vcs-Git: https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-amdgpu.git Vcs-Browser: https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-amdgpu.git ===================================== debian/rules ===================================== @@ -17,7 +17,10 @@ override_dh_auto_install: # Kill *.la files, and forget no-one: override_dh_install: find debian/tmp -name '*.la' -delete - dh_install --fail-missing + dh_install + +override_dh_missing: + dh_missing --fail-missing # Debug packages: override_dh_strip: @@ -28,8 +31,4 @@ override_dh_shlibdeps: dh_shlibdeps -- --warnings=6 %: - dh $@ --with quilt,autoreconf,xsf --builddirectory=build/ --parallel - - - - + dh $@ --with quilt,xsf --builddirectory=build/ View it on GitLab: https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-amdgpu/compare/40bb4c67f4b0ddd182287c64b359d49bf5a1bc7a...d50429783618d6a27e3360bf9853b0c7bd60bc1e -- View it on GitLab: https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-amdgpu/compare/40bb4c67f4b0ddd182287c64b359d49bf5a1bc7a...d50429783618d6a27e3360bf9853b0c7bd60bc1e You're receiving this email because of your account on salsa.debian.org.

