Package: release.debian.org Severity: normal Tags: bookworm User: release.debian....@packages.debian.org Usertags: pu Control: affects -1 +1 src:nvidia-settings
[ Reason ] In order to enable building src:nvidia-graphics-drivers for ppc64el (part of the unification with src:nvidia-graphics-drivers-tesla), we also need to enable building src:nvidia-settings for ppc64el, otherwise we get some unsatisfiable dependency. (I'm not trying some magic to use nvidia-settings-tesla which is already built for ppc64el to satisfy that dependency.) [ Impact ] Uninstallable nvidia driver package on ppc64el. [ Tests ] Would require use of nvidia hardware and driver. [ Risks ] Low. No relevant changes besides enabling the package for another architecture. [ 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-settings (525.147.05-1~deb12u1) bookworm; urgency=medium * Rebuild for bookworm. -- Andreas Beckmann <a...@debian.org> Sun, 11 Feb 2024 23:27:34 +0100 nvidia-settings (525.147.05-1) unstable; urgency=medium * New upstream release 525.147.05. * Build for ppc64el. -- Andreas Beckmann <a...@debian.org> Fri, 26 Jan 2024 19:29:45 +0100 debian/changelog | 13 +++++++++++++ debian/control | 2 +- debian/copyright | 2 +- debian/salsa-ci.yml | 3 +-- doc/version.mk | 2 +- samples/version.mk | 2 +- src/libXNVCtrl/version.mk | 2 +- src/version.mk | 2 +- version.mk | 2 +- 9 files changed, 21 insertions(+), 9 deletions(-) This is a new upstream release but the only change is the version bump. Since I had to upload the package anyway, I used the latest upstream to be in sync again with the driver. [ Other info ] The is a rebuild of the package from sid with no further changes. Andreas
diff --git a/debian/changelog b/debian/changelog index 4c8ff6b..07ad2e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +nvidia-settings (525.147.05-1~deb12u1) bookworm; urgency=medium + + * Rebuild for bookworm. + + -- Andreas Beckmann <a...@debian.org> Sun, 11 Feb 2024 23:27:34 +0100 + +nvidia-settings (525.147.05-1) unstable; urgency=medium + + * New upstream release 525.147.05. + * Build for ppc64el. + + -- Andreas Beckmann <a...@debian.org> Fri, 26 Jan 2024 19:29:45 +0100 + nvidia-settings (525.125.06-1~deb12u1) bookworm; urgency=medium * Rebuild for bookworm. diff --git a/debian/control b/debian/control index 20fd7fa..3cd072a 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,7 @@ Vcs-Browser: https://salsa.debian.org/nvidia-team/nvidia-settings Vcs-Git: https://salsa.debian.org/nvidia-team/nvidia-settings.git Package: nvidia-settings -Architecture: amd64 arm64 +Architecture: amd64 arm64 ppc64el Pre-Depends: nvidia-installer-cleanup, Depends: diff --git a/debian/copyright b/debian/copyright index d41447d..a606761 100644 --- a/debian/copyright +++ b/debian/copyright @@ -102,7 +102,7 @@ License: Expat Files: debian/* Copyright: © 2004-2010 Randall Donald <rdon...@debian.org> © 2009-2010 Fathi Boudra <f...@debian.org> - © 2011-2023 Andreas Beckmann <a...@debian.org> + © 2011-2024 Andreas Beckmann <a...@debian.org> © 2017 Luca Boccassi <bl...@debian.org> License: GPL-2 diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml index 14fa000..c3d1fdf 100644 --- a/debian/salsa-ci.yml +++ b/debian/salsa-ci.yml @@ -1,7 +1,6 @@ --- include: - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml variables: SALSA_CI_COMPONENTS: 'main contrib non-free' diff --git a/doc/version.mk b/doc/version.mk index 33fa123..dae35ac 100644 --- a/doc/version.mk +++ b/doc/version.mk @@ -1,4 +1,4 @@ -NVIDIA_VERSION = 525.125.06 +NVIDIA_VERSION = 525.147.05 # This file. VERSION_MK_FILE := $(lastword $(MAKEFILE_LIST)) diff --git a/samples/version.mk b/samples/version.mk index 33fa123..dae35ac 100644 --- a/samples/version.mk +++ b/samples/version.mk @@ -1,4 +1,4 @@ -NVIDIA_VERSION = 525.125.06 +NVIDIA_VERSION = 525.147.05 # This file. VERSION_MK_FILE := $(lastword $(MAKEFILE_LIST)) diff --git a/src/libXNVCtrl/version.mk b/src/libXNVCtrl/version.mk index 33fa123..dae35ac 100644 --- a/src/libXNVCtrl/version.mk +++ b/src/libXNVCtrl/version.mk @@ -1,4 +1,4 @@ -NVIDIA_VERSION = 525.125.06 +NVIDIA_VERSION = 525.147.05 # This file. VERSION_MK_FILE := $(lastword $(MAKEFILE_LIST)) diff --git a/src/version.mk b/src/version.mk index 33fa123..dae35ac 100644 --- a/src/version.mk +++ b/src/version.mk @@ -1,4 +1,4 @@ -NVIDIA_VERSION = 525.125.06 +NVIDIA_VERSION = 525.147.05 # This file. VERSION_MK_FILE := $(lastword $(MAKEFILE_LIST)) diff --git a/version.mk b/version.mk index 33fa123..dae35ac 100644 --- a/version.mk +++ b/version.mk @@ -1,4 +1,4 @@ -NVIDIA_VERSION = 525.125.06 +NVIDIA_VERSION = 525.147.05 # This file. VERSION_MK_FILE := $(lastword $(MAKEFILE_LIST))