[Pkg-ocaml-maint-commits] r2357 - trunk/packages/numerix/trunk/debian

Julien Cristau jcristau-guest at costa.debian.org
Wed Jan 4 02:46:55 UTC 2006


Author: jcristau-guest
Date: 2006-01-04 02:46:54 +0000 (Wed, 04 Jan 2006)
New Revision: 2357

Modified:
   trunk/packages/numerix/trunk/debian/changelog
   trunk/packages/numerix/trunk/debian/rules
Log:
Remove the non-working -ffunction-sections workaround.

Modified: trunk/packages/numerix/trunk/debian/changelog
===================================================================
--- trunk/packages/numerix/trunk/debian/changelog	2006-01-03 22:23:36 UTC (rev 2356)
+++ trunk/packages/numerix/trunk/debian/changelog	2006-01-04 02:46:54 UTC (rev 2357)
@@ -1,3 +1,9 @@
+numerix (0.21-3) UNRELEASED; urgency=low
+
+  * Remove the non-working -ffunction-sections workaround.
+
+ -- Julien Cristau <julien.cristau at ens-lyon.org>  Wed,  4 Jan 2006 03:42:11 +0100
+
 numerix (0.21-2) unstable; urgency=low
 
   * Add 25_bug-335881.dpatch to fix segfaults in tests (Closes: #335881).
@@ -7,7 +13,7 @@
     rebuild with ocaml 3.09.0.
   * Install libnumerix-{c,ocaml}.a in libnumerix-ocaml-dev (Closes: #338233).
   * Add myself to Uploaders.
-  * Mike Furr: added patch to use -ffunctio-sections on hppa (Closes: #332902)
+  * Mike Furr: added patch to use -ffunction-sections on hppa (Closes: #332902)
 
  -- Julien Cristau <julien.cristau at ens-lyon.org>  Wed,  7 Dec 2005 11:20:48 +0100
 

Modified: trunk/packages/numerix/trunk/debian/rules
===================================================================
--- trunk/packages/numerix/trunk/debian/rules	2006-01-03 22:23:36 UTC (rev 2356)
+++ trunk/packages/numerix/trunk/debian/rules	2006-01-04 02:46:54 UTC (rev 2357)
@@ -26,10 +26,6 @@
 	CFLAGS += -O2
 endif
 
-ifeq ($(DEB_BUILD_ARCH),hppa)
-        CFLAGS += -ffunction-sections
-endif
-
 export CFLAGS
 
 include /usr/share/dpatch/dpatch.make




More information about the Pkg-ocaml-maint-commits mailing list