Your message dated Mon, 04 May 2026 14:48:56 +0000
with message-id <[email protected]>
and subject line Bug#1134600: fixed in libminion-perl 11.0+dfsg-2
has caused the Debian Bug report #1134600,
regarding libminion-perl: Partial upgrade to Bootstrap5
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 [email protected]
immediately.)


-- 
1134600: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1134600
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libminion-perl
Version: 10.31+dfsg-2
Severity: important
X-Debbugs-Cc: [email protected]

Dear Maintainer,

The package declares that is depends on libjs-bootstrap5, but an open issue 
states that Bootstrap4 is still used.

In the openQA instance, the dropdown buttons are not working.
With the attached patch that functionality is restored.

I don't know how to test for a proper upgrade to Bootstrap5, but at least this 
is working for me now.
So it might be only a partial upgrade to Bootstrap5.

Could you also provide the updated version in trixie-backports?

With kind regards,
Roland Clobus

PS: I needed to update the debian/patches, to make `debuild -b` happy. So I'm 
probably using the wrong build commands
-- System Information:
Debian Release: 13.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 
'stable'), (100, 'trixie-fasttrack')
Architecture: amd64 (x86_64)

Kernel: Linux 6.12.74+deb13+1-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libminion-perl depends on:
ii  fonts-fork-awesome    1.2.0+ds1-1
ii  libjs-bootstrap5      5.3.5+dfsg-4
ii  libjs-d3              3.5.17-4
ii  libjs-jquery          3.6.1+dfsg+~3.5.14-1
ii  libjs-moment          2.29.4+ds-1
ii  libmojolicious-perl   9.39+dfsg-1
ii  libyaml-libyaml-perl  0.903.0+ds-1
ii  perl                  5.40.1-6

libminion-perl recommends no packages.

Versions of packages libminion-perl suggests:
ii  libmojo-pg-perl  4.27-1

-- no debconf information
diff --git a/debian/patches/use-font-fork-awesome-in-templates 
b/debian/patches/use-font-fork-awesome-in-templates
index 88056ef..6faaa75 100644
--- a/debian/patches/use-font-fork-awesome-in-templates
+++ b/debian/patches/use-font-fork-awesome-in-templates
@@ -41,7 +41,7 @@ Last-Update: 2022-07-14
 @@ -46,7 +46,7 @@
          <div class="btn-group" role="group">
            <button class="btn btn-outline-secondary dropdown-toggle" 
type="button" id="dropdownMenu2"
-             data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+             data-bs-toggle="dropdown" aria-haspopup="true" 
aria-expanded="false">
 -            <i class="fas fa-traffic-light"></i> Signal
 +            <i class="fas fa-cog"></i> Signal
            </button>
diff --git 
a/lib/Mojolicious/Plugin/Minion/resources/templates/layouts/minion.html.ep 
b/lib/Mojolicious/Plugin/Minion/resources/templates/layouts/minion.html.ep
index 2752c9d..c37d98a 100644
--- a/lib/Mojolicious/Plugin/Minion/resources/templates/layouts/minion.html.ep
+++ b/lib/Mojolicious/Plugin/Minion/resources/templates/layouts/minion.html.ep
@@ -29,7 +29,7 @@
             <img src="<%= url_for '/minion/logo-black.png' %>" srcset="<%= 
url_for '/minion/logo-black-2x.png' %> 2x">
           </picture>
         % end
-        <button class="navbar-toggler" type="button" data-toggle="collapse" 
data-target="#navbarSupportedContent"
+        <button class="navbar-toggler" type="button" data-bs-toggle="collapse" 
data-bs-target="#navbarSupportedContent"
           aria-controls="navbarSupportedContent" aria-expanded="false" 
aria-label="Toggle navigation">
           <span class="navbar-toggler-icon"></span>
         </button>
@@ -69,7 +69,7 @@
           </ul>
           <ul class="navbar-nav">
             <li class="nav-item">
-              <a class="nav-link" href="#searchModal" data-toggle="modal" 
data-target="#searchModal">
+              <a class="nav-link" href="#searchModal" data-bs-toggle="modal" 
data-bs-target="#searchModal">
                 <i class="fas fa-search"></i> Search
               </a>
             </li>
@@ -90,7 +90,7 @@
             <form action="<%= url_for 'minion_jobs' %>">
               <div class="modal-header">
                 <h5 class="modal-title" id="searchModalLabel">Search jobs</h5>
