diff --git a/debian/apertis/copyright b/debian/apertis/copyright index 1bd6709252bbfe46cf922950b368ae053edfa441..b66b79e8fe2ce2e2984a9d3845cb2cc9a8bdc909 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 - diff --git a/debian/changelog b/debian/changelog index e1fe8e14a34bdedb1a0b0cebcd42f85b95617fa3..e7385e0fd6fd0b281b43f31fe73c60f081d86356 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +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) + + -- Cédric Boutillier <boutil@debian.org> Thu, 30 Nov 2023 14:34:18 +0100 + ruby-dalli (3.0.6-1.1+apertis1) apertis; urgency=medium * Sync updates from debian/bookworm diff --git a/debian/control b/debian/control index fcfd3606125469b3dc4a7b4989a2ed7e69b9c2c8..420fb884e6f39e0b18c041b84986cda383f1cad1 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.