1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
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
|