Control: tags -1 + pending
Forwarding to the correct bug report now...
--
Manuel A. Fernandez Montecelo <manuel.montez...@gmail.com>
--- Begin Message ---
Control: tags -1 + pending
Hi,
2016-10-15 13:39 Helmut Grohne:
Package: gnome-mime-data
Version: 2.18.0-1
Tags: patch
User: helm...@debian.org
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.
This package is a build-dependency of gnome-vfs, which in turn is a
build-dependency of many others, so I think that it's important that
this fix is applied.
I uploaded an NMU to delayed/10 directly, since the package hasn't seen
an upload in 10+ years; but please let me know if you prefer me to
cancel it.
.debdiff attached.
Cheers.
--
Manuel A. Fernandez Montecelo <manuel.montez...@gmail.com>
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,14 @@
+gnome-mime-data (2.18.0-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Modifying d/control.in rather than d/control for the fix of Helmut to
+ take effect
+
+ [ Helmut Grohne ]
+ * Mark Multi-Arch: foreign. (Closes: #840830)
+
+ -- Manuel A. Fernandez Montecelo <m...@debian.org> Tue, 10 Oct 2017 23:27:05
+0200
+
gnome-mime-data (2.18.0-1) unstable; urgency=low
* Add a get-orig-source target to retrieve the upstream tarball.
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
@@ -13,6 +13,7 @@
Package: gnome-mime-data
Architecture: all
+Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: base MIME and Application database for GNOME.
This module contains the base MIME and Application database for GNOME.
diff -u gnome-mime-data-2.18.0/debian/control.in
gnome-mime-data-2.18.0/debian/control.in
--- gnome-mime-data-2.18.0/debian/control.in
+++ gnome-mime-data-2.18.0/debian/control.in
@@ -9,6 +9,7 @@
Package: gnome-mime-data
Architecture: all
+Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: base MIME and Application database for GNOME.
This module contains the base MIME and Application database for GNOME.
--- End Message ---