diff -Nru commons-daemon-1.0.15/debian/changelog commons-daemon-1.0.15/debian/changelog --- commons-daemon-1.0.15/debian/changelog 2022-07-10 03:37:07.000000000 +0000 +++ commons-daemon-1.0.15/debian/changelog 2023-09-16 17:44:30.000000000 +0000 @@ -1,3 +1,11 @@ +commons-daemon (1.0.15-11) unstable; urgency=medium + + * Team upload. + * Apply patch for loongarch64 (Closes: #1051976) + * Use https URL for debian/watch + + -- tony mancill Sat, 16 Sep 2023 10:44:30 -0700 + commons-daemon (1.0.15-10) unstable; urgency=medium * Team upload. diff -Nru commons-daemon-1.0.15/debian/patches/series commons-daemon-1.0.15/debian/patches/series --- commons-daemon-1.0.15/debian/patches/series 2022-07-10 03:37:07.000000000 +0000 +++ commons-daemon-1.0.15/debian/patches/series 2023-09-16 17:44:30.000000000 +0000 @@ -7,3 +7,4 @@ ppc64el.diff risv64.diff debian-935336.patch +support-for-loongarch64.patch diff -Nru commons-daemon-1.0.15/debian/patches/support-for-loongarch64.patch commons-daemon-1.0.15/debian/patches/support-for-loongarch64.patch --- commons-daemon-1.0.15/debian/patches/support-for-loongarch64.patch 1970-01-01 00:00:00.000000000 +0000 +++ commons-daemon-1.0.15/debian/patches/support-for-loongarch64.patch 2023-09-16 17:44:30.000000000 +0000 @@ -0,0 +1,16 @@ +Description: Add support for loongarch64 +Last-Update: 2023-09-14 + +--- a/src/native/unix/support/apsupport.m4 ++++ b/src/native/unix/support/apsupport.m4 +@@ -191,6 +191,10 @@ + supported_os="riscv64" + HOST_CPU=riscv64 + ;; ++ loongarch64) ++ CFLAGS="$CFLAGS -DCPU=\\\"loong64\\\"" ++ HOST_CPU=loong64 ++ ;; + *) + AC_MSG_RESULT([failed]) + AC_MSG_ERROR([Unsupported CPU architecture "$host_cpu"]);; diff -Nru commons-daemon-1.0.15/debian/watch commons-daemon-1.0.15/debian/watch --- commons-daemon-1.0.15/debian/watch 2022-07-10 03:37:07.000000000 +0000 +++ commons-daemon-1.0.15/debian/watch 2023-09-16 17:44:30.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://www.apache.org/dist/commons/daemon/source/commons-daemon-([\d\.]+)-src\.tar\.gz +https://www.apache.org/dist/commons/daemon/source/commons-daemon-([\d\.]+)-src\.tar\.gz