Dear maintainer, I've prepared an NMU for quickfix (versioned as 1.15.1+dfsg-4.2) and uploaded it to DELAYED/15. Please feel free to tell me if I should delay it longer.
Regards, Gianfranco diff -Nru quickfix-1.15.1+dfsg/debian/changelog quickfix-1.15.1+dfsg/debian/changelog --- quickfix-1.15.1+dfsg/debian/changelog 2024-02-29 23:38:19.000000000 +0100 +++ quickfix-1.15.1+dfsg/debian/changelog 2024-09-27 15:45:21.000000000 +0200 @@ -1,3 +1,12 @@ +quickfix (1.15.1+dfsg-4.2) unstable; urgency=medium + + * Non-maintainer upload. + + [ zhangdandan <zhangdan...@loongson.cn> ] + * add support for loongarch64 (Closes: #1069887) + + -- Gianfranco Costamagna <locutusofb...@debian.org> Fri, 27 Sep 2024 15:45:21 +0200 + quickfix (1.15.1+dfsg-4.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru quickfix-1.15.1+dfsg/debian/patches/10_quickfix-add-loongarch64-support.patch quickfix-1.15.1+dfsg/debian/patches/10_quickfix-add-loongarch64-support.patch --- quickfix-1.15.1+dfsg/debian/patches/10_quickfix-add-loongarch64-support.patch 1970-01-01 01:00:00.000000000 +0100 +++ quickfix-1.15.1+dfsg/debian/patches/10_quickfix-add-loongarch64-support.patch 2024-09-27 15:44:52.000000000 +0200 @@ -0,0 +1,14 @@ +Description: Add support for loongarch64 +Last-Update: 2024-04-26 + +--- quickfix-1.15.1+dfsg.orig/src/C++/double-conversion/utils.h ++++ quickfix-1.15.1+dfsg/src/C++/double-conversion/utils.h +@@ -69,7 +69,7 @@ + defined(__sparc__) || defined(__sparc) || defined(__s390__) || \ + defined(__SH4__) || defined(__alpha__) || \ + defined(_MIPS_ARCH_MIPS32R2) || \ +- defined(__AARCH64EL__) || defined(__aarch64__) ++ defined(__AARCH64EL__) || defined(__aarch64__) || defined(__loongarch64) + #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1 + #elif defined(__mc68000__) + #undef DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS diff -Nru quickfix-1.15.1+dfsg/debian/patches/series quickfix-1.15.1+dfsg/debian/patches/series --- quickfix-1.15.1+dfsg/debian/patches/series 2020-04-29 21:41:30.000000000 +0200 +++ quickfix-1.15.1+dfsg/debian/patches/series 2024-09-27 15:45:17.000000000 +0200 @@ -4,3 +4,4 @@ 04_fix_automake_variable_names.patch 08_test_runner_bad_virtual_method_arg.patch 09_fix_atomic_count_header_namespace.patch +10_quickfix-add-loongarch64-support.patch
OpenPGP_signature.asc
Description: OpenPGP digital signature