From d2a54bd0a006e262da53978c5dc3e9a60b545605 Mon Sep 17 00:00:00 2001
From: Pirate Praveen <praveen@debian.org>
Date: Thu, 4 Jul 2024 00:06:48 +0530
Subject: [PATCH] routine-update: Reorder sequence of d/control fields by cme

---
 debian/changelog |  1 +
 debian/control   | 14 +++++++-------
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b2187c2..bac8480 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 60268d5..480cd90 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}
-- 
GitLab