[SCM] directfb/experimental: Removed, no longer needed

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Fri Jan 27 00:09:16 UTC 2017


The following commit has been merged in the experimental branch:
commit 18c899490c0b47d6eccb36f16a7e205c3ef4ef19
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Thu Jan 26 23:59:19 2017 +0100

    Removed, no longer needed

diff --git a/debian/patches/01_default_cflags.patch b/debian/patches/01_default_cflags.patch
deleted file mode 100644
index 6e6d995..0000000
--- a/debian/patches/01_default_cflags.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Author: Fathi Boudra <fabo at debian.org>
-
-Upstream clear default CFLAGS and force -O3.
-Use default CFLAGS on Debian.
-
-Index: directfb/configure.in
-===================================================================
---- directfb.orig/configure.in
-+++ directfb/configure.in
-@@ -175,11 +175,11 @@ AC_CHECK_HEADERS(linux/compiler.h linux/
- 
- 
- dnl Clear default CFLAGS
--if test x"$CFLAGS" = x"-g -O2"; then
--  CFLAGS=
--fi
-+#if test x"$CFLAGS" = x"-g -O2"; then
-+#  CFLAGS=
-+#fi
- 
--CFLAGS="-O3 -ffast-math -pipe $CFLAGS"
-+CFLAGS="$CFLAGS -ffast-math -pipe"
- 
- DFB_INTERNAL_CFLAGS="-D_GNU_SOURCE $DFB_INTERNAL_CFLAGS"
- 
diff --git a/debian/patches/series b/debian/patches/series
index a683bdb..316a92b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-01_default_cflags.patch
 02_fix_sh772x_build.patch
 70_linux_fusion.patch
 93_fix_unicode_key_handling.patch

-- 
directfb packaging



More information about the pkg-multimedia-commits mailing list