-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Kuba Pawlak <[email protected]>
- Loading branch information
Showing
1 changed file
with
40 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,46 @@ | ||
ubuntu-drivers-common (1:0.9.7.7) UNRELEASED; urgency=medium | ||
|
||
* | ||
* debian/tests/control | ||
- change test dependencies from libgl1-mesa-glx to libglx-mesa0 | ||
(LP: #2071829) | ||
* debian/control | ||
- change repository links | ||
* tests/test_ubuntu_drivers.py (synchronize repository) | ||
- increase the timeout for test_system_driver_packages_performance | ||
since for some reason it seems really slow but only on the builders | ||
* UbuntuDrivers/detect.py | ||
- Ensure that self._major_ver is an int | ||
- Replace "udevadm hwdb" with systemd-hwdb | ||
- Recommend hwe-*-meta for non-oem hardware enablement meta packages | ||
* share/hybrid: | ||
- Change Makefile to respect CC and CFLAGS environment variables | ||
* share/hybrid/71-u-d-c-gpu-detection.rules | ||
Remove SimpleDRM device when nvidia-drm loads | ||
* share/hybrid/gpu-manager.c | ||
Wait for nvidia-drm to settle before opening /dev/dri/card* | ||
|
||
-- Kuba Pawlak <[email protected]> Fri, 05 Jul 2024 11:59:32 +0200 | ||
-- Kuba Pawlak <[email protected]> Wed, 24 Jul 2024 11:00:58 +0200 | ||
|
||
ubuntu-drivers-common (1:0.9.7.6ubuntu3) noble; urgency=medium | ||
|
||
* Change directly the source, the package doesn't use quilt... | ||
|
||
-- Sebastien Bacher <[email protected]> Wed, 03 Apr 2024 11:11:21 +0200 | ||
|
||
ubuntu-drivers-common (1:0.9.7.6ubuntu2) noble; urgency=medium | ||
|
||
* debian/patches/workaround_builders_slowness.patch: | ||
- increase the timeout for test_system_driver_packages_performance | ||
since for some reason it seems really slow but only on the builders | ||
|
||
-- Sebastien Bacher <[email protected]> Wed, 03 Apr 2024 10:26:31 +0200 | ||
|
||
ubuntu-drivers-common (1:0.9.7.6ubuntu1) noble; urgency=medium | ||
|
||
* tests/testarchive.py: | ||
- Fix a pycodestyle E721 error with the newer python | ||
|
||
-- Sebastien Bacher <[email protected]> Thu, 28 Mar 2024 11:18:31 +0100 | ||
|
||
ubuntu-drivers-common (1:0.9.7.6) mantic; urgency=medium | ||
|
||
|