diff -pruN 0.45.3-4/debian/changelog 0.45.3-5/debian/changelog
--- 0.45.3-4/debian/changelog	2025-03-17 10:04:01.000000000 +0000
+++ 0.45.3-5/debian/changelog	2025-09-26 12:02:37.000000000 +0000
@@ -1,3 +1,13 @@
+python-mp-api (0.45.3-5) unstable; urgency=medium
+
+  * Team upload.
+  * Add d/salsa-ci.yml
+  * Patch-out generation of python3-pkg-resources dep. (Closes: #1083669)
+  * Bump Standards-Version to 4.7.2
+  * Drop "Rules-Requires-Root: no": it is the new default
+
+ -- Alexandre Detiste <tchet@debian.org>  Fri, 26 Sep 2025 14:02:37 +0200
+
 python-mp-api (0.45.3-4) unstable; urgency=medium
 
   * Team upload.
diff -pruN 0.45.3-4/debian/control 0.45.3-5/debian/control
--- 0.45.3-4/debian/control	2025-03-17 10:04:01.000000000 +0000
+++ 0.45.3-5/debian/control	2025-09-26 11:56:35.000000000 +0000
@@ -3,7 +3,6 @@ Section: python
 Priority: optional
 Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
 Uploaders: Drew Parsons <dparsons@debian.org>, Roland Mas <lolando@debian.org>,
-Rules-Requires-Root: no
 Build-Depends:
  debhelper-compat (= 13),
  dh-sequence-python3,
@@ -18,7 +17,7 @@ Build-Depends:
  python3-setuptools,
  python3-setuptools-scm,
  python3-typing-extensions (>= 3.7.4.1~),
-Standards-Version: 4.7.0
+Standards-Version: 4.7.2
 Homepage: https://github.com/materialsproject/api
 Vcs-Browser: https://salsa.debian.org/debichem-team/python-mp-api
 Vcs-Git: https://salsa.debian.org/debichem-team/python-mp-api.git
diff -pruN 0.45.3-4/debian/patches/0002-pkg_resources_not_needed_at_runtime.patch 0.45.3-5/debian/patches/0002-pkg_resources_not_needed_at_runtime.patch
--- 0.45.3-4/debian/patches/0002-pkg_resources_not_needed_at_runtime.patch	1970-01-01 00:00:00.000000000 +0000
+++ 0.45.3-5/debian/patches/0002-pkg_resources_not_needed_at_runtime.patch	2025-09-26 11:55:30.000000000 +0000
@@ -0,0 +1,12 @@
+Forwarded: https://github.com/materialsproject/api/pull/1006
+
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -20,7 +20,6 @@
+   "Topic :: Scientific/Engineering",
+ ]
+ dependencies = [
+-  "setuptools",
+   "msgpack",
+   "maggma>=0.57.1",
+   "pymatgen>=2022.3.7,!=2024.2.20",
diff -pruN 0.45.3-4/debian/patches/series 0.45.3-5/debian/patches/series
--- 0.45.3-4/debian/patches/series	2025-03-17 10:04:01.000000000 +0000
+++ 0.45.3-5/debian/patches/series	2025-09-26 11:47:50.000000000 +0000
@@ -1 +1,2 @@
 0001-Define-asyncio_default_fixture_loop_scope-for-pytest.patch
+0002-pkg_resources_not_needed_at_runtime.patch
diff -pruN 0.45.3-4/debian/salsa-ci.yml 0.45.3-5/debian/salsa-ci.yml
--- 0.45.3-4/debian/salsa-ci.yml	1970-01-01 00:00:00.000000000 +0000
+++ 0.45.3-5/debian/salsa-ci.yml	2025-09-26 11:54:19.000000000 +0000
@@ -0,0 +1,2 @@
+include:
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
