Bug#883279: qt4-x11: please add mips64r6 and mips64r6el in debian/rules as 64bit while not g++64

2017-12-01 Thread Lisandro Damián Nicanor Pérez Meyer
El 1 dic. 2017 4:53 p.m., "Lisandro Damián Nicanor Pérez Meyer" <
perezme...@gmail.com> escribió:

We are working towards reviving qt4 from the archive.


I meant removing, not reviving


Bug#883279: qt4-x11: please add mips64r6 and mips64r6el in debian/rules as 64bit while not g++64

2017-12-01 Thread Lisandro Damián Nicanor Pérez Meyer
We are working towards reviving qt4 from the archive. I do not mind adding
this patch of I have to do some other upload, but I don't think it's worth
just for this one.

El 1 dic. 2017 11:54 a.m., "YunQiang Su"  escribió:

> Package: src:qt4-x11
> Version: 4.8.7+dfsg-11
>
> The patch is quite simple:
>
> ifneq (,$(filter $(DEB_HOST_ARCH),alpha ia64 mips64 mips64el))
> >>>
> ifneq (,$(filter $(DEB_HOST_ARCH),alpha ia64 mips64 mips64el mips64r6
> mips64r6el))
>
> --
> YunQiang Su
>
>


Bug#883279: qt4-x11: please add mips64r6 and mips64r6el in debian/rules as 64bit while not g++64

2017-12-01 Thread YunQiang Su
Package: src:qt4-x11
Version: 4.8.7+dfsg-11

The patch is quite simple:

ifneq (,$(filter $(DEB_HOST_ARCH),alpha ia64 mips64 mips64el))
>>>
ifneq (,$(filter $(DEB_HOST_ARCH),alpha ia64 mips64 mips64el mips64r6
mips64r6el))

-- 
YunQiang Su