Package: dh-dlang
Version: 0.6.6
Severity: normal
Tags: patch  pending

I've prepared an NMU for dh-dlang (versioned as 0.6.6+nmu1) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards.

Gianfranco

diff -Nru dh-dlang-0.6.6/debian/changelog dh-dlang-0.6.6+nmu1/debian/changelog
--- dh-dlang-0.6.6/debian/changelog     2024-02-18 22:52:28.000000000 +0100
+++ dh-dlang-0.6.6+nmu1/debian/changelog        2024-09-04 00:35:09.000000000 
+0200
@@ -1,3 +1,13 @@
+dh-dlang (0.6.6+nmu1) unstable; urgency=medium
+
+  [ Gianfranco Costamagna ]
+  * Non-maintainer upload.
+
+  [ zhangdandan <zhangdan...@loongson.cn> ]
+  * dh-dlang: add build support for loongarch64 (Closes: #1069717, #1068617)
+
+ -- Gianfranco Costamagna <locutusofb...@debian.org>  Wed, 04 Sep 2024 
00:35:09 +0200
+
 dh-dlang (0.6.6) unstable; urgency=medium

   * Make LDC default for riscv64, drop armel
diff -Nru dh-dlang-0.6.6/debian/control dh-dlang-0.6.6+nmu1/debian/control
--- dh-dlang-0.6.6/debian/control       2024-02-18 22:52:28.000000000 +0100
+++ dh-dlang-0.6.6+nmu1/debian/control  2024-09-04 00:35:09.000000000 +0200
@@ -25,9 +25,9 @@
  for the current architecture.

 Package: default-d-compiler
-Architecture: amd64 arm64 i386 armhf s390x riscv64 ppc64el x32
+Architecture: amd64 arm64 i386 armhf s390x riscv64 loong64 ppc64el x32
 Depends: gdc (>= 4:12) [armhf s390x ppc64el x32],
-         ldc (>= 1:1.36) [amd64 arm64 i386 riscv64],
+         ldc (>= 1:1.36) [amd64 arm64 i386 riscv64 loong64],
          ${misc:Depends}
 Description: Default D compiler (metapackage)
  This is a metapackage installing the default D compiler in Debian
diff -Nru dh-dlang-0.6.6/dlang-flags.mk dh-dlang-0.6.6+nmu1/dlang-flags.mk
--- dh-dlang-0.6.6/dlang-flags.mk       2024-02-18 22:13:50.000000000 +0100
+++ dh-dlang-0.6.6+nmu1/dlang-flags.mk  2024-09-04 00:35:09.000000000 +0200
@@ -24,7 +24,7 @@

 # set DC to the LDC compiler on platforms where we should use it,
 # and also set the right D flags on those architectures (since LDC uses 
different flag names)
-ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 i386 riscv64))
+ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 i386 riscv64 loong64))
     # only set LDC build flags if our compiler is LDC
     ifeq ($(DC_LDC_FOUND),yes)
         DC = ldc2

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to