Package: formiko
Version: 1.3.0-1
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu groovy ubuntu-patch

The autopkgtests are currently failing
https://ci.debian.net/packages/f/formiko/
'gi.repository.GLib.Error: gdk-pixbuf-error-quark: Couldn’t recognize
the image file format for file “/usr/share/formiko/icons/formiko.svg” (3)

The problem is that librsvg2-common used to be pulled by
adwaita-icon-theme and isn't anymore, since the software fails to start
without the svg loader it makes sense to add it to the Depends, the
attached patch does that


Cheers,


diff -Nru formiko-1.3.0/debian/changelog formiko-1.3.0/debian/changelog
--- formiko-1.3.0/debian/changelog	2018-01-16 08:48:07.000000000 +0100
+++ formiko-1.3.0/debian/changelog	2020-07-08 11:17:35.000000000 +0200
@@ -1,3 +1,11 @@
+formiko (1.3.0-2) unstable; urgency=medium
+
+  * debian/control:
+    - Depends on librsvg2-common, the svg loader is needed and used to
+      be pulled in by indirect depends but isn't anymore
+
+ -- Sebastien Bacher <seb...@ubuntu.com>  Wed, 08 Jul 2020 11:17:35 +0200
+
 formiko (1.3.0-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru formiko-1.3.0/debian/control formiko-1.3.0/debian/control
--- formiko-1.3.0/debian/control	2018-01-16 08:48:07.000000000 +0100
+++ formiko-1.3.0/debian/control	2020-07-08 11:16:47.000000000 +0200
@@ -19,6 +19,7 @@
  gir1.2-gtksource-3.0,
  gir1.2-gtkspell3-3.0,
  gir1.2-webkit2-4.0,
+ librsvg2-common,
  python3-docutils,
  python3-gi,
  python3-recommonmark,

Reply via email to