diff -pruN 6.1.2+ds-1/debian/amd-smi-help.txt 6.1.2+ds-2/debian/amd-smi-help.txt
--- 6.1.2+ds-1/debian/amd-smi-help.txt	2024-08-02 21:16:52.000000000 +0000
+++ 6.1.2+ds-2/debian/amd-smi-help.txt	2025-04-07 22:29:43.000000000 +0000
@@ -1,24 +1,22 @@
-usage: amd-smi [-h]  ...
+NAME
+  amdsmi - AMD system management interface
 
-AMD System Management Interface | Version: 24.5.2+unknown | ROCm version: N/A | Platform:
-Linux Baremetal
+SYNOPSIS
+  amd-smi [-h]  ...
 
-options:
-  -h, --help          show this help message and exit
+  Here is the supported commands:
 
-AMD-SMI Commands:
-                      Descriptions:
-    version           Display version information
-    list              List GPU information
-    static            Gets static information about the specified GPU
-    firmware (ucode)  Gets firmware information about the specified GPU
-    bad-pages         Gets bad page information about the specified GPU
-    metric            Gets metric/performance information about the specified GPU
-    process           Lists general process information running on the specified GPU
-    event             Displays event information for the given GPU
-    topology          Displays topology information of the devices
-    set               Set options for devices
-    reset             Reset options for devices
-    monitor           Monitor metrics for target devices
-    xgmi              Displays xgmi information of the devices
+  version           Display version information
+  list              List GPU information
+  static            Gets static information about the specified GPU
+  firmware (ucode)  Gets firmware information about the specified GPU
+  bad-pages         Gets bad page information about the specified GPU
+  metric            Gets metric/performance information about the specified GPU
+  process           Lists general process information running on the specified GPU
+  event             Displays event information for the given GPU
+  topology          Displays topology information of the devices
+  set               Set options for devices
+  reset             Reset options for devices
+  monitor           Monitor metrics for target devices
+  xgmi              Displays xgmi information of the devices
 
