From 2ec17ce4b510e611498d9f3fbf24fa720e42e57e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20Boutillier?= <boutil@debian.org>
Date: Thu, 30 Nov 2023 14:34:18 +0100
Subject: [PATCH 1/3] Import Debian changes 3.0.6-2

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

diff --git a/debian/changelog b/debian/changelog
index 5ae480b..2e4438a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-dalli (3.0.6-2) unstable; urgency=medium
+
+  * Depend explicitly on ruby-connection-pool (Closes: #1033310)
+
+ -- Cédric Boutillier <boutil@debian.org>  Thu, 30 Nov 2023 14:34:18 +0100
+
 ruby-dalli (3.0.6-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --git a/debian/control b/debian/control
index e41a028..f33f1f3 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,8 @@ Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${misc:Depends},
          ${ruby:Depends},
-         ${shlibs:Depends}
+         ${shlibs:Depends},
+         ruby-connection-pool
 Suggests: ruby-kgio
 Description: memcached client library for Ruby
  Dalli is a high performance pure Ruby client for accessing memcached servers.
-- 
GitLab


From 6604366bd59b3ef4d82af497e21f1acc7c4a1c06 Mon Sep 17 00:00:00 2001
From: Apertis CI robot <devel@lists.apertis.org>
Date: Sun, 9 Mar 2025 15:32:30 +0000
Subject: [PATCH 2/3] Release ruby-dalli version 3.0.6-2+apertis1
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
---
 debian/changelog | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6a7edba..e7385e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ruby-dalli (3.0.6-2+apertis1) apertis; urgency=medium
+
+  * Sync from debian/trixie.
+  * Remaining Apertis specific changes:
+    - Replace dependency on ruby-rails with ruby-railties.
+
+ -- Apertis CI <devel@lists.apertis.org>  Sun, 09 Mar 2025 15:32:30 +0000
+
 ruby-dalli (3.0.6-2) unstable; urgency=medium
 
   * Depend explicitly on ruby-connection-pool (Closes: #1033310)
-- 
GitLab


From 6cd64140b706464a6aa093bcd2a1ce5ab3aa9c0d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dylan=20A=C3=AFssi?= <dylan.aissi@collabora.com>
Date: Wed, 26 Mar 2025 16:59:52 +0000
Subject: [PATCH 3/3] Refresh the automatically detected licensing information
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
---
 debian/apertis/copyright | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

diff --git a/debian/apertis/copyright b/debian/apertis/copyright
index 1bd6709..b66b79e 100644
--- a/debian/apertis/copyright
+++ b/debian/apertis/copyright
@@ -5,20 +5,11 @@ Copyright: Peter M. Goldstein, Mike Perham
  Mike Perham, Peter M. Goldstein. See LICENSE for details.
 License: Expat
 
-Files: README.md
-Copyright: Mike Perham, Peter M. Goldstein. See LICENSE for details.
-License: Expat
-
 Files: debian/*
-Copyright: 2015 Antonio Terceiro <terceiro@debian.org>
-            2020,2021 Debian Ruby Extras Maintainers
+Copyright: 2020, 2021, Debian Ruby Extras Maintainers
+ 2015, Antonio Terceiro <terceiro@debian.org>
 License: Expat
 
-Files: test/*
+Files: test/test_encoding.rb
 Copyright: (c) Mike Perham
 License: Expat
-
-Files: test/*
-Copyright: no-info-found
-License: UNKNOWN
-
-- 
GitLab