dh-dlang (0.6.10) unstable; urgency=medium

  [ Gianfranco Costamagna ]
  * Team upload

  [ Zixing Liu ]
  * d/salsa-ci.yml: add Debian Salsa CI configuration
  * d/tests/smoke-test.mk: fix the smoke test with GDC

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Wed, 22 Jan 2025 18:28:04 +0100

dh-dlang (0.6.9) unstable; urgency=medium

  * Team upload
  * Fix tests when ldc2 is not the default compiler

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Wed, 22 Jan 2025 11:23:20 +0100

dh-dlang (0.6.8) unstable; urgency=medium

  [ Gianfranco Costamagna ]
  * Team upload

  [ Zixing Liu ]
  * Also translate GCC optimization flags to LDC
  * d/control: update default-d-compiler information for mips64el and loong64
  * d/tests: add a basic test

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Tue, 21 Jan 2025 21:16:05 +0100

dh-dlang (0.6.7) unstable; urgency=medium

  * Team upload
  * Acknowledge previous NMU
  * Add gitignore back
  * Refactor dlang-flags to strip some more flags,
    and to make sure also gcc D compiler can compile stuff
  * Bump std-version to 4.7.0, no changes required

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Tue, 21 Jan 2025 17:09:21 +0100

dh-dlang (0.6.6+nmu1) unstable; urgency=medium

  [ Gianfranco Costamagna ]
  * Non-maintainer upload.

  [ zhangdandan <zhangdandan@loongson.cn> ]
  * dh-dlang: add build support for loongarch64 (Closes: #1069717, #1068617)

 -- Gianfranco Costamagna <locutusofborg@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
  * Bump dh compat version
  * Bump compiler requirements

 -- Matthias Klumpp <mak@debian.org>  Sun, 18 Feb 2024 22:52:28 +0100

dh-dlang (0.6.5) unstable; urgency=medium

  * Set DC environment variable to the default D compiler
  * Filter out unsupported flags from DFLAGS in GDC mode
  * Add -frelease to GDC flags

 -- Matthias Klumpp <mak@debian.org>  Sun, 29 Sep 2019 21:14:32 +0200

dh-dlang (0.6.4) unstable; urgency=medium

  * Add package back on ppc64el, depending on GDC
    - We currently can not build D code on ppc64el, but removing
      the architecture from the supported list actually caused
      more problems than it solved.
      When GDC can build code on ppc64el, this will start working again.

 -- Matthias Klumpp <mak@debian.org>  Sun, 15 Sep 2019 18:54:16 +0200

dh-dlang (0.6.3) unstable; urgency=medium

  * Bump standards version: No changes needed
  * Update list of default compilers for
    supported architectures (Closes: #939375)

 -- Matthias Klumpp <mak@debian.org>  Sun, 08 Sep 2019 22:46:42 +0200

dh-dlang (0.6.2) unstable; urgency=medium

  [ James Clarke ]
  * dlang-flags.mk: Sync default LDC architectures with control
  * dlang-flags.mk: Suppress dpkg-query "no packages found matching" warnings
  * dlang-flags.mk: Use filter rather than findstring
  * dlang-flags.mk: Include dpkg's buildflags.mk for CFLAGS

  [ Matthias Klumpp ]
  * ldc-transform-ldflags.mk: Transform GCC LDFLAGS for LDC on arm64 as well
  * Switch to dh compat level 12
  * Bump standards version (no changes needed)

 -- Matthias Klumpp <mak@debian.org>  Sun, 20 Jan 2019 20:42:48 +0100

dh-dlang (0.6.1) unstable; urgency=medium

  * Bump standards version: No changes needed
  * Prefer LDC for arm64 builds
    - LDC 1.11 can build D packages on amd64 now, while GDC 8.1 can not build
      any of the currently existing D packages on arm64 yet.
      Therefore, LDC should be default on arm64, so we can support
      more architectures.

 -- Matthias Klumpp <mak@debian.org>  Tue, 21 Aug 2018 21:05:15 +0200

dh-dlang (0.6) unstable; urgency=medium

  * Update maintainer address to tracker.d.o
  * Add missing epoch to gdc dependency (Closes: #894178)
  * Bump standards version: No changes needed

 -- Matthias Klumpp <mak@debian.org>  Sun, 06 May 2018 22:14:50 +0200

dh-dlang (0.5) unstable; urgency=medium

  * Fix FTBFS when building arch-dependent packages only (Closes: #893371)
  * Ensure minimum DC versions (at least GDC >= 8, LDC >= 1.8)

 -- Matthias Klumpp <mak@debian.org>  Tue, 20 Mar 2018 10:26:33 +0100

dh-dlang (0.4) unstable; urgency=medium

  * Update Vcs-* URLs for Salsa switch
  * Add helper script to transform GCC LDFLAGS to flags LDC can understand
  * Switch to dh compat level 11

 -- Matthias Klumpp <mak@debian.org>  Fri, 16 Mar 2018 22:14:46 +0100

dh-dlang (0.3) unstable; urgency=medium

  * Rename d-compiler metapackage to default-d-compiler

 -- Matthias Klumpp <mak@debian.org>  Wed, 03 Jan 2018 21:14:22 +0100

dh-dlang (0.2) unstable; urgency=medium

  * dh-dlang: Depend on D compilers directly
    - This is a workaround because some autobuilders preinstall gdc which
      provides the d-compiler virtual package, therefore building with GDC
      on architectures where we should use LDC.
      Long-term we will have to resolve this issue differently, maybe by
      dropping the d-compiler virtual package, or renaming it or the
      d-compiler real package (to default-d-compiler?)

 -- Matthias Klumpp <mak@debian.org>  Sun, 17 Dec 2017 17:44:52 +0100

dh-dlang (0.1) unstable; urgency=medium

  * Initial release

 -- Matthias Klumpp <mak@debian.org>  Thu, 14 Dec 2017 12:34:48 +0100