[pkg-d-commits] [ldc] 01/03: Don't try to build on armel
Matthias Klumpp
mak at moszumanska.debian.org
Mon Oct 3 14:12:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
mak pushed a commit to branch master
in repository ldc.
commit c0237d6e6eb12a55c3e740411b949a7c7104554e
Author: Matthias Klumpp <matthias at tenstral.net>
Date: Mon Oct 3 15:10:44 2016 +0200
Don't try to build on armel
The LLVM toolchain is broken on armel, so we can not build on that
architecture at time. See bug #820535
---
debian/control | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 4b1ee6c..d0728bf 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Vcs-Browser: https://anonscm.debian.org/git/pkg-d/ldc.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-d/ldc.git
Package: ldc
-Architecture: amd64 armel armhf i386 ppc64el
+Architecture: amd64 armhf i386 ppc64el
Provides: d-compiler,
d-v2-compiler
Depends: libphobos2-ldc-dev (= ${binary:Version}),
@@ -38,7 +38,7 @@ Description: LLVM D Compiler
Package: libphobos2-ldc-dev
Section: libdevel
-Architecture: amd64 armel armhf i386 ppc64el
+Architecture: amd64 armhf i386 ppc64el
Depends: libphobos2-ldc71 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
@@ -50,7 +50,7 @@ Description: LLVM D Compiler - Phobos2 Standard library, imports
Package: libphobos2-ldc71
Section: libdevel
-Architecture: amd64 armel armhf i386 ppc64el
+Architecture: amd64 armhf i386 ppc64el
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git
More information about the pkg-d-commits
mailing list