[DHG_packages] 01/01: ghc: fix indentation in rules file (from Bálint)

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Sat Oct 1 06:36:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

locutusofborg-guest pushed a commit to branch master
in repository DHG_packages.

commit 2f70853ffb8598d2a6c442328b0bffd468d1c9fd
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Sat Oct 1 08:36:11 2016 +0200

    ghc: fix indentation in rules file (from Bálint)
---
 p/ghc/debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/p/ghc/debian/rules b/p/ghc/debian/rules
index faae250..d58b85a 100755
--- a/p/ghc/debian/rules
+++ b/p/ghc/debian/rules
@@ -60,9 +60,9 @@ endif
 ifeq (armel,$(DEB_HOST_ARCH))
 	patch -p1 < debian/patches/armel-revert-ghci-fixes.patch
 endif
-echo "SRC_HC_OPTS += -optc-fno-PIE -optl-no-pie" >> mk/build.mk
-echo "SRC_CC_OPTS += -fno-PIE" >> mk/build.mk
-echo "SRC_LD_OPTS += -no-pie" >> mk/build.mk
+	echo "SRC_HC_OPTS += -optc-fno-PIE -optl-no-pie" >> mk/build.mk
+	echo "SRC_CC_OPTS += -fno-PIE" >> mk/build.mk
+	echo "SRC_LD_OPTS += -no-pie" >> mk/build.mk
 ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 #	echo "GhcStage1HcOpts += -DDEBUG" >> mk/build.mk
 #	echo "GhcStage2HcOpts += -DDEBUG" >> mk/build.mk

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list