diff -Nru debootstrap-1.0.131/debian/changelog debootstrap-1.0.131+nmu1/debian/changelog --- debootstrap-1.0.131/debian/changelog 2023-08-20 20:11:43.000000000 +0800 +++ debootstrap-1.0.131+nmu1/debian/changelog 2023-08-21 15:44:53.000000000 +0800 @@ -1,3 +1,9 @@ +debootstrap (1.0.131+nmu1) UNRELEASED; urgency=medium + + * fix loong64 support + + -- Han Gao Mon, 21 Aug 2023 15:44:53 +0800 + debootstrap (1.0.131) unstable; urgency=medium * Team upload. diff -Nru debootstrap-1.0.131/functions debootstrap-1.0.131+nmu1/functions --- debootstrap-1.0.131/functions 2023-08-20 20:10:52.000000000 +0800 +++ debootstrap-1.0.131+nmu1/functions 2023-08-21 15:44:34.000000000 +0800 @@ -1505,7 +1505,7 @@ link_dir="lib32 lib64" ;; mips64*|mipsn32*) link_dir="lib32 lib64 libo32" ;; - loongarch64*) + loong64*) link_dir="lib32 lib64" ;; powerpc) link_dir="lib64" ;; ppc64) link_dir="lib32 lib64" ;;