diff -pruN 0.15-1/debian/changelog 0.15-2/debian/changelog
--- 0.15-1/debian/changelog	2024-08-22 08:25:20.000000000 +0000
+++ 0.15-2/debian/changelog	2025-08-20 09:01:57.000000000 +0000
@@ -1,3 +1,13 @@
+python-ethtool (0.15-2) unstable; urgency=medium
+
+  * Team Upload
+  * Sort dependencies with debputy
+  * Remove unnecessary dependency on libxml2 (Closes: #1111627)
+  * Bump Standards-Version to 4.7.2
+  * Drop "Rules-Requires-Root: no": its the default
+
+ -- Alexandre Detiste <tchet@debian.org>  Wed, 20 Aug 2025 11:01:57 +0200
+
 python-ethtool (0.15-1) unstable; urgency=medium
 
   * Team Upload
diff -pruN 0.15-1/debian/control 0.15-2/debian/control
--- 0.15-1/debian/control	2024-08-22 08:25:20.000000000 +0000
+++ 0.15-2/debian/control	2025-08-20 09:01:19.000000000 +0000
@@ -2,33 +2,33 @@ Source: python-ethtool
 Section: python
 Priority: optional
 Maintainer: Debian Python Team <team+python@tracker.debian.org>
-Uploaders: Stewart Ferguson <stew@ferg.aero>,
+Uploaders:
+ Stewart Ferguson <stew@ferg.aero>,
 Build-Depends:
  debhelper-compat (= 13),
  dh-sequence-python3,
- python3-all-dev,
- python3-setuptools,
- libnl-route-3-dev,
  asciidoc,
- pkgconf,
+ docbook-xml,
+ docbook-xsl,
+ libnl-route-3-dev,
  libxml2-utils,
- xsltproc,
+ pkgconf,
+ python3-all-dev,
+ python3-setuptools,
  sgml-data,
- libxml2,
- docbook-xsl,
- docbook-xml
-Rules-Requires-Root: no
-Standards-Version: 4.6.1
+ xsltproc,
+Standards-Version: 4.7.2
 Homepage: https://github.com/fedora-python/python-ethtool
 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ethtool
 Vcs-Git: https://salsa.debian.org/python-team/packages/python-ethtool.git
+X-Style: black
 
 Package: python3-ethtool
 Architecture: any
 Depends:
  ${misc:Depends},
  ${python3:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
 Description: Python bindings for the ethtool kernel interface
  Allows querying and changing of ethernet card settings, such as speed,
  port, autonegotiation, and PCI locations.
