Your message dated Thu, 14 Jul 2022 20:47:27 +0000
with message-id <[email protected]>
and subject line Bug#1013997: fixed in libminion-perl 10.25+dfsg-2
has caused the Debian Bug report #1013997,
regarding libminion-perl: Wrong version of fontawesome
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.)


-- 
1013997: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013997
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libminion-perl
Version: 10.19+dfsg-2
Severity: normal
Tags: patch

Hi,

libminion-perl replaces the embedded copy of fontawesome with
fonts-font-aweseome. Upstream uses fontaweseom v5, that is not available
in Debian because of licensing concerns (see #902981). I suggest
replacing this with fonts-fork-awesome, that is available as
fonts-fork-awesome.

Fork-awesome does not provide all icons from font-aweseom, but most of
the used icons are avialable. Only fa-hard-hat and fa-traffic-light are
not available and needs to be replaced and fa-redo is available under a
different name.

I attach a quilt patch to replace the usage of font-awesome with
fork-awesome.


Thanks,
Alex

-- System Information:
Debian Release: 11.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-15-amd64 (SMP w/48 CPU threads)
Kernel taint flags: TAINT_FIRMWARE_WORKAROUND
Locale: LANG=en_US.iso885915, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15), 
LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libminion-perl depends on:
ii  fonts-fork-awesome   1.1.5+ds1-2
ii  libjs-bootstrap4     4.5.2+dfsg1-7
ii  libjs-d3             3.5.17-4
ii  libjs-moment         2.29.1+ds-2
ii  libjs-popper.js      1.16.1+ds-3
ii  libmojolicious-perl  8.71+dfsg-1
ii  perl                 5.32.1-4+deb11u2

libminion-perl recommends no packages.

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

-- no debconf information
Index: 
libminion-perl-10.19+dfsg/lib/Mojolicious/Plugin/Minion/resources/templates/layouts/minion.html.ep
===================================================================
--- 
libminion-perl-10.19+dfsg.orig/lib/Mojolicious/Plugin/Minion/resources/templates/layouts/minion.html.ep
+++ 
libminion-perl-10.19+dfsg/lib/Mojolicious/Plugin/Minion/resources/templates/layouts/minion.html.ep
@@ -10,7 +10,8 @@
     %= javascript '/minion/d3/d3.js'
     %= javascript '/minion/epoch/epoch.js'
     %= stylesheet '/minion/epoch/epoch.css'
-    %= stylesheet '/minion/fontawesome/fontawesome.css'
+    %= stylesheet '/minion/fork-awesome/v5-compat.css'
+    %= stylesheet '/minion/fork-awesome/fork-awesome.css'
     %= stylesheet '/minion/app.css'
     %= javascript '/minion/app.js'
     <script>
Index: 
libminion-perl-10.19+dfsg/lib/Mojolicious/Plugin/Minion/resources/templates/minion/jobs.html.ep
===================================================================
--- 
libminion-perl-10.19+dfsg.orig/lib/Mojolicious/Plugin/Minion/resources/templates/minion/jobs.html.ep
+++ 
libminion-perl-10.19+dfsg/lib/Mojolicious/Plugin/Minion/resources/templates/minion/jobs.html.ep
@@ -21,7 +21,7 @@
         % }
         % if ($id) {
           % my $url = url_for('minion_workers')->query(id => $id);
-          <a class="dropdown-item" href="<%= $url %>"><i class="fas 
fa-hard-hat"></i> Worker</a>
+          <a class="dropdown-item" href="<%= $url %>"><i class="fas 
fa-cog"></i> Worker</a>
         % }
       </div>
     </div>
@@ -35,7 +35,7 @@
     <div>
       <div class="btn-group" role="group">
         <button class="btn btn-outline-secondary" name="do" value="retry" 
type="submit">
-          <i class="fas fa-redo" aria-hidden="true"></i> Retry
+          <i class="fas fa-refresh" aria-hidden="true"></i> Retry
         </button>
         <button class="btn btn-outline-secondary" name="do" value="stop" 
type="submit">
           <i class="fas fa-ban" aria-hidden="true"></i> Stop
