diff -pruN 4.6.1-1/debian/changelog 4.6.1-2/debian/changelog
--- 4.6.1-1/debian/changelog	2025-10-01 07:34:51.000000000 +0000
+++ 4.6.1-2/debian/changelog	2025-10-07 17:40:46.000000000 +0000
@@ -1,3 +1,9 @@
+python-can (4.6.1-2) unstable; urgency=medium
+
+  * fix FTBR (Closes: #1117494)
+
+ -- Carl Keinath <carl.keinath@gmail.com>  Tue, 07 Oct 2025 19:40:46 +0200
+
 python-can (4.6.1-1) unstable; urgency=medium
 
   * New upstream version 4.6.1
diff -pruN 4.6.1-1/debian/patches/python3.patch 4.6.1-2/debian/patches/python3.patch
--- 4.6.1-1/debian/patches/python3.patch	2025-10-01 07:34:51.000000000 +0000
+++ 4.6.1-2/debian/patches/python3.patch	2025-10-07 17:40:46.000000000 +0000
@@ -11,9 +11,9 @@ also in the documentation
 Last-Update: 2019-09-10
 ---
  can/viewer.py        | 10 +++++-----
- doc/scripts.rst      | 10 +++++-----
+ doc/scripts.rst      | 12 ++++++------
  test/test_scripts.py |  8 ++++----
- 3 files changed, 14 insertions(+), 14 deletions(-)
+ 3 files changed, 15 insertions(+), 15 deletions(-)
 
 diff --git a/can/viewer.py b/can/viewer.py
 index 97bda16..7971167 100644
@@ -58,7 +58,7 @@ index 97bda16..7971167 100644
          nargs=argparse.ONE_OR_MORE,
          default="",
 diff --git a/doc/scripts.rst b/doc/scripts.rst
-index 1d730a7..dfc14b0 100644
+index 1d730a7..c8c5e99 100644
 --- a/doc/scripts.rst
 +++ b/doc/scripts.rst
 @@ -3,7 +3,7 @@ Command Line Tools
@@ -96,7 +96,15 @@ index 1d730a7..dfc14b0 100644
      :shell:
  
  
-@@ -69,5 +69,5 @@ A small application that can be used to connect two can buses:
+@@ -62,12 +62,12 @@ can.bridge
+ 
+ A small application that can be used to connect two can buses:
+ 
+-.. command-output:: python -m can.bridge -h
++.. command-output:: python3 -m can.bridge -h
+     :shell:
+ 
+ 
  can.logconvert
  --------------
  
