[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#905238: marked as done (sunpinyin: Please add platform support for m68k)



Your message dated Wed, 21 Nov 2018 15:36:48 +0000
with message-id <E1gPUYa-000CYm-9n@fasolo.debian.org>
and subject line Bug#905238: fixed in sunpinyin 3.0.0~rc1+ds1-2
has caused the Debian Bug report #905238,
regarding sunpinyin: Please add platform support for m68k
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
905238: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905238
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: sunpinyin
Version: 3.0.0~rc1+ds1-1
Severity: normal
Tags: patch

Hello!

Could you add support for m68k similar to how it has been done
for risc64 in #898019?

You just need to test whether __m68k__is defined, m68k is a
big-endian architecture. Thus, the patch to add support for
m68k is simply:

--- SConstruct.orig     2018-08-01 22:38:20.302436927 +0200
+++ SConstruct  2018-08-01 22:39:18.646973822 +0200
@@ -321,7 +321,8 @@
   || defined(__ppc__)  || defined(__hpux) || defined(__hppa) \
   || defined(_MIPSEB)  || defined(_POWER) \
   || defined(__s390__) || (defined(__sh__) && defined(__BIG_ENDIAN__)) \
-  || defined(__AARCH64EB__)
+  || defined(__AARCH64EB__) \
+  || definied(__m68k__)
 # define WORDS_BIGENDIAN 1
 
 #elif defined(__i386__) || defined(__i386) \

Please include the patch for the next upload and also feel free
to upstream it.

Thanks,
Adrian

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913
--- SConstruct.orig	2018-08-01 22:38:20.302436927 +0200
+++ SConstruct	2018-08-01 22:39:18.646973822 +0200
@@ -321,7 +321,8 @@
   || defined(__ppc__)  || defined(__hpux) || defined(__hppa) \
   || defined(_MIPSEB)  || defined(_POWER) \
   || defined(__s390__) || (defined(__sh__) && defined(__BIG_ENDIAN__)) \
-  || defined(__AARCH64EB__)
+  || defined(__AARCH64EB__) \
+  || definied(__m68k__)
 # define WORDS_BIGENDIAN 1
 
 #elif defined(__i386__) || defined(__i386) \

--- End Message ---
--- Begin Message ---
Source: sunpinyin
Source-Version: 3.0.0~rc1+ds1-2

We believe that the bug you reported is fixed in the latest version of
sunpinyin, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 905238@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Boyuan Yang <byang@debian.org> (supplier of updated sunpinyin package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 21 Nov 2018 09:30:42 -0500
Source: sunpinyin
Binary: libsunpinyin-dev libsunpinyin3v5 python-sunpinyin sunpinyin-utils
Architecture: source
Version: 3.0.0~rc1+ds1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
Changed-By: Boyuan Yang <byang@debian.org>
Description:
 libsunpinyin-dev - Simplified Chinese Input Method from SUN (development)
 libsunpinyin3v5 - Simplified Chinese Input Method from SUN (runtime)
 python-sunpinyin - Simplified Chinese Input Method from SUN (Python binding)
 sunpinyin-utils - Simplified Chinese Input Method from SUN (utilities)
Closes: 905238
Changes:
 sunpinyin (3.0.0~rc1+ds1-2) unstable; urgency=medium
 .
   * Team upload.
   * Rebuild for Debian Buster.
   * Backport upstream fixes till git version 20181120.
   * debian/patches:
     + Backport upstream fix for m68k architecture. (Closes: #905238)
     + Various minor fixes.
   * debian/control:
     + Bump Standards-Version to 4.2.1 (no changes needed).
Checksums-Sha1:
 0b0ae2fd1c7d1135d6c431930139627f7d9e7103 2266 sunpinyin_3.0.0~rc1+ds1-2.dsc
 2896fed5aead536c50e4033e43d0d153767d84d0 20488 sunpinyin_3.0.0~rc1+ds1-2.debian.tar.xz
 52f85b95cbdba00aebb23e58aadad3054ee2b0c2 7644 sunpinyin_3.0.0~rc1+ds1-2_amd64.buildinfo
Checksums-Sha256:
 d9c987d9573677f19717804b94f967b89143a4b2457588208bfde15a42e9f930 2266 sunpinyin_3.0.0~rc1+ds1-2.dsc
 6c1c89ff461aee93fc012efc55c8a6207fd6754a66ca11ee13731f9ea6779897 20488 sunpinyin_3.0.0~rc1+ds1-2.debian.tar.xz
 11eaf25537cd920f98bea861e3dffd8c110b1f91943880565e4d1fac10e4860d 7644 sunpinyin_3.0.0~rc1+ds1-2_amd64.buildinfo
Files:
 20ef15d090af593f545c70aa23f76472 2266 libs optional sunpinyin_3.0.0~rc1+ds1-2.dsc
 9b5c168d44dc7c6c8abdfee49a79152c 20488 libs optional sunpinyin_3.0.0~rc1+ds1-2.debian.tar.xz
 afa83067636819ab94ad568a546e4041 7644 libs optional sunpinyin_3.0.0~rc1+ds1-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAlv1cW8ACgkQwpPntGGC
Ws45sxAArZ2Fxwnm+i8yVdRzN8P7Id0Zkvgt51Fy0CIXM9AMlM2mePmV2eZo6rty
9JotDE6lhM57t6T/ww5U1tYPafsoEcn3h7wFGBYWVwGLdVQabUAx9tOge/j/sJFF
zwTC4ZhsqL5LY5B7sCTOGsmo/VI1VTpc5FeECSeaGkda2Hh2pVl1Yqwi12Ur2NbK
xaDW+Cvb7VPhFx+KtufpnviZ6cxXdPKwjTpFkuhdjjQ/ma/dmnReTfetn8gJjWlo
+XqFMsY8v7LrI/4N+TNcWfBQtJWlsac8oxQTfsjiddjRQwHYMND1L45oye97wiP5
xRBF2ryHBTpyOuFlyHj8vL+ml2E7K2qkptsp8K/fgOb0ABguE0pwz8vFOc8T8HVu
J7sOSak8ePkZ+WHBZJUcfQlLN0FcQukL7cDOlXBpgn6aGzsWkqlwGZph5GIFwRXf
dB/8r1K2LabBOzTW8HTrNbHIusYZBAqTmzwD1JbCFvq90VaDgjzsQWon55VPV/tf
ET9OGrUylq1/iL5tbbAkV+luD1n1zKK+hXxWMblPnQNvhXgK0cuEHQJlh/TkiWdM
4gik7/LFeg956uuGVi1ptQASB0yJrM18BwU1n7C5FPlF4Gd9iTBsngwnS9Sn+fy8
MYEiYjigNIsFWoQ2FkVabY9HIKwVKRvGW4a+Bw6lAKXR2jXGjhI=
=ds95
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: