Your message dated Sat, 29 Jun 2024 10:46:15 +0000 with message-id <E1sNVax-002bYf-PC@coccia.debian.org> and subject line Released with 12.6 has caused the Debian Bug report #1063675, regarding bookworm-pu: package nvidia-graphics-drivers/525.147.05-6~deb12u1 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 1063675: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063675 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: bookworm-pu: package nvidia-graphics-drivers/525.147.05-6~deb12u1
- From: Andreas Beckmann <anbe@debian.org>
- Date: Sat, 10 Feb 2024 23:00:58 +0100
- Message-id: <170760245836.824062.7089405785449149033.reportbug@zam504.zam.kfa-juelich.de>
Package: release.debian.org Severity: normal Tags: bookworm User: release.debian.org@packages.debian.org Usertags: pu Control: affects -1 + src:nvidia-graphics-drivers Control: block 1063363 with -1 Control: block 1062932 with -1 [ Reason ] 1) A backported (by upstream) change in Linux 6.1.76 (included in today's point release) broke compilation of the non-free nvidia kernel module. A patched version of the driver is available in sid. 2) In order to simplify future maintenance of the many Nvidia driver packages (also in stable and oldstable) I'm going to remove the distinction between "normal" and "Tesla" drivers (they were at the same version in stable anyway). The Tesla specific bits (src:nvidia-graphics-drivers-tesla) will be merged into src:nvidia-graphics-drivers (that mainly means addition of the ppc64el architecture to these packages, and building some binary packages from src:nvidia-graphics-drivers instead: nvidia-powerd, nvidia-cuda-mps). nvidia-detect has been updated, too, as it no longer needs to distinguish the Tesla variants. There will be one further update to src:nvidia-graphics-drivers-tesla in stable that turns these packages into transitional packages depending on their counterparts from src:nvidia-graphics-drivers. (Separate PU request upcoming.) There will also be a PU request for nvidia-settings, as we need to enable building that on ppc64el. (The src:nvidia-settings-tesla package will then become obsolete.) 3) In order to better integrate the nvidia driver with the system power management, a new package nvidia-suspend-common is being introduced which properly ships and enables some systemd units that were previously only being shipped as examples. These power management changes are an enhancement for the 525 series, but seem to be required in the 535 series. (We will have to switch to the 535 LTSB series in stable soon, as 525 has reached EoL. 535 will be supported till mid 2026, so that will be the last driver branch switch for bookworm.) nvidia-suspend-common was already prepared in the previous pu update, but not yet enabled on stable as it hadn't undergone enough testing. As no new issues have popped up on sid, I'm confident to enable this in stable now. [ Impact ] Users are unable to use the non-free nvidia module. [ Tests ] Only module building can be (and has been) tested. Everything else requires use of nvidia hardware and the driver. [ Risks ] This time there is no new upstream release involved, but some larger packaging changes which have been taken unchanged from sid. I prefer to not mix a new upstream version in there as well. [ Checklist ] [*] *all* changes are documented in the d/changelog [*] I reviewed all changes and I approve them [*] attach debdiff against the package in (old)stable [*] the issue is verified as fixed in unstable [ Changes ] nvidia-graphics-drivers (525.147.05-6~deb12u1) bookworm; urgency=medium * Rebuild for bookworm. -- Andreas Beckmann <anbe@debian.org> Sat, 10 Feb 2024 22:03:15 +0100 nvidia-graphics-drivers (525.147.05-6) unstable; urgency=medium * Apply pfn_valid patch from gentoo to fix kernel module build for Linux 6.1.76, 6.6.15, 6.7.3, 6.8. (Closes: #1063363, #1062932) * nvidia-detect: Tesla and regular driver packages have been merged. * nvidia-detect: Add superficial autopkgtest for checking codename support. * Update lintian overrides. -- Andreas Beckmann <anbe@debian.org> Fri, 09 Feb 2024 20:43:30 +0100 nvidia-graphics-drivers (525.147.05-5) unstable; urgency=medium * Switch src:nvidia-graphics-drivers to the Tesla driver series. * Build for ppc64el. * Build all unversioned packages from src:nvidia-graphics-drivers. * Enable nvidia-suspend-common. (Closes: #1059581, #1056557, #1062281) * nvidia-suspend-common: Depend on kbd for chvt. (Closes: #1058081) * New Romanian (ro) debconf translations by Remus-Gabriel Chelu. (Closes: #1059590) -- Andreas Beckmann <anbe@debian.org> Tue, 23 Jan 2024 18:13:36 +0100 debian/README.source | 61 ++- debian/bug-control.mk | 4 +- debian/changelog | 406 +++++++++++++++++-- debian/control | 116 ++++-- debian/control.in | 14 +- debian/control.md5sum | 8 +- debian/copyright | 8 +- debian/detect/nvidia-418.ids | 304 -------------- debian/detect/nvidia-470.ids | 439 --------------------- debian/detect/nvidia-detect.in | 117 +++--- debian/detect/nvidia-tesla.ids | 370 ----------------- debian/gbp.conf | 1 + debian/libnvidia-eglcore.lintian-overrides.in | 1 + debian/libnvidia-glcore.lintian-overrides.in | 1 + debian/not-installed.in | 17 - debian/nvidia-detect.install | 5 +- debian/nvidia-suspend-common.lintian-overrides | 3 - debian/patches/man-fixes-nvidia-smi.patch | 38 +- debian/patches/module/0034-fix-typos.patch | 34 ++ ...35-fix-build-w-kernel-6.1.76-6.6.15-6.7.3.patch | 99 +++++ debian/patches/module/series.in | 2 + debian/po/ro.po | 81 ++++ debian/rules | 13 +- debian/rules.defs | 9 +- debian/tests/autopkgtest-pkg-dkms.conf | 2 +- debian/tests/control | 10 +- debian/tests/control.in | 8 + debian/watch | 4 +- debian/watch.in | 4 +- 29 files changed, 830 insertions(+), 1349 deletions(-) - merging the git tesla-525 and tesla/525 branches into the 525 branch brought some changelog synchronization - the control changes are mostly adding Arch: ppc64el (control is generated from control.in) - the removed nvidia-detect .ids files were duplicates there are no longer needed after unifying the normal and Tesla packages - since I frequently forget to update nvidia-detect for the new codename of testing, I added an autopkgtest to remind me ;-) [ Other info ] It would be great if we could get this into stable-pu quickly as todays point release broke nvidia-kernel-dkms in stable. AndreasAttachment: ngd-525.147.05-6~deb12u1.patch.xz
Description: application/xz
--- End Message ---
--- Begin Message ---
- To: 1063675-done@bugs.debian.org
- Subject: Released with 12.6
- From: Jonathan Wiltshire <jmw@coccia.debian.org>
- Date: Sat, 29 Jun 2024 10:46:15 +0000
- Message-id: <E1sNVax-002bYf-PC@coccia.debian.org>
Version: 12.6 The upload requested in this bug has been released as part of 12.6.
--- End Message ---