Package: owncloud-client / 2.2.4+dfsg-1~bpo8+1

Metadata

Package Version Patches format
owncloud-client 2.2.4+dfsg-1~bpo8+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 disable updatecheck.patch | (download)

src/gui/generalsettings.cpp | 4 4 + 0 - 0 !
src/libsync/configfile.cpp | 7 5 + 2 - 0 !
2 files changed, 9 insertions(+), 2 deletions(-)

 phoning-home version checks should be disabled in debian packages
0002 debian_version.patch | (download)

OWNCLOUD.cmake | 2 2 + 0 - 0 !
config.h.in | 5 5 + 0 - 0 !
src/libsync/owncloudtheme.cpp | 6 3 + 3 - 0 !
3 files changed, 10 insertions(+), 3 deletions(-)

 added a version tag to label this version as a debian build
0003 skip_tests_freebsd.patch | (download)

test/testfolderwatcher.cpp | 12 12 + 0 - 0 !
1 file changed, 12 insertions(+)

 skips failing tests for bsd
 Some tests fails on BSD, so we skip them in hope of the application still works.
0004 use_system_buildflags.patch | (download)

csync/CMakeLists.txt | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 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.
0005 remove_admin.patch | (download)

CMakeLists.txt | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 ignore the admin directory completly
 In the admin directory are only files for windows and mac.
 There are files with no opensource license, so we removed the dir completly.
0006 move configfile.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
src/libsync/configfile.cpp | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 move configuration dir
 At debian we expect config files in an dir that is the same like
 the packagename, so make sure this is also used.
0007 move translations.patch | (download)

src/gui/CMakeLists.txt | 2 1 + 1 - 0 !
src/gui/application.cpp | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 move translation dir
0008 make reproducable.patch | (download)

src/libsync/theme.cpp | 16 2 + 14 - 0 !
1 file changed, 2 insertions(+), 14 deletions(-)

 timestamps_from_cpp_macros
 The C pre-processor macros `__DATE__`, `__TIME__`, and `__TIMESTAMP__`
 captures the current time, and thus will obviously make a build
 unreproducible.
 .
 In debian we don't build owncloud from a random git hash, so we can remove
 the line, of which git hash we create the software and when can be removed
 completly.
0009 fix installpath of dolphin plugin.patch | (download)

shell_integration/dolphin/CMakeLists.txt | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 debianize installation folder for kde plugins
 Inside debian we want that the kde plugins are directly found,
 so we need to push them to known places.
0010 fix build with openssl1.1.0b.patch | (download)

src/3rdparty/certificates/p12topem.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 make build with openssl 1.1.0b