Timo Aaltonen pushed to branch debian-unstable at X Strike Force / driver / xserver-xorg-video-openchrome
Commits:
-
03e8776b
by Debian Janitor at 2021-06-16T01:43:20+00:00
-
88baa5d3
by Debian Janitor at 2021-06-16T01:43:20+00:00
-
108392d3
by Debian Janitor at 2021-06-16T01:43:20+00:00
-
7f34ce0a
by Debian Janitor at 2021-06-16T01:43:33+00:00
5 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/rules
- debian/xserver-xorg-video-openchrome.lintian-overrides
Changes:
| 1 |
+xserver-xorg-video-openchrome (1:0.6.0-5) UNRELEASED; urgency=medium
|
|
| 2 |
+ |
|
| 3 |
+ * Bump debhelper from old 10 to 12.
|
|
| 4 |
+ + debian/rules: Move --fail-missing argument to dh_missing.
|
|
| 5 |
+ * Set debhelper-compat version in Build-Depends.
|
|
| 6 |
+ * Update renamed lintian tag names in lintian overrides.
|
|
| 7 |
+ * Update standards version to 4.1.1, no changes needed.
|
|
| 8 |
+ |
|
| 9 |
+ -- Debian Janitor <janitor@jelmer.uk> Wed, 16 Jun 2021 01:43:20 -0000
|
|
| 10 |
+ |
|
| 1 | 11 |
xserver-xorg-video-openchrome (1:0.6.0-4) unstable; urgency=medium
|
| 2 | 12 |
|
| 3 | 13 |
* Team upload.
|
| 1 |
-10
|
| ... | ... | @@ -4,7 +4,7 @@ Priority: optional |
| 4 | 4 |
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
|
| 5 | 5 |
Uploaders: Dylan Aïssi <daissi@debian.org>
|
| 6 | 6 |
Build-Depends:
|
| 7 |
- debhelper (>= 10),
|
|
| 7 |
+ debhelper-compat (= 12),
|
|
| 8 | 8 |
libdrm-dev (>> 2.0) [!hurd-any],
|
| 9 | 9 |
libgl1-mesa-dev | libgl1-dev,
|
| 10 | 10 |
libx11-dev,
|
| ... | ... | @@ -23,7 +23,7 @@ Build-Depends: |
| 23 | 23 |
xutils-dev
|
| 24 | 24 |
Build-Conflicts:
|
| 25 | 25 |
autoconf2.13
|
| 26 |
-Standards-Version: 4.1.0
|
|
| 26 |
+Standards-Version: 4.1.1
|
|
| 27 | 27 |
Homepage: https://www.freedesktop.org/wiki/Openchrome/
|
| 28 | 28 |
Vcs-Git: https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-openchrome.git
|
| 29 | 29 |
Vcs-Browser: https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-openchrome
|
| ... | ... | @@ -38,7 +38,7 @@ override_dh_install: |
| 38 | 38 |
debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/.
|
| 39 | 39 |
endif
|
| 40 | 40 |
|
| 41 |
- dh_install --fail-missing
|
|
| 41 |
+ dh_install
|
|
| 42 | 42 |
|
| 43 | 43 |
# That's a plugin, use appropriate warning level:
|
| 44 | 44 |
override_dh_shlibdeps:
|
| ... | ... | @@ -49,3 +49,6 @@ override_dh_shlibdeps: |
| 49 | 49 |
|
| 50 | 50 |
gentarball:
|
| 51 | 51 |
git archive --format=tar upstream-unstable --prefix=$(DEB_SOURCE)-$(DEB_VERSION_UPSTREAM)/ | gzip -9 > ../$(DEB_SOURCE)_$(DEB_VERSION_UPSTREAM).orig.tar.gz
|
| 52 |
+ |
|
| 53 |
+override_dh_missing:
|
|
| 54 |
+ dh_missing --fail-missing
|
| 1 | 1 |
xserver-xorg-video-openchrome: package-name-doesnt-match-sonames libchromeXvMC1 libchromeXvMCPro1
|
| 2 | 2 |
xserver-xorg-video-openchrome: no-symbols-control-file
|
| 3 |
-xserver-xorg-video-openchrome: non-dev-pkg-with-shlib-symlink
|
|
| 3 |
+xserver-xorg-video-openchrome: link-to-shared-library-in-wrong-package
|
|
| 4 | 4 |
# Currently (January 2017) xorg video drivers are incompatible with bindnow hardening.
|
| 5 | 5 |
xserver-xorg-video-openchrome: hardening-no-bindnow
|