diff --git a/debian/control b/debian/control
index f188a6db5c889cfca4ecb6231c00bf46ba4cf0c9..f98981f5e67a737d92c71f7747cd3580cb6a1ab7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,7 @@
+Source: python-envparse
 Maintainer: Debian Python Team <team+python@tracker.debian.org>
 Uploaders: Sophie Brun <sophie@freexian.com>
-Build-Depends: 
+Build-Depends:
  debhelper-compat (= 13),
  dh-python,
  python3-all:any,
@@ -11,15 +12,14 @@ Homepage: https://github.com/rconradharris/envparse
 Vcs-Git: https://salsa.debian.org/python-team/packages/python-envparse.git
 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-envparse
 Testsuite: autopkgtest-pkg-python
-Source: python-envparse
 Section: python
 Priority: optional
 
+Package: python3-envparse
 Architecture: all
 Depends:
  ${misc:Depends},
  ${python3:Depends}
-Package: python3-envparse
 Description: environment variable parsing (Python 3)
  This package contains a simple utility to parse environment variables.
  os.environ is a great choice to start off with but over time you'll find