[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1068715: bookworm-pu: package ruby-premailer-rails/1.10.3-4~deb12u1



Package: release.debian.org
Severity: normal
Tags: bookworm
User: release.debian.org@packages.debian.org
Usertags: pu
X-Debbugs-Cc: Georg Faerber <georg@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 <anbe@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 <georg@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 <anbe@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 <georg@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-maintainers@lists.alioth.debian.org>
+Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
 Uploaders: Balasankar C <balasankarc@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}

Reply to: