tags 727273 + pending thanks Dear maintainer,
I've prepared an NMU for sunpinyin (versioned as 2.0.3+git20140127-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. (I've noticed that this bug was claimed to be fixed in a previous commit. However, it has come back since the following update...) Regards.
diff -Nru sunpinyin-2.0.3+git20140127/debian/changelog sunpinyin-2.0.3+git20140127/debian/changelog --- sunpinyin-2.0.3+git20140127/debian/changelog 2014-03-01 07:25:20.000000000 +0000 +++ sunpinyin-2.0.3+git20140127/debian/changelog 2015-02-11 12:36:14.000000000 +0000 @@ -1,3 +1,10 @@ +sunpinyin (2.0.3+git20140127-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix aarch64 endian check. (Closes: #727273) + + -- Chen Baozi <baoz...@debian.org> Wed, 11 Feb 2015 12:34:59 +0000 + sunpinyin (2.0.3+git20140127-1) unstable; urgency=low * New upstream snapshot 20140127 diff -Nru sunpinyin-2.0.3+git20140127/debian/patches/detect-endianness-for-arm64.patch sunpinyin-2.0.3+git20140127/debian/patches/detect-endianness-for-arm64.patch --- sunpinyin-2.0.3+git20140127/debian/patches/detect-endianness-for-arm64.patch 1970-01-01 00:00:00.000000000 +0000 +++ sunpinyin-2.0.3+git20140127/debian/patches/detect-endianness-for-arm64.patch 2015-02-11 12:04:04.000000000 +0000 @@ -0,0 +1,20 @@ +--- sunpinyin-2.0.3+git20140127.orig/SConstruct ++++ sunpinyin-2.0.3+git20140127/SConstruct +@@ -312,7 +312,7 @@ def AppendEndianCheck(conf): + #elif defined(__sparc) || defined(__sparc__) \ + || defined(_POWER) || defined(__powerpc__) \ + || defined(__ppc__) || defined(__hpux) || defined(__hppa) \ +- || defined(_MIPSEB) || defined(_POWER) \ ++ || defined(_MIPSEB) || defined(_POWER) || defined(__aarch64_be__) \ + || defined(__s390__) || (defined(__sh__) && defined(__BIG_ENDIAN__)) + # define WORDS_BIGENDIAN 1 + +@@ -323,7 +323,7 @@ def AppendEndianCheck(conf): + || defined(__amd64__) || defined(_M_AMD64) \ + || defined(__x86_64) || defined(__x86_64__) \ + || defined(_M_X64) || defined(__bfin__) \ +- || defined(__alpha__) || defined(__ARMEL__) \ ++ || defined(__alpha__) || defined(__ARMEL__) || defined(__aarch64__) \ + || defined(_MIPSEL) || (defined(__sh__) && defined(__LITTLE_ENDIAN__)) + # undef WORDS_BIGENDIAN + diff -Nru sunpinyin-2.0.3+git20140127/debian/patches/series sunpinyin-2.0.3+git20140127/debian/patches/series --- sunpinyin-2.0.3+git20140127/debian/patches/series 2014-03-01 07:09:05.000000000 +0000 +++ sunpinyin-2.0.3+git20140127/debian/patches/series 2015-02-11 11:59:23.000000000 +0000 @@ -1,2 +1,3 @@ fix-data-dir.diff strndup_in_cxx.patch +detect-endianness-for-arm64.patch