[pkg-d-commits] [dh-dlang] 01/01: Rename d-compiler metapackage to default-d-compiler
Matthias Klumpp
mak at moszumanska.debian.org
Wed Jan 3 20:14:18 UTC 2018
This is an automated email from the git hooks/post-receive script.
mak pushed a commit to branch master
in repository dh-dlang.
commit dfa34790f6588dd9d7a9fe6eeeaf686dbbe67914
Author: Matthias Klumpp <matthias at tenstral.net>
Date: Wed Jan 3 21:14:05 2018 +0100
Rename d-compiler metapackage to default-d-compiler
This will avoid clashes with the d-compiler metapackage
---
debian/control | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index 05dce09..8763b0e 100644
--- a/debian/control
+++ b/debian/control
@@ -9,11 +9,9 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-d/dh-dlang.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-d/dh-dlang.git
Package: dh-dlang
-# Architecture: all
-Architecture: any
+Architecture: all
Depends: debhelper (>= 10.4),
- gdc [arm64 armel ppc64el ppc64 x32],
- ldc [amd64 i386 armhf],
+ default-d-compiler,
${misc:Depends}
Description: Packaging helpers for building D code
This package contains common code for building D software for
@@ -23,7 +21,7 @@ Description: Packaging helpers for building D code
appropriate D build flags based on the default D compiler set
for the current architecture.
-Package: d-compiler
+Package: default-d-compiler
Architecture: amd64 arm64 armel armhf i386 ppc64 ppc64el x32
Depends: gdc [arm64 armel ppc64el ppc64 x32],
ldc [amd64 i386 armhf],
--
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