diff -pruN 4.6.1-3/debian/changelog 4.6.1-4/debian/changelog
--- 4.6.1-3/debian/changelog	2025-10-12 11:10:13.000000000 +0000
+++ 4.6.1-4/debian/changelog	2025-11-05 16:14:20.000000000 +0000
@@ -1,3 +1,11 @@
+python-can (4.6.1-4) unstable; urgency=medium
+
+  * Add build-dependency on python3-setuptools-scm to avoid
+    generating /.../python_can-0.0.0.dist-info/
+  * Drop "Rules-Requires-Root: no": it is the default now
+
+ -- Alexandre Detiste <tchet@debian.org>  Wed, 05 Nov 2025 17:14:20 +0100
+
 python-can (4.6.1-3) unstable; urgency=medium
 
   * d/control: Add python3-pytest-rerunfailures to retry flaky tests
diff -pruN 4.6.1-3/debian/control 4.6.1-4/debian/control
--- 4.6.1-3/debian/control	2025-10-12 11:10:13.000000000 +0000
+++ 4.6.1-4/debian/control	2025-11-05 16:09:39.000000000 +0000
@@ -23,6 +23,7 @@ Build-Depends:
  python3-pytest-rerunfailures <!nocheck>,
  python3-serial,
  python3-setuptools,
+ python3-setuptools-scm,
  python3-sphinx <!nodoc>,
  python3-sphinx-autodoc-typehints <!nodoc>,
  python3-sphinx-copybutton <!nodoc>,
@@ -32,7 +33,6 @@ Build-Depends:
  python3-wrapt,
 Testsuite: autopkgtest-pkg-pybuild
 Standards-Version: 4.7.2
-Rules-Requires-Root: no
 Homepage: https://github.com/hardbyte/python-can/
 Vcs-Git: https://salsa.debian.org/python-team/packages/python-can.git
 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-can
