diff -pruN 0.3-1/debian/changelog 0.3-2/debian/changelog
--- 0.3-1/debian/changelog	2024-07-01 19:00:54.000000000 +0000
+++ 0.3-2/debian/changelog	2025-09-30 18:36:35.000000000 +0000
@@ -1,3 +1,12 @@
+python-trx-python (0.3-2) unstable; urgency=medium
+
+  * d/control: python3-nibabel is needed for manual pages. (Closes: #1116885)
+  * d/control: declare compliance to standards version 4.7.2.
+  * d/control: drop redundant Rules-Requires-Root: no.
+  * d/watch: bump to v5 Github template.
+
+ -- Étienne Mollier <emollier@debian.org>  Tue, 30 Sep 2025 20:36:35 +0200
+
 python-trx-python (0.3-1) unstable; urgency=medium
 
   * New upstream version 0.3
diff -pruN 0.3-1/debian/control 0.3-2/debian/control
--- 0.3-1/debian/control	2024-07-01 19:00:54.000000000 +0000
+++ 0.3-2/debian/control	2025-09-30 18:36:35.000000000 +0000
@@ -12,14 +12,13 @@ Build-Depends: debhelper-compat (= 13),
                python3-pytest <!nocheck>,
                python3-deepdiff <!nocheck>,
                python3-dipy <!nocheck>,
-               python3-nibabel <!nocheck>,
+               python3-nibabel <!nocheck> <!nodoc>,
                python3-numpy <!nocheck>,
                python3-psutil <!nocheck>
-Standards-Version: 4.7.0
+Standards-Version: 4.7.2
 Homepage: https://tee-ar-ex.github.io/trx-python/index.html
 Vcs-Git: https://salsa.debian.org/med-team/python-trx-python.git
 Vcs-Browser: https://salsa.debian.org/med-team/python-trx-python
-Rules-Requires-Root: no
 Testsuite: autopkgtest-pkg-pybuild
 
 Package: python3-trx-python
diff -pruN 0.3-1/debian/watch 0.3-2/debian/watch
--- 0.3-1/debian/watch	2024-07-01 19:00:54.000000000 +0000
+++ 0.3-2/debian/watch	2025-09-30 18:36:35.000000000 +0000
@@ -1,4 +1,5 @@
-version=4
-opts="mode=git, dversionmangle=auto" \
-https://github.com/tee-ar-ex/trx-python.git \
-refs/tags/v?([\d\.\d]+)
+Version: 5
+
+Template: Github
+Owner: tee-ar-ex
+Project: trx-python
