[SCM] zam-plugins/master: Patch applied upstream.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Sun Jul 13 10:00:35 UTC 2014
The following commit has been merged in the master branch:
commit 7223290851ce6cf631da87bcc2f41062f103bceb
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Sun Jul 13 12:00:25 2014 +0200
Patch applied upstream.
diff --git a/debian/patches/01-fix_hardening.patch b/debian/patches/01-fix_hardening.patch
deleted file mode 100644
index 360aaaa..0000000
--- a/debian/patches/01-fix_hardening.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Description: Pass CPPFLAGS.
-Author: Jaromír Mikeš <mira.mikes at seznam.cz>
-Forwarded: yes
-
-
-Index: zam-plugins/Makefile.mk
-===================================================================
---- zam-plugins.orig/Makefile.mk
-+++ zam-plugins/Makefile.mk
-@@ -56,12 +56,12 @@ CXXFLAGS += -fvisibility-inlines-hidde
- endif
-
- BUILD_C_FLAGS = $(BASE_FLAGS) -std=c99 -std=gnu99 $(CFLAGS)
--BUILD_CXX_FLAGS = $(BASE_FLAGS) -std=c++0x -std=gnu++0x $(CXXFLAGS)
-+BUILD_CXX_FLAGS = $(BASE_FLAGS) -std=c++0x -std=gnu++0x $(CXXFLAGS) $(CPPFLAGS)
- LINK_FLAGS = $(LINK_OPTS) -Wl,--no-undefined $(LDFLAGS)
-
- ifeq ($(MACOS),true)
- # No C++11 support
--BUILD_CXX_FLAGS = $(BASE_FLAGS) $(CXXFLAGS)
-+BUILD_CXX_FLAGS = $(BASE_FLAGS) $(CXXFLAGS) $(CPPFLAGS)
- LINK_FLAGS = $(LINK_OPTS) $(LDFLAGS)
- endif
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 7f5e56f..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-01-fix_hardening.patch
--
zam-plugins packaging
More information about the pkg-multimedia-commits
mailing list