[SCM] idjc/master: Drop rather pointless override

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Thu Dec 14 19:25:44 UTC 2017


The following commit has been merged in the master branch:
commit e3c5cb2d8cd7287fc66a6e9cb24dab93e6bc24c4
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Thu Dec 14 20:21:32 2017 +0100

    Drop rather pointless override

diff --git a/debian/rules b/debian/rules
index 8c6c574..1446de3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,17 +6,6 @@
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-rpath --disable-static --libexecdir=/usr/bin --libdir=/usr/lib
 
-override_dh_auto_build:
-ifneq (,$(findstring doopt,$(DEB_BUILD_OPTIONS)))
-# do optimization for the different architectures
-ifneq (,$(findstring i386,$(DEB_BUILD_ARCH)))
-	OPTI_FLAGS := -D_REENTRANT -O3 -fomit-frame-pointer -ffast-math -fstrength-reduce -funroll-loops -mmmx -msse -mfpmath=sse -march=pentium4
-	CXXFLAGS += $(OPTI_FLAGS)
-	CFLAGS += $(OPTI_FLAGS)
-endif
-endif
-	dh_auto_build
-
 override_dh_auto_clean:
 	rm -f AUTHORS.gz  ChangeLog.gz  NEWS.gz  README.gz
 	rm -f idjcctrl idjcskype idjc

-- 
idjc packaging



More information about the pkg-multimedia-commits mailing list