Your message dated Sat, 29 Jun 2024 10:46:18 +0000
with message-id <e1snvb0-002bdz...@coccia.debian.org>
and subject line Released with 12.6
has caused the Debian Bug report #1068715,
regarding bookworm-pu: package ruby-premailer-rails/1.10.3-4~deb12u1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1068715: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068715
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: bookworm
User: release.debian....@packages.debian.org
Usertags: pu
X-Debbugs-Cc: Georg Faerber <ge...@debian.org>

[ Reason ]
In order to get rid of the obsolete and incompatible ruby-arel,
ruby-premailer-rails has to drop its superfluous build dependency on it.
ruby-arel is nowadays integrated into ruby-actionmailer and the
incompatible ruby-arel version fortunately does not get used during
build.

[ Impact ]
Failures on some upgrade paths of schleuder if the obsolete ruby-arel is
still installed.

[ Tests ]
The package still builds ;-)

[ Risks ]
Low, dropping of a superfluous B-D could only cause a FTBFS and the
package would therefore be excluded from -pu.

[ Checklist ]
  [*] *all* changes are documented in the d/changelog
  [*] I reviewed all changes and I approve them
  [*] attach debdiff against the package in (old)stable
  [*] the issue is verified as fixed in unstable

[ Changes ]
 debian/.gitattributes |  3 +++
 debian/changelog      | 15 +++++++++++++++
 debian/control        |  7 +++----
 3 files changed, 21 insertions(+), 4 deletions(-)

ruby-premailer-rails (1.10.3-4~deb12u1) bookworm; urgency=medium

  * Non-maintainer upload.
  * Rebuild for bookworm.

 -- Andreas Beckmann <a...@debian.org>  Tue, 09 Apr 2024 16:56:10 +0200

ruby-premailer-rails (1.10.3-4) unstable; urgency=medium

  * debian/control:
    - Drop Build-Depends on ruby-arel, which is obsolete and part of rails
      since five years. (Closes: #1039035)

 -- Georg Faerber <ge...@debian.org>  Sat, 24 Jun 2023 22:31:11 +0000

It also drops the version constraint on the ruby-actionmailer
(build-)dependency which has been satisfied since jessie at least.

[ Other info ]
This is a rebuild of a package that has been in sid and testing for a
long time (but is now superseded by a new upstream release).

Andreas
diff --git a/debian/.gitattributes b/debian/.gitattributes
new file mode 100644
index 0000000..74e43f3
--- /dev/null
+++ b/debian/.gitattributes
@@ -0,0 +1,3 @@
+.gitattributes export-ignore
+gbp.conf export-ignore
+salsa-ci.yml export-ignore
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index 0ed9fdc..5e9ead3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+ruby-premailer-rails (1.10.3-4~deb12u1) bookworm; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild for bookworm.
+
+ -- Andreas Beckmann <a...@debian.org>  Tue, 09 Apr 2024 16:56:10 +0200
+
+ruby-premailer-rails (1.10.3-4) unstable; urgency=medium
+
+  * debian/control:
+    - Drop Build-Depends on ruby-arel, which is obsolete and part of rails
+      since five years. (Closes: #1039035)
+
+ -- Georg Faerber <ge...@debian.org>  Sat, 24 Jun 2023 22:31:11 +0000
+
 ruby-premailer-rails (1.10.3-3) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/control b/debian/control
index ece4ea5..9f756d7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,18 @@
 Source: ruby-premailer-rails
 Section: ruby
 Priority: optional
-Maintainer: Debian Ruby Extras Maintainers 
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
+Maintainer: Debian Ruby Team 
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
 Uploaders: Balasankar C <balasank...@autistici.org>
 Build-Depends: debhelper-compat (= 12),
                gem2deb,
                rake,
-               ruby-actionmailer (>= 2:3.0~),
+               ruby-actionmailer,
                ruby-byebug,
                ruby-coveralls,
                ruby-premailer (>= 1.11.1~),
                ruby-rspec,
                ruby-simplecov,
                ruby-rails,
-               ruby-arel
 Standards-Version: 4.5.0
 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-premailer-rails.git
 Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-premailer-rails
@@ -25,7 +24,7 @@ Package: ruby-premailer-rails
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
-         ruby-actionmailer (>= 2:3.0~),
+         ruby-actionmailer,
          ruby-premailer (>= 1.11.1~),
          ${misc:Depends},
          ${shlibs:Depends}

--- End Message ---
--- Begin Message ---
Version: 12.6

The upload requested in this bug has been released as part of 12.6.

--- End Message ---

Reply via email to