[Pkg-owncloud-commits] [owncloud-client] 03/10: Remove not needed patch.
Sandro Knauß
hefee at debian.org
Sun Dec 31 12:19:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
hefee pushed a commit to branch master
in repository owncloud-client.
commit 9d612869fca52dcb6dd8221aa55186e67d1af5a6
Author: Sandro Knauß <hefee at debian.org>
Date: Sun Dec 31 10:54:22 2017 +0100
Remove not needed patch.
---
debian/patches/fix-build-alpha_hppa.patch | 26 --------------------------
debian/patches/series | 1 -
2 files changed, 27 deletions(-)
diff --git a/debian/patches/fix-build-alpha_hppa.patch b/debian/patches/fix-build-alpha_hppa.patch
deleted file mode 100644
index a1766a1..0000000
--- a/debian/patches/fix-build-alpha_hppa.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Description: Add check for -Wno-gnu-zero-variadic-macro-arguments
- This is a Warning, that is not available on every plattform,
- so let's check before activating it.
-Author: Sandro Knauß <hefee at debian.org>
-Origin: Debian
-Last-Update: 2017-12-16
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/cmake/modules/Warnings.cmake
-+++ b/cmake/modules/Warnings.cmake
-@@ -1,9 +1,14 @@
- # (c) 2014 Copyright ownCloud GmbH
- # Redistribution and use is allowed according to the terms of the BSD license.
- # For details see the accompanying COPYING* file.
-+include(CheckCXXCompilerFlag)
-
- if (CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
-- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -pedantic -Wno-long-long -Wno-gnu-zero-variadic-macro-arguments")
-+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -pedantic -Wno-long-long")
-+ check_cxx_compiler_flag("-Wno-gnu-zero-variadic-macro-arguments" SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG)
-+ if (SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG)
-+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-gnu-zero-variadic-macro-arguments")
-+ endif()
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
-
- if (CMAKE_CXX_COMPILER_ID MATCHES "GNU")
diff --git a/debian/patches/series b/debian/patches/series
index 581aaf4..dd3cdd0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,4 +7,3 @@
0007-move-translations.patch
0008-make-reproducable.patch
0009-fix-installpath-of-dolphin-plugin.patch
-fix-build-alpha_hppa.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list