[pkg-d-commits] [dh-dlang] 01/01: dh-dlang: Depend on D compilers directly

Matthias Klumpp mak at moszumanska.debian.org
Sat Dec 16 16:12:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

mak pushed a commit to branch master
in repository dh-dlang.

commit e5ff0b23fe91df8c0946719dfa0aec95777181f1
Author: Matthias Klumpp <matthias at tenstral.net>
Date:   Sat Dec 16 17:12:31 2017 +0100

    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.
    This leads to build failures because not everything builds with GDC on
    unstable.
    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?)
---
 debian/control | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 0e4e02b..1b8c260 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,9 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-d/dh-dlang.git
 
 Package: dh-dlang
 Architecture: all
-Depends: d-compiler,
-         debhelper (>= 10.4),
+Depends: debhelper (>= 10.4),
+         gdc [arm64 armel ppc64el ppc64 x32],
+         ldc [amd64 i386 armhf],
          ${misc:Depends}
 Description: Packaging helpers for building D code
  This package contains common code for building D software for

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/dh-dlang.git



More information about the pkg-d-commits mailing list