[Pkg-haskell-commits] darcs: ghc: Try building without hardening and see what architectures work then.

Joachim Breitner mail at joachim-breitner.de
Tue Apr 29 07:01:40 UTC 2014


Mon Apr 28 14:21:03 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Try building without hardening and see what architectures work then. 

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

Mon Apr 28 14:21:03 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Try building without hardening and see what architectures work then. 
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog	2014-04-29 07:01:40.301728324 +0000
+++ new-ghc/changelog	2014-04-29 07:01:40.321728325 +0000
@@ -1,3 +1,9 @@
+ghc (7.8.20140411-2) UNRELEASED; urgency=medium
+
+  * Try building without hardening and see what architectures work then. 
+
+ -- Joachim Breitner <nomeata at debian.org>  Mon, 28 Apr 2014 16:20:49 +0200
+
 ghc (7.8.20140411-1) experimental; urgency=medium
 
   * New upstream release (7.8.2)
diff -rN -u old-ghc/rules new-ghc/rules
--- old-ghc/rules	2014-04-29 07:01:40.301728324 +0000
+++ new-ghc/rules	2014-04-29 07:01:40.317728325 +0000
@@ -8,11 +8,11 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# Set default flags with dpkg-buildflags
-# This might also close #712228
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/buildflags.mk
+# # Set default flags with dpkg-buildflags
+# # This might also close #712228
+# export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+# DPKG_EXPORT_BUILDFLAGS = 1
+# include /usr/share/dpkg/buildflags.mk
 
 # Set a dummy HOME variable upon build. Some build daemons do not set HOME, but
 # ghc-cabal expects it to be available.




More information about the Pkg-haskell-commits mailing list