@@ -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">
-            <i class="fas fa-traffic-light"></i> Signal
+            <i class="fas fa-cog"></i> Signal
           </button>
           <div class="dropdown-menu" aria-labelledby="dropdownMenu2">
             <button class="dropdown-item" name="do" value="sig_int" 
type="submit">

--- End Message ---
--- Begin Message ---
Source: libminion-perl
Source-Version: 10.25+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: Thu, 14 Jul 2022 21:46:54 +0200
Source: libminion-perl
Architecture: source
Version: 10.25+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <[email protected]>
Changed-By: gregor herrmann <[email protected]>
Closes: 1013997
Changes:
 libminion-perl (10.25+dfsg-2) unstable; urgency=medium
 .
   * Team upload.
   * Migrate from fonts-font-awesome to fonts-fork-awesome:
     - debian/control: replace fonts-font-awesome with fonts-fork-awesome.
     - debian/libminion-perl.links: link in CSS and webfonts from fonts-fork-
       awesome instead of fonts-font-awesome.
     - debian/patches/use-linked-fonts-in-pg-admin-test: update description to
       mention fonts-fork-awesome.
     - New patch use-font-fork-awesome-in-templates.
       Updates templates to use CSS and icons from fonts-fork-awesome.
     Thanks to Alexander Sulfrian for the bug report and the templates patch.
     (Closes: #1013997)
Checksums-Sha1:
 5bfa3d47a4b8611d5f6d15ba4fdbf24d8b4f9714 2533 libminion-perl_10.25+dfsg-2.dsc
 9f5b0c0f1cbe532bcd14c181be3a8ca27f7f4d67 31384 
libminion-perl_10.25+dfsg-2.debian.tar.xz
Checksums-Sha256:
 f7c0288b90b2c4bff010ce20abd9507aeb015f453e53ef0f5d526888ab30d4d9 2533 
libminion-perl_10.25+dfsg-2.dsc
 4857c73aa0a0ccd80811cfe106218e2699560afbd118c708645f1a258171d2fc 31384 
libminion-perl_10.25+dfsg-2.debian.tar.xz
Files:
 8c2234feb86bd64cd3fc61e574222663 2533 perl optional 
libminion-perl_10.25+dfsg-2.dsc
 d500c5404137629e86d7386ce6cf6db7 31384 perl optional 
libminion-perl_10.25+dfsg-2.debian.tar.xz

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

iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAmLQd2RfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgaPjg//ajJb9U2HUHSRr3Tz2+xRR3wEKafwnYTuRq6zniBoB6qaBWfUTV6T+LkO
xmFXx8V5qV3M13yXn8lCi8Wd9O01oFOm80gWgCsmTarRyQK9op/u3gb/3nvTGYml
5V3ct/GB1LZO7f7L9HQhGpcOLXOFtGwv8x3a7ycUbc4cNa7Bva5KKrXZvivhWDyY
vDwepR7ab/jtJh2zoFh/M1n2yQoA/L/Uy6ujVjpukBrV4aEnC5rLox4GtkrEntBP
OEB3BF26ULY7JZT+XZO8RrLSGR36vSQwzbhwT2wlELj0OTOgpQxuyoSiNLlfY6k5
qdaOlD97/nIYcvp/UslGBBlnF5Y85ljbJzGGlYxIxD5JuGizW9WChzU7JgUy5mec
yzbHoEa6BCtHTsBFMnzU04iyL7F4TUlgNJgAP4rxnhP3GWGP5p5c3A8n1lbiHLE8
uG4BcecOuyZg8tAVkIK/jU1y9UUokroKu9bigqO9fM4ML7DDiSwZ5bYF/6C1pxnl
8zw2iPwzz9HtFQIpvwCYOvYwzVXJ9AQVx+GEG8y2co//ZlqekiEBxTfMrDHXJyF2
NcdnMnR0YUXJzwDuXb/vcVCjPBPZa2cMklCr2nk9CoUWjpIh7cIyEpneVQdAy/ds
J+sflcTgr3t72CWNTRuqpofTPw/Kv3BP2gSHFFUgf7ugZ6uOTuo=
=fhq7
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to