[Pkg-haskell-commits] darcs: ghc: Fix debian/rules syntax (tab instead of spaces) to unbreak build on armel, armhf

Joachim Breitner mail at joachim-breitner.de
Thu Apr 30 08:05:39 UTC 2015


Thu Apr 30 07:07:52 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Fix debian/rules syntax (tab instead of spaces) to unbreak build on armel, armhf

    M ./changelog +7
    M ./rules -6 +6

Thu Apr 30 07:07:52 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Fix debian/rules syntax (tab instead of spaces) to unbreak build on armel, armhf
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog	2015-04-30 08:05:38.822685976 +0000
+++ new-ghc/changelog	2015-04-30 08:05:38.842685962 +0000
@@ -1,3 +1,10 @@
+ghc (7.8.4-2) UNRELEASED; urgency=medium
+
+  * Fix debian/rules syntax (tab instead of spaces) to unbreak build on armel,
+    armhf
+
+ -- Joachim Breitner <nomeata at debian.org>  Thu, 30 Apr 2015 09:06:53 +0200
+
 ghc (7.8.4-1) unstable; urgency=medium
 
   * Upload to unstable.
diff -rN -u old-ghc/rules new-ghc/rules
--- old-ghc/rules	2015-04-30 08:05:38.822685976 +0000
+++ new-ghc/rules	2015-04-30 08:05:38.842685962 +0000
@@ -209,12 +209,12 @@
 endif
 
 ifneq (,$(findstring $(DEB_HOST_ARCH), armel armhf))
-        # Ensure that the same llvm used to build ghc is used at runtime.
-        sed -i "s,exec ,PATH=\"$(LLVM_PATH):\$$PATH\"\nexport PATH\nexec ," \
-                debian/tmp/usr/lib/ghc/bin/ghc-$(ProjectVersion) \
-                debian/tmp/usr/lib/ghc/bin/ghc-pkg-$(ProjectVersion) \
-                debian/tmp/usr/lib/ghc/bin/hsc2hs \
-                debian/tmp/usr/lib/ghc/bin/haddock-ghc-$(ProjectVersion)
+	# Ensure that the same llvm used to build ghc is used at runtime.
+	sed -i "s,exec ,PATH=\"$(LLVM_PATH):\$$PATH\"\nexport PATH\nexec ," \
+	        debian/tmp/usr/lib/ghc/bin/ghc-$(ProjectVersion) \
+	        debian/tmp/usr/lib/ghc/bin/ghc-pkg-$(ProjectVersion) \
+	        debian/tmp/usr/lib/ghc/bin/hsc2hs \
+	        debian/tmp/usr/lib/ghc/bin/haddock-ghc-$(ProjectVersion)
 endif
 
 




More information about the Pkg-haskell-commits mailing list