r30152 - in /packages/unstable/genius/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Oct 11 08:55:06 UTC 2011


Author: biebl
Date: Tue Oct 11 08:55:06 2011
New Revision: 30152

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=30152
Log:
* debian/rules:
  - Remove workaround for ia64.

Modified:
    packages/unstable/genius/debian/changelog
    packages/unstable/genius/debian/rules

Modified: packages/unstable/genius/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/genius/debian/changelog?rev=30152&op=diff
==============================================================================
--- packages/unstable/genius/debian/changelog [utf-8] (original)
+++ packages/unstable/genius/debian/changelog [utf-8] Tue Oct 11 08:55:06 2011
@@ -16,6 +16,8 @@
     - Bump Standards-Version to 3.9.2.
   * Bump debhelper compatibility level to 8.
     - Strip debian/tmp/ from .install files.
+  * debian/rules:
+    - Remove workaround for ia64.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 11 Oct 2011 10:40:25 +0200
 

Modified: packages/unstable/genius/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/genius/debian/rules?rev=30152&op=diff
==============================================================================
--- packages/unstable/genius/debian/rules [utf-8] (original)
+++ packages/unstable/genius/debian/rules [utf-8] Tue Oct 11 08:55:06 2011
@@ -9,11 +9,6 @@
 LDFLAGS+=-Wl,--as-needed
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --disable-update-mimedb --disable-static
 
-# Remove this when gcc-4.5 is the default compiler, see #589389
-ifeq ($(DEB_HOST_ARCH),ia64)
-CFLAGS += -fno-expensive-optimizations
-endif
-
 common-binary-post-install:: list-missing
 
 binary-post-install/genius::




More information about the pkg-gnome-commits mailing list