Package: ghc Version: 7.0.4-6 Severity: wishlist Tags: patch User: debian-...@lists.debian.org Usertags: armhf
These attached changes bring armhf in line with armel. Cheers, Riku
diff -urN old/ghc-7.0.4/debian//changelog ghc-7.0.4/debian//changelog --- old/ghc-7.0.4/debian//changelog 2011-08-31 09:44:33.000000000 +0300 +++ ghc-7.0.4/debian//changelog 2011-09-06 15:14:20.853042002 +0300 @@ -1,3 +1,9 @@ +ghc (7.0.4-6+armhf) unreleased; urgency=low + + * add armhf in debian/rules + + -- Riku Voipio <riku.voi...@linaro.org> Tue, 06 Sep 2011 15:13:21 +0300 + ghc (7.0.4-6) unstable; urgency=low * Fix #609445 by actually removing the patch for #566331, not needed any diff -urN old/ghc-7.0.4/debian//rules ghc-7.0.4/debian//rules --- old/ghc-7.0.4/debian//rules 2011-08-31 09:42:53.000000000 +0300 +++ ghc-7.0.4/debian//rules 2011-09-06 15:10:47.763042000 +0300 @@ -54,10 +54,10 @@ ifneq (,$(findstring $(DEB_HOST_ARCH), kfreebsd-i386 kfreebsd-amd64)) echo "GhcWithInterpreter=YES" >> mk/build.mk endif -ifneq (,$(findstring $(DEB_HOST_ARCH), arm armel alpha ia64)) +ifneq (,$(findstring $(DEB_HOST_ARCH), arm armel armhf alpha ia64)) echo "UseLibFFIForAdjustors=YES" >> mk/build.mk endif -ifneq (,$(findstring $(DEB_HOST_ARCH), arm armel)) +ifneq (,$(findstring $(DEB_HOST_ARCH), arm armel armhf)) echo "SRC_HC_OPTS += -optc-mlong-calls" >> mk/build.mk endif # proper fix for #360177