diff -pruN 6.1.2+ds-1/debian/amd-smi.lintian-overrides 6.1.2+ds-2/debian/amd-smi.lintian-overrides
--- 6.1.2+ds-1/debian/amd-smi.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ 6.1.2+ds-2/debian/amd-smi.lintian-overrides	2025-04-07 23:00:39.000000000 +0000
@@ -0,0 +1,2 @@
+# false positive
+amd-smi: unknown-field Comment
diff -pruN 6.1.2+ds-1/debian/changelog 6.1.2+ds-2/debian/changelog
--- 6.1.2+ds-1/debian/changelog	2024-08-02 21:16:52.000000000 +0000
+++ 6.1.2+ds-2/debian/changelog	2025-04-07 23:08:23.000000000 +0000
@@ -1,3 +1,20 @@
+amdsmi (6.1.2+ds-2) unstable; urgency=medium
+
+  [Cordell Bloor]
+  * Upload to unstable.
+  * Add self to uploaders.
+  * Add d/p/0006-fix-bdf-regex.patch to fix SyntaxWarning in BDF parsing.
+    (Closes: #1095708)
+  * Update debian copyright for 2025.
+  * Update standards version to 4.7.2. No changes required.
+
+  [Xuanteng Huang]
+  * Add lintian override rules to suppress false positive warning on
+    XBSC-Comment in d/control.
+  * Remove unnecessary executable permissions from Python sources.
+
+ -- Cordell Bloor <cgmb@slerp.xyz>  Mon, 07 Apr 2025 17:08:23 -0600
+
 amdsmi (6.1.2+ds-1) experimental; urgency=medium
 
   * Initial release (Closes: #1076241)
diff -pruN 6.1.2+ds-1/debian/control 6.1.2+ds-2/debian/control
--- 6.1.2+ds-1/debian/control	2024-08-02 21:16:52.000000000 +0000
+++ 6.1.2+ds-2/debian/control	2025-04-07 23:08:23.000000000 +0000
@@ -3,8 +3,9 @@ Section: devel
 Homepage: https://github.com/ROCm/amdsmi
 Priority: optional
 Maintainer: Debian ROCm Team <debian-ai@lists.debian.org>
-Uploaders: Xuanteng Huang <xuanteng.huang@outlook.com>
-Standards-Version: 4.7.0
+Uploaders: Xuanteng Huang <xuanteng.huang@outlook.com>,
+           Cordell Bloor <cgmb@slerp.xyz>
+Standards-Version: 4.7.2
 Vcs-Browser: https://salsa.debian.org/rocm-team/amdsmi
 Vcs-Git: https://salsa.debian.org/rocm-team/amdsmi.git
 Rules-Requires-Root: no
diff -pruN 6.1.2+ds-1/debian/copyright 6.1.2+ds-2/debian/copyright
--- 6.1.2+ds-1/debian/copyright	2024-08-02 21:16:52.000000000 +0000
+++ 6.1.2+ds-2/debian/copyright	2025-04-07 23:08:23.000000000 +0000
@@ -56,6 +56,7 @@ License: Expat
 
 Files: debian/*
 Copyright: 2024, Xuanteng Huang <xuanteng.huang@outlook.com>
+           2025, Cordell Bloor <cgmb@slerp.xyz>
 License: Expat
 
 Files: debian/esmi_ib_library-3.0.3/*
diff -pruN 6.1.2+ds-1/debian/libamd-smi-dev.lintian-overrides 6.1.2+ds-2/debian/libamd-smi-dev.lintian-overrides
--- 6.1.2+ds-1/debian/libamd-smi-dev.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ 6.1.2+ds-2/debian/libamd-smi-dev.lintian-overrides	2025-04-07 22:29:43.000000000 +0000
@@ -0,0 +1,2 @@
+# false positive
+libamd-smi-dev: unknown-field Comment
diff -pruN 6.1.2+ds-1/debian/libamd-smi0-dbgsym.lintian-overrides 6.1.2+ds-2/debian/libamd-smi0-dbgsym.lintian-overrides
--- 6.1.2+ds-1/debian/libamd-smi0-dbgsym.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ 6.1.2+ds-2/debian/libamd-smi0-dbgsym.lintian-overrides	2025-04-07 22:29:43.000000000 +0000
@@ -0,0 +1,2 @@
+# false positive
+libamd-smi0-dbgsym: unknown-field Comment
diff -pruN 6.1.2+ds-1/debian/libamd-smi0.lintian-overrides 6.1.2+ds-2/debian/libamd-smi0.lintian-overrides
--- 6.1.2+ds-1/debian/libamd-smi0.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ 6.1.2+ds-2/debian/libamd-smi0.lintian-overrides	2025-04-07 22:29:43.000000000 +0000
@@ -0,0 +1,2 @@
+# false positive
+libamd-smi0: unknown-field Comment
diff -pruN 6.1.2+ds-1/debian/patches/0006-fix-bdf-regex.patch 6.1.2+ds-2/debian/patches/0006-fix-bdf-regex.patch
--- 6.1.2+ds-1/debian/patches/0006-fix-bdf-regex.patch	1970-01-01 00:00:00.000000000 +0000
+++ 6.1.2+ds-2/debian/patches/0006-fix-bdf-regex.patch	2025-04-07 22:47:17.000000000 +0000
@@ -0,0 +1,29 @@
+From d9ccc441466a6edfee0e6a497b46c6959b2a0725 Mon Sep 17 00:00:00 2001
+From: Michael John <michael.john@gmx.at>
+Date: Sun, 2 Jun 2024 12:56:14 +0200
+Subject: [PATCH] Use correct regex to avoid SyntaxWarning: invalid escape
+ sequence '\.'
+
+Change-Id: I1c6179be294bf21c0897a3abf7e8ab1d270ae238
+Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>
+
+Bug-Debian: https://bugs.debian.org/1095708
+Forwarded: not-needed
+Applied-Upstream: 6.3.0
+---
+ amdsmi_cli/BDF.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/amdsmi_cli/BDF.py b/amdsmi_cli/BDF.py
+index f9ffe338..d8d23ffa 100644
+--- a/amdsmi_cli/BDF.py
++++ b/amdsmi_cli/BDF.py
+@@ -123,7 +123,7 @@ def __contains__(self, passed_bdf):
+         """Overrided the 'in' comparator in python"""
+         passed_bdf = str(BDF(passed_bdf))
+ 
+-        bdf_regex = "(?:[0-6]?[0-9a-fA-F]{1,4}:)?[0-2]?[0-9a-fA-F]{1,2}:[0-9a-fA-F]{1,2}\.[0-7]"
++        bdf_regex = "(?:[0-6]?[0-9a-fA-F]{1,4}:)?[0-2]?[0-9a-fA-F]{1,2}:[0-9a-fA-F]{1,2}\\.[0-7]"
+         for match in re.findall(bdf_regex, passed_bdf):
+             if self == match:
+                 return True
diff -pruN 6.1.2+ds-1/debian/patches/series 6.1.2+ds-2/debian/patches/series
--- 6.1.2+ds-1/debian/patches/series	2024-08-02 21:16:52.000000000 +0000
+++ 6.1.2+ds-2/debian/patches/series	2025-04-07 22:32:23.000000000 +0000
@@ -3,3 +3,4 @@
 0003-fix-const-assignment-error.patch
 0004-modify-shared-lib-loading-path.patch
 0005-remove-gtest-installation.patch
+0006-fix-bdf-regex.patch
diff -pruN 6.1.2+ds-1/debian/rules 6.1.2+ds-2/debian/rules
--- 6.1.2+ds-1/debian/rules	2024-08-02 21:16:52.000000000 +0000
+++ 6.1.2+ds-2/debian/rules	2025-04-07 22:29:43.000000000 +0000
@@ -21,3 +21,11 @@ override_dh_installman:
 		-r amdsmi-$(DEB_VERSION_UPSTREAM) \
 		$(CURDIR)/debian/amd-smi-help.txt > $(CURDIR)/debian/amd-smi.1
 	dh_installman
+
+override_dh_builddeb:
+	chmod -x $(CURDIR)/debian/amd-smi/usr/libexec/amdsmi_cli/BDF.py
+	chmod -x $(CURDIR)/debian/amd-smi/usr/libexec/amdsmi_cli/__init__.py
+	chmod -x $(CURDIR)/debian/amd-smi/usr/libexec/amdsmi_cli/_version.py
+	chmod -x $(CURDIR)/debian/amd-smi/usr/libexec/amdsmi_cli/rocm_version.py
+	ls -al $(CURDIR)/debian/amd-smi/usr/libexec/amdsmi_cli
+	dh_builddeb
diff -pruN 6.1.2+ds-1/debian/source/lintian-overrides 6.1.2+ds-2/debian/source/lintian-overrides
--- 6.1.2+ds-1/debian/source/lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ 6.1.2+ds-2/debian/source/lintian-overrides	2025-04-07 22:29:43.000000000 +0000
@@ -0,0 +1,2 @@
+# false positive
+amdsmi source: unknown-field Comment
