Bug#840830: [Fwd: Re: mark gnome-mime-data Multi-Arch: foreign]

2017-10-11 Thread Manuel A. Fernandez Montecelo
Hi Michael,

2017-10-11 1:25 GMT+02:00 Michael Biebl :
> Am 11.10.2017 um 00:19 schrieb Manuel A. Fernandez Montecelo:
>> Control: tags -1 + pending
>>
>> Forwarding to the correct bug report now...
>
> Feel free to go ahead with the NMU directly.
>
> You might as well orphan the package while at it.
> The Debian GNOME team doesn't have interest in that package anymore and
> is most likely not going to touch it in the future either.

Thanks for the reply.

I will try to do that in the next few days, as time permits.


Cheers.
-- 
Manuel A. Fernandez Montecelo 



Bug#840830: [Fwd: Re: mark gnome-mime-data Multi-Arch: foreign]

2017-10-10 Thread Michael Biebl
Am 11.10.2017 um 00:19 schrieb Manuel A. Fernandez Montecelo:
> Control: tags -1 + pending
> 
> Forwarding to the correct bug report now...

Feel free to go ahead with the NMU directly.

You might as well orphan the package while at it.
The Debian GNOME team doesn't have interest in that package anymore and
is most likely not going to touch it in the future either.

Michael
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#840830: [Fwd: Re: mark gnome-mime-data Multi-Arch: foreign]

2017-10-10 Thread Manuel A. Fernandez Montecelo

Control: tags -1 + pending

Forwarding to the correct bug report now...

--
Manuel A. Fernandez Montecelo 
--- 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 

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   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 ---