diff --git a/debian/changelog b/debian/changelog
index b2187c29fd45c28249f6ed910009f2660637d823..bac848008ae007cf2ef51139c58149f84b8029ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-redis (5.2.0-1) UNRELEASED; urgency=medium
 
   * New upstream version
   * Standards-Version: 4.7.0 (routine-update)
+  * Reorder sequence of d/control fields by cme (routine-update)
 
  -- Pirate Praveen <praveen@debian.org>  Wed, 03 Jul 2024 21:04:46 +0530
 
diff --git a/debian/control b/debian/control
index 60268d54bbe6ae40e8d33c12b86530f0a08f4525..480cd904519bedccfdc7433806b0e609d412b3b4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,11 @@
 Source: ruby-redis
-Section: ruby
-Priority: optional
 Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
 Uploaders: Pirate Praveen <praveen@debian.org>
+Section: ruby
+Testsuite: autopkgtest-pkg-ruby
+Priority: optional
 Build-Depends: debhelper-compat (= 13),
-               gem2deb (>= 1),
+               gem2deb,
                netcat-openbsd,
                rake,
                redis-server,
@@ -12,16 +13,14 @@ Build-Depends: debhelper-compat (= 13),
                ruby,
                ruby-mocha
 Standards-Version: 4.7.0
-Vcs-Git: https://salsa.debian.org/ruby-team/ruby-redis.git
 Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-redis
+Vcs-Git: https://salsa.debian.org/ruby-team/ruby-redis.git
 Homepage: https://github.com/redis/redis-rb
-Testsuite: autopkgtest-pkg-ruby
-XS-Ruby-Versions: all
 Rules-Requires-Root: no
+XS-Ruby-Versions: all
 
 Package: ruby-redis
 Architecture: all
-XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${misc:Depends},
          ${ruby:Depends},
          ${shlibs:Depends}
@@ -30,3 +29,4 @@ Description: Ruby client library for Redis
  A Ruby client that tries to match Redis' API one-to-one, while still
  providing an idiomatic interface. It features thread-safety,
  client-side sharding, pipelining, and an obsession for performance.
+XB-Ruby-Versions: ${ruby:Versions}