[Pkg-haskell-commits] r1255 - in /packages/hat/trunk/debian: changelog rules

arjan at users.alioth.debian.org arjan at users.alioth.debian.org
Wed Jul 23 16:01:46 UTC 2008


Author: arjan
Date: Wed Jul 23 16:01:46 2008
New Revision: 1255

URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=1255
Log:
 r246 at reddwarf:  arjan | 2008-07-22 23:34:38 +0200
 * debian/rules:
   - Also add s390 to the list architectures where hat should be
     build without optimisation

Modified:
    packages/hat/trunk/debian/changelog
    packages/hat/trunk/debian/rules

Modified: packages/hat/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hat/trunk/debian/changelog?rev=1255&op=diff
==============================================================================
--- packages/hat/trunk/debian/changelog (original)
+++ packages/hat/trunk/debian/changelog Wed Jul 23 16:01:46 2008
@@ -1,3 +1,11 @@
+hat (2.05+rerolled-7~pre1) unstable; urgency=low
+
+  * debian/rules:
+    - Also add s390 to the list architectures where hat should be
+      build without optimisation
+
+ -- Arjan Oosting <arjan at debian.org>  Tue, 22 Jul 2008 23:33:26 +0200
+
 hat (2.05+rerolled-6) unstable; urgency=low
 
   * debian/control:
@@ -11,7 +19,7 @@
       we build hat without any optimisation to keep the buildd 
       from thrashing.
   
- -- Arjan Oosting <arjan at debian.org>  Tue, 22 Jul 2008 08:21:59 +0200
+ -- Arjan Oosting <arjan at debian.org>  Tue, 22 Jul 2008 21:58:08 +0200
 
 hat (2.05+rerolled-5) unstable; urgency=high
 

Modified: packages/hat/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hat/trunk/debian/rules?rev=1255&op=diff
==============================================================================
--- packages/hat/trunk/debian/rules (original)
+++ packages/hat/trunk/debian/rules Wed Jul 23 16:01:46 2008
@@ -17,7 +17,7 @@
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
   BUILDOPTS := -O0
 else
-  ifneq (,$(findstring $(DEB_HOST_ARCH),"arm m68k mipsel powerpc"))
+  ifneq (,$(findstring $(DEB_HOST_ARCH),"arm m68k mipsel powerpc s390"))
     BUILDOPTS := -O0
   else
     BUILDOPTS := -O2




More information about the Pkg-haskell-commits mailing list