Package: gcc-defaults Version: 1.133 Severity: bug Tags: patch
Can you please add the hppa arch to the list of arches which provides the libphobos packages? Patch is attached. Please apply for next upload. Thanks! Helge
diff -up ./debian/rules.org ./debian/rules --- ./debian/rules.org 2014-09-27 10:13:56.827749550 +0200 +++ ./debian/rules 2014-09-27 10:15:28.568012543 +0200 @@ -264,7 +264,7 @@ multilib_archs = amd64 i386 kfreebsd-amd go_archs = amd64 arm64 armel armhf i386 ia64 mips mipsel \ powerpc ppc64 ppc64el s390 s390x x32 -phobos_archs = amd64 armel armhf i386 x32 kfreebsd-amd64 kfreebsd-i386 +phobos_archs = amd64 armel armhf i386 x32 kfreebsd-amd64 kfreebsd-i386 hppa ifneq (,$(filter $(DEB_HOST_ARCH), $(multilib_archs))) with_multilib = yes