[SCM] inkscape/experimental: debian/rules: remove code special casing for alpha, they shouldn't be needed anymore

mapreri-guest at users.alioth.debian.org mapreri-guest at users.alioth.debian.org
Thu May 7 16:45:38 UTC 2015


The following commit has been merged in the experimental branch:
commit 996edf6ff03937b979da784e7deee1d3c0564051
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Thu May 7 18:42:55 2015 +0200

    debian/rules: remove code special casing for alpha, they shouldn't be needed anymore
    
    The CFLAGS and CXXFLAGS -mieee is enabled by default on alpha-linux-gnu, and the
    LDFLAGS contained a typo, so that the extra options didn't get actually
    passed to the linker, so they are uneeded for sure.

diff --git a/debian/rules b/debian/rules
index a9a1327..96a9eae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,6 @@
 
 DESTDIR = $(CURDIR)/debian/inkscape
 
-DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
-
 CFLAGS += -Wall
 CXXFLAGS += -Wall
 
@@ -15,16 +13,6 @@ else
   CXXFLAGS += -O2
 endif
 
-ifneq (,$(findstring $(DEB_HOST_ARCH),alpha))
-  ALPHA_CFLAGS = -mieee
-  ALPHA_CXXFLAGS = -mieee
-  ALPHA_LDFLAGS = -Wl,--no-relax
-endif
-
-export DEB_CFLAGS_MAINT_APPEND := $(ALPHA_CFLAGS)
-export DEB_CXXFLAGS_MAINT_APPEND := $(ALPHA_CXXFLAGS)
-export DEB_LDFLAGS_MAINT_APPEND := $(ALPHA_LDLAGS)
-
 %:
 	dh $@ --buildsystem=autoconf --parallel --with autotools_dev,python2
 

-- 
inkscape packaging



More information about the pkg-multimedia-commits mailing list