Package: release.debian.org
Severity: normal
Tags: bookworm
User: release.debian....@packages.debian.org
Usertags: pu

[ Reason ]
In order to upgrade src:nvidia-graphics-drivers to the 535 LTS series
(the 525 series currently in stable is already EoL), we need to update
some additional packages (some driver components can be built from
source and reside in contrib).

[ Impact ]
Driver components of different major versions may not work well together
(untested combinations) or at least confuse users.

[ Tests ]
Would require nvidia hardware and driver usage.

[ Risks ]
Low. Upgrading the nvidia driver stack to new upstream releases in
stable has been done in the past.

[ 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-xconfig (535.171.04-1~deb12u1) bookworm; urgency=medium
+
+  * Rebuild for bookworm.
+
+ -- Andreas Beckmann <a...@debian.org>  Tue, 26 Mar 2024 10:42:46 +0100
+
+nvidia-xconfig (535.171.04-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Andreas Beckmann <a...@debian.org>  Mon, 25 Mar 2024 11:01:38 +0100
+
+nvidia-xconfig (530.41.03-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Andreas Beckmann <a...@debian.org>  Tue, 19 Mar 2024 18:19:15 +0100
+
+nvidia-xconfig (525.147.05-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Switch B-D from pkg-config to pkgconf.
+
+ -- Andreas Beckmann <a...@debian.org>  Mon, 12 Feb 2024 01:00:28 +0100

- pkg-config was already a transitional package in bookworm.
- Upstream changes are only the version bump.

[ Other info ]
This is a rebuild of the package from sid with no further changes.

Andreas
diff --git a/debian/changelog b/debian/changelog
index 7388e99..c4aae45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,28 @@
+nvidia-xconfig (535.171.04-1~deb12u1) bookworm; urgency=medium
+
+  * Rebuild for bookworm.
+
+ -- Andreas Beckmann <a...@debian.org>  Tue, 26 Mar 2024 10:42:46 +0100
+
+nvidia-xconfig (535.171.04-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Andreas Beckmann <a...@debian.org>  Mon, 25 Mar 2024 11:01:38 +0100
+
+nvidia-xconfig (530.41.03-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Andreas Beckmann <a...@debian.org>  Tue, 19 Mar 2024 18:19:15 +0100
+
+nvidia-xconfig (525.147.05-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Switch B-D from pkg-config to pkgconf.
+
+ -- Andreas Beckmann <a...@debian.org>  Mon, 12 Feb 2024 01:00:28 +0100
+
 nvidia-xconfig (525.85.05-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index cb08ba1..409c3aa 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders:
 Build-Depends:
  debhelper-compat (= 13),
  m4,
- pkg-config,
+ pkgconf,
  xserver-xorg-dev,
 Rules-Requires-Root: no
 Standards-Version: 4.6.2
diff --git a/debian/copyright b/debian/copyright
index 074b28c..a187e54 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -124,8 +124,9 @@ Copyright: (c) 1997-2001 by The XFree86 Project, Inc.
 License: other-XFree
 
 Files: debian/*
-Copyright: © 2005 Randall Donald <rdon...@debian.org>
-           © 2010-2023 Andreas Beckmann <a...@debian.org>
+Copyright:
+ © 2005 Randall Donald <rdon...@debian.org>
+ © 2010-2024 Andreas Beckmann <a...@debian.org>
 License: GPL-2+
 
 License: GPL-2
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
index 24a535b..d0f7c0e 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'
diff --git a/version.mk b/version.mk
index 36f5738..89404cd 100644
--- a/version.mk
+++ b/version.mk
@@ -1,4 +1,4 @@
-NVIDIA_VERSION = 525.85.05
+NVIDIA_VERSION = 535.171.04
 
 # This file.
 VERSION_MK_FILE := $(lastword $(MAKEFILE_LIST))

Reply via email to