[Pkg-owncloud-commits] [owncloud-client] 01/05: Added patch to use system build flags.

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 24 09:14:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 83ece47cf22f8fa16a77c5dfc1b8a31ac806f79c
Author: Sandro Knauß <bugs at sandroknauss.de>
Date:   Sat Oct 24 03:13:40 2015 +0200

    Added patch to use system build flags.
---
 debian/patches/series                      |  1 +
 debian/patches/use_system_buildflags.patch | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 4893992..26d73c8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@
 0006-move-configfile.patch
 0007-move-translations.patch
 0008-make-reproducable.patch
+use_system_buildflags.patch
diff --git a/debian/patches/use_system_buildflags.patch b/debian/patches/use_system_buildflags.patch
new file mode 100644
index 0000000..ba7899b
--- /dev/null
+++ b/debian/patches/use_system_buildflags.patch
@@ -0,0 +1,21 @@
+Description: Don't modify build flags within the package
+ For beeing able to have full control over the build process, we need
+ full control over the build flags set. That's why it is recommended to disable
+ any modification from these flags from package side.
+Author: Sandro Knauß <bugs at sandroknauss.de>
+Origin: debian
+Last-Update: 2015-10-24
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: owncloud-client/csync/CMakeLists.txt
+===================================================================
+--- owncloud-client.orig/csync/CMakeLists.txt	2015-10-24 03:02:40.576620062 +0200
++++ owncloud-client/csync/CMakeLists.txt	2015-10-24 03:02:40.573286695 +0200
+@@ -9,7 +9,6 @@
+ # add definitions
+ include(DefineCMakeDefaults)
+ include(DefinePlatformDefaults)
+-include(DefineCompilerFlags)
+ include(DefineOptions.cmake)
+ 
+ include(DefineInstallationPaths)

-- 
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