Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Bump debhelper to 11.
· 51bad183
Timo Aaltonen
authored
Sep 18, 2018
51bad183
control: Bump policy to 4.2.1.
· 5c5133ec
Timo Aaltonen
authored
Sep 18, 2018
5c5133ec
release to unstable
· d5042978
Timo Aaltonen
authored
Sep 18, 2018
d5042978
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
d5042978
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 <tjaalton@debian.org>
Wed, 27 Jun 2018 12:40:28
+0300
-- Timo Aaltonen <tjaalton@debian.org>
Tue, 18 Sep 2018 10:23:52
+0300
xserver-xorg-video-amdgpu (18.0.1-1) unstable; urgency=medium
...
...
debian/compat
View file @
d5042978
9
11
debian/control
View file @
d5042978
...
...
@@ -4,8 +4,7 @@ Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Timo Aaltonen <tjaalton@debian.org>
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
View file @
d5042978
...
...
@@ -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/