From a262f101c4929a14ba07cb0028e86c81e7afd02b Mon Sep 17 00:00:00 2001
From: Roland Mas <roland.mas@entierement.net>
Date: Tue, 10 Sep 2024 21:16:34 +0200
Subject: [PATCH] Fix Maintainer/Uploaders field

---
 debian/changelog | 6 ++++++
 debian/control   | 5 ++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index bf69c80..b150ea4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-nexusformat (1.0.6-2) UNRELEASED; urgency=medium
+
+  * Fix Maintainer/Uploaders fields.
+
+ -- Roland Mas <lolando@debian.org>  Tue, 10 Sep 2024 21:16:29 +0200
+
 python-nexusformat (1.0.6-1) unstable; urgency=low
 
   * Source package automatically created by stdeb 0.10.0 then tweaked by
diff --git a/debian/control b/debian/control
index cf2ff42..6f79ae9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,8 @@
 Source: python-nexusformat
-Maintainer: Roland Mas <lolando@debian.org>
+Maintainer: Debian Python Team <team+python@tracker.debian.org>
+Uploaders:
+ Debian PaN Maintainers <debian-pan-maintainers@alioth-lists.debian.net>,
+ Roland Mas <lolando@debian.org>
 Section: python
 Priority: optional
 Build-Depends: dh-python,
-- 
GitLab