Bug#1067742: bookworm-pu: package nvidia-xconfig/535.171.04-1~deb12u1

2024-03-26 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Tue, 2024-03-26 at 10:51 +0100, Andreas Beckmann wrote:
> 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).

Please go ahead.

Regards,

Adam



Processed: Re: Bug#1067742: bookworm-pu: package nvidia-xconfig/535.171.04-1~deb12u1

2024-03-26 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #1067742 [release.debian.org] bookworm-pu: package 
nvidia-xconfig/535.171.04-1~deb12u1
Added tag(s) confirmed.

-- 
1067742: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067742
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1067742: bookworm-pu: package nvidia-xconfig/535.171.04-1~deb12u1

2024-03-26 Thread Andreas Beckmann
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   Tue, 26 Mar 2024 10:42:46 +0100
+
+nvidia-xconfig (535.171.04-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Andreas Beckmann   Mon, 25 Mar 2024 11:01:38 +0100
+
+nvidia-xconfig (530.41.03-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Andreas Beckmann   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   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   Tue, 26 Mar 2024 10:42:46 +0100
+
+nvidia-xconfig (535.171.04-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Andreas Beckmann   Mon, 25 Mar 2024 11:01:38 +0100
+
+nvidia-xconfig (530.41.03-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Andreas Beckmann   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   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 
-   © 2010-2023 Andreas Beckmann 
+Copyright:
+ © 2005 Randall Donald 
+ © 2010-2024 Andreas Beckmann 
 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))