Package: syncthing-gtk
Version: 0.9.4.2-1
Severity: grave
Tags: patch
Justification: uninstallable
User: [email protected]
Usertags: origin-ubuntu disco ubuntu-patch
Hi Jelmer,
The syncthing-gtk package is uninstallable, because it depends on
gir-1.2-glib-2.0, which does not exist. The correct spelling of this
package name is gir1.2-glib-2.0. Please find a patch attached.
I have uploaded this patch to Ubuntu, so that the package will be
installable there.
Thanks,
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
Ubuntu Developer https://www.debian.org/
[email protected] [email protected]
diff -Nru syncthing-gtk-0.9.4.2/debian/control
syncthing-gtk-0.9.4.2/debian/control
--- syncthing-gtk-0.9.4.2/debian/control 2018-11-09 12:56:34.000000000
-0800
+++ syncthing-gtk-0.9.4.2/debian/control 2018-11-14 15:14:28.000000000
-0800
@@ -11,7 +11,7 @@
Package: syncthing-gtk
Recommends: syncthing (>= 0.13), gir1.2-appindicator3-0.1
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-gobject | python-gi,
python-dateutil, python-bcrypt, libgtk-3-0, gir1.2-gtk-3.0, gir-1.2-glib-2.0,
gir1.2-notify-0.7, python-gi-cairo, gir1.2-rsvg-2.0
+Depends: ${python:Depends}, ${misc:Depends}, python-gobject | python-gi,
python-dateutil, python-bcrypt, libgtk-3-0, gir1.2-gtk-3.0, gir1.2-glib-2.0,
gir1.2-notify-0.7, python-gi-cairo, gir1.2-rsvg-2.0
Description: GTK3-based GUI and notification area icon for syncthing
A GTK3-based GUI for Syncthing that supports:
.