Package: gnome-mime-data
Version: 2.18.0-1
Tags: patch
User: [email protected]
Usertags: rebootstrap
Control: affects -1 + src:gnome-vfs
gnome-vfs cannot be cross built from source, because its build
dependency on gnome-mime-data is unsatisfiable. In general, dependencies
on Architecture: all packages are cross unsatisfiable unless they are
marked Multi-Arch: foreign.
In this case, the marking looks correct, because gnome-mime-data is
Architecture: all and doesn't have any maintainer scripts or
dependencies. Please consider applying the attached patch.
Helmut
diff -u gnome-mime-data-2.18.0/debian/control
gnome-mime-data-2.18.0/debian/control
--- gnome-mime-data-2.18.0/debian/control
+++ gnome-mime-data-2.18.0/debian/control
@@ -10,6 +10,7 @@
Package: gnome-mime-data
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
+Multi-Arch: foreign
Description: base MIME and Application database for GNOME.
This module contains the base MIME and Application database for GNOME.
It is meant to be accessed through the MIME functions in GnomeVFS.
diff -u gnome-mime-data-2.18.0/debian/changelog
gnome-mime-data-2.18.0/debian/changelog
--- gnome-mime-data-2.18.0/debian/changelog
+++ gnome-mime-data-2.18.0/debian/changelog
@@ -1,3 +1,10 @@
+gnome-mime-data (2.18.0-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Mark Multi-Arch: foreign. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Sat, 15 Oct 2016 13:36:21 +0200
+
gnome-mime-data (2.18.0-1) unstable; urgency=low
* Add a get-orig-source target to retrieve the upstream tarball.