-                <button type="button" class="close" data-dismiss="modal" 
aria-label="Close">
+                <button type="button" class="close" data-bs-dismiss="modal" 
aria-label="Close">
                   <span aria-hidden="true">&times;</span>
                 </button>
               </div>
@@ -124,7 +124,7 @@
                 </div>
               </div>
               <div class="modal-footer">
-                <button type="button" class="btn btn-secondary" 
data-dismiss="modal">Close</button>
+                <button type="button" class="btn btn-secondary" 
data-bs-dismiss="modal">Close</button>
                 <button type="submit" class="btn btn-primary">Search</button>
               </div>
             </form>
diff --git 
a/lib/Mojolicious/Plugin/Minion/resources/templates/minion/_notifications.html.ep
 
b/lib/Mojolicious/Plugin/Minion/resources/templates/minion/_notifications.html.ep
index 71ac9a0..626e4cc 100644
--- 
a/lib/Mojolicious/Plugin/Minion/resources/templates/minion/_notifications.html.ep
+++ 
b/lib/Mojolicious/Plugin/Minion/resources/templates/minion/_notifications.html.ep
@@ -2,7 +2,7 @@
   <div class="col-md-12 align-middle">
     % if (my $info = flash 'info') {
       <div class="alert alert-dismissible alert-info" role="alert">
-        <button type="button" class="close" data-dismiss="alert" 
aria-label="Close">
+        <button type="button" class="close" data-bs-dismiss="alert" 
aria-label="Close">
           <span aria-hidden="true">&times;</span>
         </button>
         <%= $info %>
@@ -10,7 +10,7 @@
     % }
     % if (my $success = flash 'success') {
       <div class="alert alert-dismissible alert-success" role="alert">
-        <button type="button" class="close" data-dismiss="alert" 
aria-label="Close">
+        <button type="button" class="close" data-bs-dismiss="alert" 
aria-label="Close">
           <span aria-hidden="true">&times;</span>
         </button>
         <%= $success %>
@@ -18,7 +18,7 @@
     % }
     % if (my $danger = flash 'danger') {
       <div class="alert alert-dismissible alert-danger" role="alert">
-        <button type="button" class="close" data-dismiss="alert" 
aria-label="Close">
+        <button type="button" class="close" data-bs-dismiss="alert" 
aria-label="Close">
           <span aria-hidden="true">&times;</span>
         </button>
         <%= $danger %>
diff --git 
a/lib/Mojolicious/Plugin/Minion/resources/templates/minion/jobs.html.ep 
b/lib/Mojolicious/Plugin/Minion/resources/templates/minion/jobs.html.ep
index b8bade1..006ab47 100644
--- a/lib/Mojolicious/Plugin/Minion/resources/templates/minion/jobs.html.ep
+++ b/lib/Mojolicious/Plugin/Minion/resources/templates/minion/jobs.html.ep
@@ -7,7 +7,7 @@
   % if (@$parents || @$children || $id) {
     <div class="dropdown">
       <button type="button" class="btn btn-sm btn-outline-secondary 
dropdown-toggle" id="dropdownMenuButton"
-        data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+        data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
         Related
       </button>
       <div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
@@ -45,7 +45,7 @@
         </button>
         <div class="btn-group" role="group">
           <button class="btn btn-outline-secondary dropdown-toggle" 
type="button" id="dropdownMenu2"
-            data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+            data-bs-toggle="dropdown" aria-haspopup="true" 
aria-expanded="false">
             <i class="fas fa-traffic-light"></i> Signal
           </button>
           <div class="dropdown-menu" aria-labelledby="dropdownMenu2">
@@ -78,7 +78,7 @@
       <table class="table">
         <thead>
           <tr>
-            <th><input class="checkall" data-check="id" type="checkbox"></th>
+            <th><input class="checkall" data-bs-check="id" 
type="checkbox"></th>
             <th>Job ID</th>
             <th>Task</th>
             <th>Queue</th>
@@ -116,7 +116,7 @@
                 </td>
                 <td class="from-now"><%= $job->{created} %></td>
                 <td><%= $related->($job) %></td>
-                <td class="accordion-toggle collapsed" data-toggle="collapse" 
data-target="#job<%= $i %>">
+                <td class="accordion-toggle collapsed" 
data-bs-toggle="collapse" data-bs-target="#job<%= $i %>">
                   % if ($job->{state} eq 'active') {
                     <span class="badge badge-primary">active</span>
                   % }
@@ -133,12 +133,12 @@
                 % if (grep { $job->{state} eq $_ } qw(active finished failed)) 
{
                   % my $end = $job->{state} eq 'active' ? 'time' : 'finished';
                   % my $runtime = $job->{$end} - $job->{started};
-                  <td class="accordion-toggle collapsed duration" 
data-toggle="collapse" data-target="#job<%= $i %>">
+                  <td class="accordion-toggle collapsed duration" 
data-bs-toggle="collapse" data-bs-target="#job<%= $i %>">
                     <%= $runtime %>
                   </td>
                 % }
                 % elsif ($job->{delayed} > $job->{time}) {
-                  <td class="accordion-toggle collapsed" 
data-toggle="collapse" data-target="#job<%= $i %>">
+                  <td class="accordion-toggle collapsed" 
data-bs-toggle="collapse" data-bs-target="#job<%= $i %>">
                     <div class="d-inline duration">
                       <%= $job->{delayed} - $job->{time} %>
                     </div>
@@ -146,9 +146,9 @@
                   </td>
                 % }
                 % else {
-                  <td class="accordion-toggle collapsed" 
data-toggle="collapse" data-target="#job<%= $i %>">waiting</td>
+                  <td class="accordion-toggle collapsed" 
data-bs-toggle="collapse" data-bs-target="#job<%= $i %>">waiting</td>
                 % }
-                <td class="accordion-toggle collapsed expand" 
data-toggle="collapse" data-target="#job<%= $i %>">
+                <td class="accordion-toggle collapsed expand" 
data-bs-toggle="collapse" data-bs-target="#job<%= $i %>">
                   <span class="fas fa-lg expand-icon"></span>
                 </td>
               </tr>
diff --git 
a/lib/Mojolicious/Plugin/Minion/resources/templates/minion/locks.html.ep 
b/lib/Mojolicious/Plugin/Minion/resources/templates/minion/locks.html.ep
index 8210f60..10d199e 100644
--- a/lib/Mojolicious/Plugin/Minion/resources/templates/minion/locks.html.ep
+++ b/lib/Mojolicious/Plugin/Minion/resources/templates/minion/locks.html.ep
@@ -22,7 +22,7 @@
       <table class="table">
         <thead>
           <tr>
-            <th><input class="checkall" data-check="name" type="checkbox"></th>
+            <th><input class="checkall" data-bs-check="name" 
type="checkbox"></th>
             <th>Lock ID</th>
             <th>Name</th>
             <th>Expires</th>
diff --git 
a/lib/Mojolicious/Plugin/Minion/resources/templates/minion/workers.html.ep 
b/lib/Mojolicious/Plugin/Minion/resources/templates/minion/workers.html.ep
index a12592b..9165372 100644
--- a/lib/Mojolicious/Plugin/Minion/resources/templates/minion/workers.html.ep
+++ b/lib/Mojolicious/Plugin/Minion/resources/templates/minion/workers.html.ep
@@ -6,7 +6,7 @@
   % if (@$jobs) {
     <div class="dropdown">
       <button type="button" class="btn btn-sm btn-outline-secondary 
dropdown-toggle" id="dropdownMenuButton"
-        data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+        data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
         Related
       </button>
       <div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
@@ -58,7 +58,7 @@
               <td><%= $worker->{pid} %></td>
               <td class="from-now"><%= $worker->{started} %></td>
               <td><%= $related->($worker) %></td>
-              <td class="accordion-toggle collapsed" data-toggle="collapse" 
data-target="#worker<%= $i %>">
+              <td class="accordion-toggle collapsed" data-bs-toggle="collapse" 
data-bs-target="#worker<%= $i %>">
                 % if (@{$worker->{jobs}}) {
                   <span class="badge badge-primary">busy</span>
                 % }
@@ -66,7 +66,7 @@
                   <span class="badge badge-secondary">idle</span>
                 % }
               </td>
-              <td class="accordion-toggle collapsed expand" 
data-toggle="collapse" data-target="#worker<%= $i %>">
+              <td class="accordion-toggle collapsed expand" 
data-bs-toggle="collapse" data-bs-target="#worker<%= $i %>">
                 <span class="fas fa-lg expand-icon"></span>
               </td>
             </tr>

--- End Message ---
--- Begin Message ---
Source: libminion-perl
Source-Version: 11.0+dfsg-2
Done: gregor herrmann <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libminion-perl, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann <[email protected]> (supplier of updated libminion-perl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 04 May 2026 16:26:22 +0200
Source: libminion-perl
Architecture: source
Version: 11.0+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <[email protected]>
Changed-By: gregor herrmann <[email protected]>
Closes: 1134600
Changes:
 libminion-perl (11.0+dfsg-2) unstable; urgency=medium
 .
   * Team upload
   * Add partial_upgrade_to_bootstrap5.patch.
     Thanks to Roland Clobus for the patch. (Closes: #1134600)
   * Declare compliance with Debian Policy 4.7.4.
Checksums-Sha1:
 79cd5375a6d014fb323e22e76a838bcc098d20db 2591 libminion-perl_11.0+dfsg-2.dsc
 bca2db94299fff883f3cbf142f207a5ac0aa999d 33204 
libminion-perl_11.0+dfsg-2.debian.tar.xz
 b49da9047d82c254a8381a6c782cb7efc341e6b2 386924 
libminion-perl_11.0+dfsg-2.git.tar.xz
 563e0f43f6c060b7d153510880e14f520fe33d7e 17392 
libminion-perl_11.0+dfsg-2_source.buildinfo
Checksums-Sha256:
 f0002680569cff4eafff4e8d6a5ce9ef47f5ced403becdd23adb566ab01f61f4 2591 
libminion-perl_11.0+dfsg-2.dsc
 a7d63559a3dfd05a58a0ea9bfdf8d0df7f254b46c7c891ba47787b07f2a1b61e 33204 
libminion-perl_11.0+dfsg-2.debian.tar.xz
 114f65238a90ae9ee247038e83c690b9391a4972487a18c72fee885372215b1e 386924 
libminion-perl_11.0+dfsg-2.git.tar.xz
 3f473818302696ad0b5a71022ce358eb5d3a3f7cbde4e632a5448e0df25ddf5b 17392 
libminion-perl_11.0+dfsg-2_source.buildinfo
Files:
 d333e3b3d84e4f4acb886f925a217910 2591 perl optional 
libminion-perl_11.0+dfsg-2.dsc
 391312ff62cea4bf100a0403b7e71f03 33204 perl optional 
libminion-perl_11.0+dfsg-2.debian.tar.xz
 2365943aa67540248a0b0983a14f7a64 386924 perl None 
libminion-perl_11.0+dfsg-2.git.tar.xz
 56d8591fa8190f33ca87244d2ded03bb 17392 perl optional 
libminion-perl_11.0+dfsg-2_source.buildinfo
Git-Tag-Info: tag=18236b689e536d26d6ab80140b0926c52dd2ab3c 
fp=d1e1316e93a760a8104d85fabb3a68018649aa06
Git-Tag-Tagger: gregor herrmann <[email protected]>

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmn4rUMACgkQYG0ITkaD
wHliFxAA1JbVIoF0d9bHyRhAEZLXpv99Em4APmiuF/zZ8dDJnX6I44wIxkdLYBul
edYePFxM9DlykdTLpsqK+ddwC6NgXntJR7QO/kTnKyM7UQLk7JAhzX83OMfWLEP2
3KFXAoQso8loftGZk740xJKa3YJzholImaEkIsfcDIjyaWYfreLcMU3g5dcV3W8A
aCCMbXdC8Fb3Zu7+ZSBtJs+puJTG1FDazA/fw/hxcTHx0/+JkCTcsRkYhz97rOPT
ZZ4IsuYcqTzuq/YoaV3MAP891RwhP9FMB4UXJptmqcIrJ29jgjKdXZ/HAo2UHpj5
x5eSLjzsLoDw53Vvbbv9oD64kmh6laSWdOpkJ+cxm0aoe2JEjtnszsYG60A/CHAI
82XUAa1lrfG2J1FpGBF0UGOlSDmcreA9mgJACwTi5BmzbO1GOa2N5oavGu3t5B4h
OfNfAiS0dYxWfti0lI4j5VYKZ8mqaMRmM0MKD8wWpuekC9Qn0eBhAoRGmVezlbg5
h4bTGyc71kKUbIviyRmixjBypAY+J3MGibhzNc3/Vti3Ggzn5VGjvq1nfLdfIrZm
RYwQDTuQGb/OEFhLrqhibplOQDSMEna1H0I6UXPDijEGkncEJJ7ZzjBV07+YoDIM
cUHv3lyCCCvy2WXTGGf/OVVymzs6TstBl0QUougXXLHypMrAiqs=
=+LCs
-----END PGP SIGNATURE-----

Attachment: pgppuzjSoBe_6.pgp
Description: PGP signature


--- End Message ---

Reply via email to